Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. root@beaglebone:~/Adafruit_Python_DHT# sudo apt-get install build-essential python-dev python-openssl
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. python-openssl is already the newest version.
  7. python-openssl set to manually installed.
  8. python-dev is already the newest version.
  9. 0 upgraded, 0 newly installed, 0 to remove and 77 not upgraded.
  10. root@beaglebone:~/Adafruit_Python_DHT# sudo python setup.py install
  11. running install
  12. running bdist_egg
  13. running egg_info
  14. creating Adafruit_DHT.egg-info
  15. writing Adafruit_DHT.egg-info/PKG-INFO
  16. writing top-level names to Adafruit_DHT.egg-info/top_level.txt
  17. writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt
  18. writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  19. reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  20. writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  21. installing library code to build/bdist.linux-armv7l/egg
  22. running install_lib
  23. running build_py
  24. creating build
  25. creating build/lib.linux-armv7l-2.7
  26. creating build/lib.linux-armv7l-2.7/Adafruit_DHT
  27. copying Adafruit_DHT/platform_detect.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  28. copying Adafruit_DHT/common.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  29. copying Adafruit_DHT/__init__.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  30. copying Adafruit_DHT/Raspberry_Pi_2.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  31. copying Adafruit_DHT/Beaglebone_Black.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  32. copying Adafruit_DHT/Raspberry_Pi.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  33. copying Adafruit_DHT/Test.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
  34. running build_ext
  35. building 'Adafruit_DHT.Beaglebone_Black_Driver' extension
  36. creating build/temp.linux-armv7l-2.7
  37. creating build/temp.linux-armv7l-2.7/source
  38. creating build/temp.linux-armv7l-2.7/source/Beaglebone_Black
  39. arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/_Beaglebone_Black_Driver.c -o build/temp.linux-armv7l-2.7/source/_Beaglebone_Black_Driver.o -std=gnu99
  40. arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/common_dht_read.c -o build/temp.linux-armv7l-2.7/source/common_dht_read.o -std=gnu99
  41. arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Beaglebone_Black/bbb_dht_read.c -o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_dht_read.o -std=gnu99
  42. arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Beaglebone_Black/bbb_mmio.c -o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_mmio.o -std=gnu99
  43. source/Beaglebone_Black/bbb_mmio.c: In function 'bbb_mmio_get_gpio':
  44. source/Beaglebone_Black/bbb_mmio.c:69:25: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  45. memset(gpio, 0, sizeof(gpio));
  46. ^
  47. arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-armv7l-2.7/source/_Beaglebone_Black_Driver.o build/temp.linux-armv7l-2.7/source/common_dht_read.o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_dht_read.o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_mmio.o -lrt -o build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black_Driver.so
  48. creating build/bdist.linux-armv7l
  49. creating build/bdist.linux-armv7l/egg
  50. creating build/bdist.linux-armv7l/egg/Adafruit_DHT
  51. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  52. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/common.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  53. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  54. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  55. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  56. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  57. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black_Driver.so -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  58. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Test.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  59. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/platform_detect.py to platform_detect.pyc
  60. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py to common.pyc
  61. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/__init__.py to __init__.pyc
  62. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.pyc
  63. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.pyc
  64. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.pyc
  65. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Test.py to Test.pyc
  66. creating stub loader for Adafruit_DHT/Beaglebone_Black_Driver.so
  67. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black_Driver.py to Beaglebone_Black_Driver.pyc
  68. creating build/bdist.linux-armv7l/egg/EGG-INFO
  69. copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
  70. copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  71. copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  72. copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  73. writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt
  74. zip_safe flag not set; analyzing archive contents...
  75. creating dist
  76. creating 'dist/Adafruit_DHT-1.3.1-py2.7-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it
  77. removing 'build/bdist.linux-armv7l/egg' (and everything under it)
  78. Processing Adafruit_DHT-1.3.1-py2.7-linux-armv7l.egg
  79. Copying Adafruit_DHT-1.3.1-py2.7-linux-armv7l.egg to /usr/local/lib/python2.7/dist-packages
  80. Adding Adafruit-DHT 1.3.1 to easy-install.pth file
  81.  
  82. Installed /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.3.1-py2.7-linux-armv7l.egg
  83. Processing dependencies for Adafruit-DHT==1.3.1
  84. Finished processing dependencies for Adafruit-DHT==1.3.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement