Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.91 KB | None | 0 0
  1. kayne@West:~$ pip install dbus-python
  2. Collecting dbus-python
  3. Using cached https://files.pythonhosted.org/packages/3f/e7/4edb582d1ffd5ac3c84188deea32e960b5c8c0fe1da56ce70224f85ce542/dbus-python-1.2.8.tar.gz
  4. Building wheels for collected packages: dbus-python
  5. Running setup.py bdist_wheel for dbus-python ... error
  6. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-v6oCs_/dbus-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpTrj6XPpip-wheel- --python-tag cp27:
  7. running bdist_wheel
  8. running build
  9. creating /tmp/pip-build-v6oCs_/dbus-python/build
  10. creating /tmp/pip-build-v6oCs_/dbus-python/build/temp.linux-x86_64-2.7
  11. checking whether make supports nested variables... yes
  12. checking whether to enable maintainer-specific portions of Makefiles... no
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking how to run the C preprocessor... gcc -E
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for ANSI C header files... yes
  27. checking for sys/types.h... yes
  28. checking for sys/stat.h... yes
  29. checking for stdlib.h... yes
  30. checking for string.h... yes
  31. checking for memory.h... yes
  32. checking for strings.h... yes
  33. checking for inttypes.h... yes
  34. checking for stdint.h... yes
  35. checking for unistd.h... yes
  36. checking minix/config.h usability... no
  37. checking minix/config.h presence... no
  38. checking for minix/config.h... no
  39. checking whether it is safe to define __EXTENSIONS__... yes
  40. checking for a BSD-compatible install... /usr/bin/install -c
  41. checking whether build environment is sane... yes
  42. checking for a thread-safe mkdir -p... /bin/mkdir -p
  43. checking for gawk... gawk
  44. checking whether make sets $(MAKE)... yes
  45. checking for style of include used by make... GNU
  46. checking whether UID '1000' is supported by ustar format... yes
  47. checking whether GID '1000' is supported by ustar format... yes
  48. checking how to create a ustar tar archive... gnutar
  49. checking dependency style of gcc... gcc3
  50. checking build system type... x86_64-pc-linux-gnu
  51. checking host system type... x86_64-pc-linux-gnu
  52. checking for native Windows host... no
  53. checking how to print strings... printf
  54. checking for a sed that does not truncate output... /bin/sed
  55. checking for fgrep... /bin/grep -F
  56. checking for ld used by gcc... /usr/bin/ld
  57. checking if the linker (/usr/bin/ld) is GNU ld... yes
  58. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  59. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... 1572864
  62. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  63. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  64. checking for /usr/bin/ld option to reload object files... -r
  65. checking for objdump... objdump
  66. checking how to recognize dependent libraries... pass_all
  67. checking for dlltool... no
  68. checking how to associate runtime and link libraries... printf %s\n
  69. checking for ar... ar
  70. checking for archiver @FILE support... @
  71. checking for strip... strip
  72. checking for ranlib... ranlib
  73. checking command to parse /usr/bin/nm -B output from gcc object... ok
  74. checking for sysroot... no
  75. checking for a working dd... /bin/dd
  76. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  77. checking for mt... mt
  78. checking if mt is a manifest tool... no
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC -DPIC
  83. checking if gcc PIC flag -fPIC -DPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... no
  95. checking for inline... inline
  96. checking for gawk... (cached) gawk
  97. checking for python... /usr/bin/python
  98. checking for a version of Python >= '2.1.0'... yes
  99. checking for a version of Python >= '2.7'... yes
  100. checking for the distutils Python package... yes
  101. checking for Python include path... -I/usr/include/python2.7
  102. checking for Python library path... -L/usr/lib -lpython2.7
  103. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  104. checking python extra libraries... -lpthread -ldl -lutil -lm
  105. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  106. checking consistency of all components of python development environment... yes
  107. checking for python version... 2.7
  108. checking for python platform... linux2
  109. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  110. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  111. checking for git... /usr/bin/git
  112. checking python module: sphinx... no
  113. checking python module: sphinx_rtd_theme... no
  114. checking for dbus-run-session... /usr/bin/dbus-run-session
  115. checking for pkg-config... /usr/bin/pkg-config
  116. checking pkg-config is at least version 0.9.0... yes
  117. checking for DBUS... no
  118. configure: error: Package requirements (dbus-1 >= 1.8) were not met:
  119.  
  120. No package 'dbus-1' found
  121.  
  122. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  123. installed software in a non-standard prefix.
  124.  
  125. Alternatively, you may set the environment variables DBUS_CFLAGS
  126. and DBUS_LIBS to avoid the need to call pkg-config.
  127. See the pkg-config man page for more details.
  128. Traceback (most recent call last):
  129. File "<string>", line 1, in <module>
  130. File "/tmp/pip-build-v6oCs_/dbus-python/setup.py", line 109, in <module>
  131. tests_require=['tap.py'],
  132. File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129, in setup
  133. return distutils.core.setup(**attrs)
  134. File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
  135. dist.run_commands()
  136. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  137. self.run_command(cmd)
  138. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  139. cmd_obj.run()
  140. File "/usr/lib/python2.7/dist-packages/wheel/bdist_wheel.py", line 204, in run
  141. self.run_command('build')
  142. File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
  143. self.distribution.run_command(command)
  144. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  145. cmd_obj.run()
  146. File "/tmp/pip-build-v6oCs_/dbus-python/setup.py", line 62, in run
  147. cwd=builddir)
  148. File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
  149. raise CalledProcessError(retcode, cmd)
  150. subprocess.CalledProcessError: Command '['/tmp/pip-build-v6oCs_/dbus-python/configure', '--disable-maintainer-mode', 'PYTHON=/usr/bin/python', '--prefix=/tmp/pip-build-v6oCs_/dbus-python/build/temp.linux-x86_64-2.7/prefix']' returned non-zero exit status 1
  151.  
  152. ----------------------------------------
  153. Failed building wheel for dbus-python
  154. Running setup.py clean for dbus-python
  155. Failed to build dbus-python
  156. Installing collected packages: dbus-python
  157. Running setup.py install for dbus-python ... error
  158. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-v6oCs_/dbus-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-xIqKr5-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
  159. running install
  160. running build
  161. creating /tmp/pip-build-v6oCs_/dbus-python/build
  162. creating /tmp/pip-build-v6oCs_/dbus-python/build/temp.linux-x86_64-2.7
  163. checking whether make supports nested variables... yes
  164. checking whether to enable maintainer-specific portions of Makefiles... no
  165. checking for gcc... gcc
  166. checking whether the C compiler works... yes
  167. checking for C compiler default output file name... a.out
  168. checking for suffix of executables...
  169. checking whether we are cross compiling... no
  170. checking for suffix of object files... o
  171. checking whether we are using the GNU C compiler... yes
  172. checking whether gcc accepts -g... yes
  173. checking for gcc option to accept ISO C89... none needed
  174. checking whether gcc understands -c and -o together... yes
  175. checking how to run the C preprocessor... gcc -E
  176. checking for grep that handles long lines and -e... /bin/grep
  177. checking for egrep... /bin/grep -E
  178. checking for ANSI C header files... yes
  179. checking for sys/types.h... yes
  180. checking for sys/stat.h... yes
  181. checking for stdlib.h... yes
  182. checking for string.h... yes
  183. checking for memory.h... yes
  184. checking for strings.h... yes
  185. checking for inttypes.h... yes
  186. checking for stdint.h... yes
  187. checking for unistd.h... yes
  188. checking minix/config.h usability... no
  189. checking minix/config.h presence... no
  190. checking for minix/config.h... no
  191. checking whether it is safe to define __EXTENSIONS__... yes
  192. checking for a BSD-compatible install... /usr/bin/install -c
  193. checking whether build environment is sane... yes
  194. checking for a thread-safe mkdir -p... /bin/mkdir -p
  195. checking for gawk... gawk
  196. checking whether make sets $(MAKE)... yes
  197. checking for style of include used by make... GNU
  198. checking whether UID '1000' is supported by ustar format... yes
  199. checking whether GID '1000' is supported by ustar format... yes
  200. checking how to create a ustar tar archive... gnutar
  201. checking dependency style of gcc... gcc3
  202. checking build system type... x86_64-pc-linux-gnu
  203. checking host system type... x86_64-pc-linux-gnu
  204. checking for native Windows host... no
  205. checking how to print strings... printf
  206. checking for a sed that does not truncate output... /bin/sed
  207. checking for fgrep... /bin/grep -F
  208. checking for ld used by gcc... /usr/bin/ld
  209. checking if the linker (/usr/bin/ld) is GNU ld... yes
  210. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  211. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  212. checking whether ln -s works... yes
  213. checking the maximum length of command line arguments... 1572864
  214. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  215. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  216. checking for /usr/bin/ld option to reload object files... -r
  217. checking for objdump... objdump
  218. checking how to recognize dependent libraries... pass_all
  219. checking for dlltool... no
  220. checking how to associate runtime and link libraries... printf %s\n
  221. checking for ar... ar
  222. checking for archiver @FILE support... @
  223. checking for strip... strip
  224. checking for ranlib... ranlib
  225. checking command to parse /usr/bin/nm -B output from gcc object... ok
  226. checking for sysroot... no
  227. checking for a working dd... /bin/dd
  228. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  229. checking for mt... mt
  230. checking if mt is a manifest tool... no
  231. checking for dlfcn.h... yes
  232. checking for objdir... .libs
  233. checking if gcc supports -fno-rtti -fno-exceptions... no
  234. checking for gcc option to produce PIC... -fPIC -DPIC
  235. checking if gcc PIC flag -fPIC -DPIC works... yes
  236. checking if gcc static flag -static works... yes
  237. checking if gcc supports -c -o file.o... yes
  238. checking if gcc supports -c -o file.o... (cached) yes
  239. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  240. checking whether -lc should be explicitly linked in... no
  241. checking dynamic linker characteristics... GNU/Linux ld.so
  242. checking how to hardcode library paths into programs... immediate
  243. checking whether stripping libraries is possible... yes
  244. checking if libtool supports shared libraries... yes
  245. checking whether to build shared libraries... yes
  246. checking whether to build static libraries... no
  247. checking for inline... inline
  248. checking for gawk... (cached) gawk
  249. checking for python... /usr/bin/python
  250. checking for a version of Python >= '2.1.0'... yes
  251. checking for a version of Python >= '2.7'... yes
  252. checking for the distutils Python package... yes
  253. checking for Python include path... -I/usr/include/python2.7
  254. checking for Python library path... -L/usr/lib -lpython2.7
  255. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  256. checking python extra libraries... -lpthread -ldl -lutil -lm
  257. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  258. checking consistency of all components of python development environment... yes
  259. checking for python version... 2.7
  260. checking for python platform... linux2
  261. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  262. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  263. checking for git... /usr/bin/git
  264. checking python module: sphinx... no
  265. checking python module: sphinx_rtd_theme... no
  266. checking for dbus-run-session... /usr/bin/dbus-run-session
  267. checking for pkg-config... /usr/bin/pkg-config
  268. checking pkg-config is at least version 0.9.0... yes
  269. checking for DBUS... no
  270. configure: error: Package requirements (dbus-1 >= 1.8) were not met:
  271.  
  272. No package 'dbus-1' found
  273.  
  274. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  275. installed software in a non-standard prefix.
  276.  
  277. Alternatively, you may set the environment variables DBUS_CFLAGS
  278. and DBUS_LIBS to avoid the need to call pkg-config.
  279. See the pkg-config man page for more details.
  280. Traceback (most recent call last):
  281. File "<string>", line 1, in <module>
  282. File "/tmp/pip-build-v6oCs_/dbus-python/setup.py", line 109, in <module>
  283. tests_require=['tap.py'],
  284. File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129, in setup
  285. return distutils.core.setup(**attrs)
  286. File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
  287. dist.run_commands()
  288. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  289. self.run_command(cmd)
  290. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  291. cmd_obj.run()
  292. File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 61, in run
  293. return orig.install.run(self)
  294. File "/usr/lib/python2.7/distutils/command/install.py", line 601, in run
  295. self.run_command('build')
  296. File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
  297. self.distribution.run_command(command)
  298. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  299. cmd_obj.run()
  300. File "/tmp/pip-build-v6oCs_/dbus-python/setup.py", line 62, in run
  301. cwd=builddir)
  302. File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
  303. raise CalledProcessError(retcode, cmd)
  304. subprocess.CalledProcessError: Command '['/tmp/pip-build-v6oCs_/dbus-python/configure', '--disable-maintainer-mode', 'PYTHON=/usr/bin/python', '--prefix=/tmp/pip-build-v6oCs_/dbus-python/build/temp.linux-x86_64-2.7/prefix']' returned non-zero exit status 1
  305.  
  306. ----------------------------------------
  307. Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-v6oCs_/dbus-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-xIqKr5-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-v6oCs_/dbus-python/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement