Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.16 KB | None | 0 0
  1. Collecting ledgerblue
  2. Requirement already up-to-date: pycrypto>=2.6.1 in ./ledger/lib/python2.7/site-packages (from ledgerblue)
  3. Requirement already up-to-date: ecpy>=0.8.1 in ./ledger/lib/python2.7/site-packages (from ledgerblue)
  4. Requirement already up-to-date: future in ./ledger/lib/python2.7/site-packages (from ledgerblue)
  5. Collecting hidapi>=0.7.99 (from ledgerblue)
  6. Using cached hidapi-0.7.99.post19.tar.gz
  7. Collecting pillow>=3.4.0 (from ledgerblue)
  8. Using cached Pillow-3.4.2.tar.gz
  9. Requirement already up-to-date: setuptools>=19.0 in ./ledger/lib/python2.7/site-packages (from hidapi>=0.7.99->ledgerblue)
  10. Building wheels for collected packages: hidapi, pillow
  11. Running setup.py bdist_wheel for hidapi ... error
  12. Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp9K6D97pip-wheel- --python-tag cp27:
  13. running bdist_wheel
  14. running build
  15. running build_ext
  16. cythoning hid.pyx to hid.c
  17. building 'hid' extension
  18. creating build
  19. creating build/temp.linux-x86_64-2.7
  20. creating build/temp.linux-x86_64-2.7/hidapi
  21. creating build/temp.linux-x86_64-2.7/hidapi/libusb
  22. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o
  23. hid.c: In function ‘__pyx_pf_3hid_6device_open’:
  24. hid.c:1492:45: warning: passing argument 1 of ‘PyUnicodeUCS4_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types]
  25. __pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len);
  26. ^
  27. In file included from /usr/include/python2.7/Python.h:85:0,
  28. from hid.c:4:
  29. /usr/include/python2.7/unicodeobject.h:246:31: note: expected ‘PyUnicodeObject * {aka struct <anonymous> *}’ but argument is of type ‘PyObject * {aka struct _object *}’
  30. # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar
  31. ^
  32. /usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro ‘PyUnicode_AsWideChar’
  33. PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
  34. ^
  35. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hidapi/libusb/hid.c -o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o
  36. creating build/lib.linux-x86_64-2.7
  37. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/hid.o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o -lusb-1.0 -ludev -lrt -o build/lib.linux-x86_64-2.7/hid.so
  38. /usr/bin/ld: cannot find -ludev
  39. collect2: error: ld returned 1 exit status
  40. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  41.  
  42. ----------------------------------------
  43. Failed building wheel for hidapi
  44. Running setup.py clean for hidapi
  45. Running setup.py bdist_wheel for pillow ... error
  46. Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpUbJZatpip-wheel- --python-tag cp27:
  47. running bdist_wheel
  48. running build
  49. running build_py
  50. creating build
  51. creating build/lib.linux-x86_64-2.7
  52. creating build/lib.linux-x86_64-2.7/PIL
  53. copying PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  54. copying PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  55. copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  56. copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.7/PIL
  57. copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  58. copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  59. copying PIL/JpegPresets.py -> build/lib.linux-x86_64-2.7/PIL
  60. copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  61. copying PIL/_tkinter_finder.py -> build/lib.linux-x86_64-2.7/PIL
  62. copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.7/PIL
  63. copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  64. copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  65. copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.7/PIL
  66. copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  67. copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  68. copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  69. copying PIL/_util.py -> build/lib.linux-x86_64-2.7/PIL
  70. copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.7/PIL
  71. copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  72. copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  73. copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  74. copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  75. copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  76. copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  77. copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  78. copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  79. copying PIL/ImageMorph.py -> build/lib.linux-x86_64-2.7/PIL
  80. copying PIL/_binary.py -> build/lib.linux-x86_64-2.7/PIL
  81. copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.7/PIL
  82. copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  83. copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.7/PIL
  84. copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  85. copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  86. copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  87. copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.7/PIL
  88. copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.7/PIL
  89. copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.7/PIL
  90. copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  91. copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  92. copying PIL/Image.py -> build/lib.linux-x86_64-2.7/PIL
  93. copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.7/PIL
  94. copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  95. copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  96. copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.7/PIL
  97. copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  98. copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.7/PIL
  99. copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.7/PIL
  100. copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  101. copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  102. copying PIL/TarIO.py -> build/lib.linux-x86_64-2.7/PIL
  103. copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.7/PIL
  104. copying PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  105. copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  106. copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  107. copying PIL/__init__.py -> build/lib.linux-x86_64-2.7/PIL
  108. copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  109. copying PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  110. copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  111. copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.7/PIL
  112. copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  113. copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.7/PIL
  114. copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.7/PIL
  115. copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
  116. copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
  117. copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.7/PIL
  118. copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.7/PIL
  119. copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  120. copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  121. copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.7/PIL
  122. copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  123. copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  124. copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.7/PIL
  125. copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  126. copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.7/PIL
  127. copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.7/PIL
  128. copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  129. copying PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  130. copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.7/PIL
  131. copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
  132. copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  133. copying PIL/features.py -> build/lib.linux-x86_64-2.7/PIL
  134. copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  135. copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.7/PIL
  136. copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.7/PIL
  137. copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.7/PIL
  138. copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  139. copying PIL/PyAccess.py -> build/lib.linux-x86_64-2.7/PIL
  140. copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
  141. copying PIL/FontFile.py -> build/lib.linux-x86_64-2.7/PIL
  142. running egg_info
  143. writing Pillow.egg-info/PKG-INFO
  144. writing top-level names to Pillow.egg-info/top_level.txt
  145. writing dependency_links to Pillow.egg-info/dependency_links.txt
  146. warning: manifest_maker: standard file '-c' not found
  147.  
  148. reading manifest file 'Pillow.egg-info/SOURCES.txt'
  149. reading manifest template 'MANIFEST.in'
  150. warning: no files found matching '*.sh'
  151. no previously-included directories found matching 'docs/_static'
  152. warning: no previously-included files found matching '.coveragerc'
  153. warning: no previously-included files found matching '.editorconfig'
  154. warning: no previously-included files found matching '.landscape.yaml'
  155. warning: no previously-included files found matching 'appveyor.yml'
  156. warning: no previously-included files found matching 'build_children.sh'
  157. warning: no previously-included files found matching 'tox.ini'
  158. warning: no previously-included files matching '.git*' found anywhere in distribution
  159. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  160. warning: no previously-included files matching '*.so' found anywhere in distribution
  161. writing manifest file 'Pillow.egg-info/SOURCES.txt'
  162. copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL
  163. running build_ext
  164. Traceback (most recent call last):
  165. File "<string>", line 1, in <module>
  166. File "/tmp/pip-build-Sp2djg/pillow/setup.py", line 753, in <module>
  167. zip_safe=not debug_build(), )
  168. File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
  169. dist.run_commands()
  170. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  171. self.run_command(cmd)
  172. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  173. cmd_obj.run()
  174. File "/home/instagibbs/ledger/local/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 199, in run
  175. self.run_command('build')
  176. File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
  177. self.distribution.run_command(command)
  178. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  179. cmd_obj.run()
  180. File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run
  181. self.run_command(cmd_name)
  182. File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
  183. self.distribution.run_command(command)
  184. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  185. cmd_obj.run()
  186. File "/usr/lib/python2.7/distutils/command/build_ext.py", line 339, in run
  187. self.build_extensions()
  188. File "/tmp/pip-build-Sp2djg/pillow/setup.py", line 521, in build_extensions
  189. ' using --disable-%s, aborting' % (f, f))
  190. ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
  191.  
  192. ----------------------------------------
  193. Failed building wheel for pillow
  194. Running setup.py clean for pillow
  195. Failed to build hidapi pillow
  196. Installing collected packages: hidapi, pillow, ledgerblue
  197. Running setup.py install for hidapi ... error
  198. Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-48muWM-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/instagibbs/ledger/include/site/python2.7/hidapi:
  199. running install
  200. running build
  201. running build_ext
  202. skipping 'hid.c' Cython extension (up-to-date)
  203. building 'hid' extension
  204. creating build
  205. creating build/temp.linux-x86_64-2.7
  206. creating build/temp.linux-x86_64-2.7/hidapi
  207. creating build/temp.linux-x86_64-2.7/hidapi/libusb
  208. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o
  209. hid.c: In function ‘__pyx_pf_3hid_6device_open’:
  210. hid.c:1492:45: warning: passing argument 1 of ‘PyUnicodeUCS4_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types]
  211. __pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len);
  212. ^
  213. In file included from /usr/include/python2.7/Python.h:85:0,
  214. from hid.c:4:
  215. /usr/include/python2.7/unicodeobject.h:246:31: note: expected ‘PyUnicodeObject * {aka struct <anonymous> *}’ but argument is of type ‘PyObject * {aka struct _object *}’
  216. # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar
  217. ^
  218. /usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro ‘PyUnicode_AsWideChar’
  219. PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
  220. ^
  221. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hidapi/libusb/hid.c -o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o
  222. creating build/lib.linux-x86_64-2.7
  223. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/hid.o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o -lusb-1.0 -ludev -lrt -o build/lib.linux-x86_64-2.7/hid.so
  224. /usr/bin/ld: cannot find -ludev
  225. collect2: error: ld returned 1 exit status
  226. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  227.  
  228. ----------------------------------------
  229. Command "/home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-48muWM-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/instagibbs/ledger/include/site/python2.7/hidapi" failed with error code 1 in /tmp/pip-build-Sp2djg/hidapi/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement