Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. make -C /lib/modules/3.13.0-35-generic/build M=/home/calin/Workplace/acpi_call modules
  2. make[1]: Entering directory `/usr/src/linux-headers-3.13.0-35-generic'
  3. CC [M] /home/calin/Workplace/acpi_call/acpi_call.o
  4. perl: warning: Setting locale failed.
  5. perl: warning: Please check that your locale settings:
  6. LANGUAGE = "en",
  7. LC_ALL = (unset),
  8. LC_TIME = "en_US.UTF-8",
  9. LC_CTYPE = "en_US",
  10. LC_MONETARY = "en_US.UTF-8",
  11. LC_COLLATE = "C",
  12. LC_ADDRESS = "en_US.UTF-8",
  13. LC_TELEPHONE = "en_US.UTF-8",
  14. LC_NAME = "en_US.UTF-8",
  15. LC_MEASUREMENT = "en_US.UTF-8",
  16. LC_IDENTIFICATION = "en_US.UTF-8",
  17. LC_NUMERIC = "C",
  18. LC_PAPER = "en_US.UTF-8",
  19. LANG = "en_US"
  20. are supported and installed on your system.
  21. perl: warning: Falling back to the standard locale ("C").
  22. Building modules, stage 2.
  23. MODPOST 1 modules
  24. CC /home/calin/Workplace/acpi_call/acpi_call.mod.o
  25. perl: warning: Setting locale failed.
  26. perl: warning: Please check that your locale settings:
  27. LANGUAGE = "en",
  28. LC_ALL = (unset),
  29. LC_TIME = "en_US.UTF-8",
  30. LC_CTYPE = "en_US",
  31. LC_MONETARY = "en_US.UTF-8",
  32. LC_COLLATE = "C",
  33. LC_ADDRESS = "en_US.UTF-8",
  34. LC_TELEPHONE = "en_US.UTF-8",
  35. LC_NAME = "en_US.UTF-8",
  36. LC_MEASUREMENT = "en_US.UTF-8",
  37. LC_IDENTIFICATION = "en_US.UTF-8",
  38. LC_NUMERIC = "C",
  39. LC_PAPER = "en_US.UTF-8",
  40. LANG = "en_US"
  41. are supported and installed on your system.
  42. perl: warning: Falling back to the standard locale ("C").
  43. LD [M] /home/calin/Workplace/acpi_call/acpi_call.ko
  44. perl: warning: Setting locale failed.
  45. perl: warning: Please check that your locale settings:
  46. LANGUAGE = "en",
  47. LC_ALL = (unset),
  48. LC_TIME = "en_US.UTF-8",
  49. LC_CTYPE = "en_US",
  50. LC_MONETARY = "en_US.UTF-8",
  51. LC_COLLATE = "C",
  52. LC_ADDRESS = "en_US.UTF-8",
  53. LC_TELEPHONE = "en_US.UTF-8",
  54. LC_NAME = "en_US.UTF-8",
  55. LC_MEASUREMENT = "en_US.UTF-8",
  56. LC_IDENTIFICATION = "en_US.UTF-8",
  57. LC_NUMERIC = "C",
  58. LC_PAPER = "en_US.UTF-8",
  59. LANG = "en_US"
  60. are supported and installed on your system.
  61. perl: warning: Falling back to the standard locale ("C").
  62. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-35-generic'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement