Advertisement
matrefeytontias

Untitled

Jun 29th, 2018
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. $ pip install -U wxPython
  2. Collecting wxPython
  3. Using cached https://files.pythonhosted.org/packages/dd/31/bd55ab40e406a026a7fda0bb5eb61f466682544ae91ac26267c750f5e618/wxPython-4.0.3.tar.gz
  4. Requirement not upgraded as not directly required: six in /usr/lib/python3.6/site-packages (from wxPython) (1.10.0)
  5. Requirement not upgraded as not directly required: PyPubSub in /usr/lib/python3.6/site-packages (from wxPython) (4.0.0)
  6. Installing collected packages: wxPython
  7. Running setup.py install for wxPython ... error
  8. Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-48ps6e5q/wxPython/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-record-w8jnst9m/install-record.txt --single-version-externally-managed --compile:
  9. running install
  10. running build
  11. WARNING: Building this way assumes that all generated files have been
  12. generated already. If that is not the case then use build.py directly
  13. to generate the source and perform the build stage. You can use
  14. --skip-build with the bdist_* or install commands to avoid this
  15. message and the wxWidgets and Phoenix build steps in the future.
  16.  
  17. "/usr/bin/python3" -u build.py build
  18. Will build using: "/usr/bin/python3"
  19. 3.6.6 (default, Jun 28 2018, 10:27:26)
  20. [GCC 7.3.0]
  21. Python's architecture is 64bit
  22. cfg.VERSION: 4.0.3
  23.  
  24. Running command: build
  25. Running command: build_wx
  26. wxWidgets build options: ['--wxpython', '--unicode', '--gtk3']
  27. Configure options: ['--enable-unicode', '--with-gtk=3', '--with-opengl', '--enable-sound', '--enable-graphics_ctx', '--enable-mediactrl', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--enable-autoidman', '--with-sdl']
  28. /tmp/pip-install-48ps6e5q/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --with-opengl --enable-sound --enable-graphics_ctx --enable-mediactrl --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --enable-autoidman --with-sdl
  29. configure: loading site script /etc/config.site
  30. checking build system type... x86_64-pc-msys
  31. checking host system type... x86_64-pc-msys
  32. configure: WARNING: *** System type x86_64-pc-msys is unknown, assuming generic Unix and continuing nevertheless.
  33. configure: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org.
  34. checking for --disable-gui... no
  35. checking for --enable-monolithic... no
  36. checking for --enable-plugins... no
  37. checking for --without-subdirs... no
  38. checking for --enable-official_build... no
  39. checking for --disable-all-features... no
  40. checking for --enable-universal... no
  41. checking for --enable-nanox... no
  42. checking for --enable-gpe... no
  43. checking for toolkit... gtk
  44. checking for --with-libpng... yes
  45. checking for --with-libjpeg... yes
  46. checking for --with-libtiff... yes
  47. checking for --without-libjbig... no
  48. checking for --without-liblzma... no
  49. checking for --with-libxpm... yes
  50. checking for --with-libiconv... yes
  51. checking for --with-libmspack... no
  52. checking for --without-gtkprint... no
  53. checking for --with-gnomevfs... no
  54. checking for --with-libnotify... yes
  55. checking for --with-hildon... no
  56. checking for --with-opengl... yes
  57. checking for --with-dmalloc... no
  58. checking for --with-sdl... yes
  59. checking for --with-regex... yes
  60. checking for --with-zlib... yes
  61. checking for --with-expat... yes
  62. checking for --with-macosx-sdk...
  63. checking for --with-macosx-version-min...
  64. checking for --enable-debug... default
  65. checking for --disable-debug_flag... no
  66. checking for --enable-debug_info... no
  67. checking for --enable-debug_gdb... no
  68. checking for --enable-debug_cntxt... no
  69. checking for --enable-mem_tracing... no
  70. checking for --disable-shared... yes
  71. checking for --enable-stl... no
  72. checking for --enable-std_containers... no
  73. checking for --enable-std_iostreams... yes
  74. checking for --enable-std_string... yes
  75. checking for --enable-std_string_conv_in_wxstring... no
  76. checking for --disable-unicode... no
  77. checking for --enable-mslu... no
  78. checking for --enable-utf8... no
  79. checking for --enable-utf8only... no
  80. checking for --enable-extended_rtti... no
  81. checking for --disable-optimise... no
  82. checking for --enable-profile... no
  83. checking for --enable-no_rtti... no
  84. checking for --enable-no_exceptions... no
  85. checking for --enable-permissive... no
  86. checking for --enable-no_deps... no
  87. checking for --disable-vararg_macros... no
  88. checking for --enable-universal_binary... no
  89. checking for --enable-macosx_arch... no
  90. checking for --enable-compat26... no
  91. checking for --disable-compat28... no
  92. checking for --disable-rpath... no
  93. checking for --enable-objc_uniquifying... no
  94. checking for --disable-visibility... no
  95. checking for --disable-tls... no
  96. checking for --enable-intl... yes
  97. checking for --enable-xlocale... yes
  98. checking for --enable-config... yes
  99. checking for --enable-protocols... yes
  100. checking for --enable-ftp... yes
  101. checking for --enable-http... yes
  102. checking for --enable-fileproto... yes
  103. checking for --enable-sockets... yes
  104. checking for --enable-ipv6... no
  105. checking for --enable-ole... yes
  106. checking for --enable-dataobj... yes
  107. checking for --enable-ipc... yes
  108. checking for --enable-baseevtloop... yes
  109. checking for --enable-epollloop... yes
  110. checking for --enable-selectloop... yes
  111. checking for --enable-any... yes
  112. checking for --enable-apple_ieee... yes
  113. checking for --enable-arcstream... yes
  114. checking for --enable-base64... yes
  115. checking for --enable-backtrace... yes
  116. checking for --enable-catch_segvs... yes
  117. checking for --enable-cmdline... yes
  118. checking for --enable-datetime... yes
  119. checking for --enable-debugreport... no
  120. checking for --enable-dialupman... yes
  121. checking for --enable-dynlib... yes
  122. checking for --enable-dynamicloader... yes
  123. checking for --enable-exceptions... yes
  124. checking for --enable-ffile... yes
  125. checking for --enable-file... yes
  126. checking for --enable-filehistory... yes
  127. checking for --enable-filesystem... yes
  128. checking for --enable-fontenum... yes
  129. checking for --enable-fontmap... yes
  130. checking for --enable-fs_archive... yes
  131. checking for --enable-fs_inet... yes
  132. checking for --enable-fs_zip... yes
  133. checking for --enable-fsvolume... yes
  134. checking for --enable-fswatcher... yes
  135. checking for --enable-geometry... yes
  136. checking for --enable-log... yes
  137. checking for --enable-longlong... yes
  138. checking for --enable-mimetype... yes
  139. checking for --enable-printfposparam... yes
  140. checking for --enable-snglinst... yes
  141. checking for --enable-sound... yes
  142. checking for --enable-stdpaths... yes
  143. checking for --enable-stopwatch... yes
  144. checking for --enable-streams... yes
  145. checking for --enable-sysoptions... yes
  146. checking for --enable-tarstream... yes
  147. checking for --enable-textbuf... yes
  148. checking for --enable-textfile... yes
  149. checking for --enable-timer... yes
  150. checking for --enable-variant... yes
  151. checking for --enable-zipstream... yes
  152. checking for --enable-url... yes
  153. checking for --enable-protocol... yes
  154. checking for --enable-protocol_http... yes
  155. checking for --enable-protocol_ftp... yes
  156. checking for --enable-protocol_file... yes
  157. checking for --enable-threads... yes
  158. checking for --enable-iniconf... no
  159. checking for --enable-regkey... yes
  160. checking for --enable-docview... yes
  161. checking for --enable-help... yes
  162. checking for --enable-mshtmlhelp... yes
  163. checking for --enable-html... yes
  164. checking for --enable-htmlhelp... yes
  165. checking for --enable-xrc... yes
  166. checking for --enable-aui... yes
  167. checking for --enable-propgrid... yes
  168. checking for --enable-ribbon... yes
  169. checking for --enable-stc... yes
  170. checking for --enable-constraints... yes
  171. checking for --enable-loggui... yes
  172. checking for --enable-logwin... yes
  173. checking for --enable-logdialog... yes
  174. checking for --enable-mdi... yes
  175. checking for --enable-mdidoc... yes
  176. checking for --enable-mediactrl... yes
  177. checking for --enable-gstreamer8... no
  178. checking for --enable-richtext... yes
  179. checking for --enable-postscript... yes
  180. checking for --enable-printarch... yes
  181. checking for --enable-svg... yes
  182. checking for --enable-webkit... yes
  183. checking for --enable-webview... yes
  184. checking for --enable-graphics_ctx... yes
  185. checking for --enable-clipboard... yes
  186. checking for --enable-dnd... yes
  187. checking for --disable-controls... no
  188. checking for --enable-markup... yes
  189. checking for --enable-accel... yes
  190. checking for --enable-animatectrl... yes
  191. checking for --enable-bannerwindow... yes
  192. checking for --enable-artstd... yes
  193. checking for --enable-arttango... auto
  194. checking for --enable-bmpbutton... yes
  195. checking for --enable-bmpcombobox... yes
  196. checking for --enable-button... yes
  197. checking for --enable-calendar... yes
  198. checking for --enable-caret... yes
  199. checking for --enable-checkbox... yes
  200. checking for --enable-checklst... yes
  201. checking for --enable-choice... yes
  202. checking for --enable-choicebook... yes
  203. checking for --enable-collpane... yes
  204. checking for --enable-colourpicker... yes
  205. checking for --enable-combobox... yes
  206. checking for --enable-comboctrl... yes
  207. checking for --enable-commandlinkbutton... yes
  208. checking for --enable-dataviewctrl... yes
  209. checking for --enable-datepick... yes
  210. checking for --enable-detect_sm... yes
  211. checking for --enable-dirpicker... yes
  212. checking for --enable-display... yes
  213. checking for --enable-editablebox... yes
  214. checking for --enable-filectrl... yes
  215. checking for --enable-filepicker... yes
  216. checking for --enable-fontpicker... yes
  217. checking for --enable-gauge... yes
  218. checking for --enable-grid... yes
  219. checking for --enable-headerctrl... yes
  220. checking for --enable-hyperlink... yes
  221. checking for --enable-imaglist... yes
  222. checking for --enable-infobar... yes
  223. checking for --enable-listbook... yes
  224. checking for --enable-listbox... yes
  225. checking for --enable-listctrl... yes
  226. checking for --enable-notebook... yes
  227. checking for --enable-notifmsg... yes
  228. checking for --enable-odcombobox... yes
  229. checking for --enable-popupwin... yes
  230. checking for --enable-prefseditor... yes
  231. checking for --enable-radiobox... yes
  232. checking for --enable-radiobtn... yes
  233. checking for --enable-richmsgdlg... yes
  234. checking for --enable-richtooltip... yes
  235. checking for --enable-rearrangectrl... yes
  236. checking for --enable-sash... yes
  237. checking for --enable-scrollbar... yes
  238. checking for --enable-searchctrl... yes
  239. checking for --enable-slider... yes
  240. checking for --enable-spinbtn... yes
  241. checking for --enable-spinctrl... yes
  242. checking for --enable-splitter... yes
  243. checking for --enable-statbmp... yes
  244. checking for --enable-statbox... yes
  245. checking for --enable-statline... yes
  246. checking for --enable-stattext... yes
  247. checking for --enable-statusbar... yes
  248. checking for --enable-taskbaricon... yes
  249. checking for --enable-tbarnative... yes
  250. checking for --enable-textctrl... yes
  251. checking for --enable-datepick... yes
  252. checking for --enable-tipwindow... yes
  253. checking for --enable-togglebtn... yes
  254. checking for --enable-toolbar... yes
  255. checking for --enable-toolbook... yes
  256. checking for --enable-treebook... yes
  257. checking for --enable-treectrl... yes
  258. checking for --enable-treelist... yes
  259. checking for --enable-commondlg... yes
  260. checking for --enable-aboutdlg... yes
  261. checking for --enable-choicedlg... yes
  262. checking for --enable-coldlg... yes
  263. checking for --enable-filedlg... yes
  264. checking for --enable-finddlg... yes
  265. checking for --enable-fontdlg... yes
  266. checking for --enable-dirdlg... yes
  267. checking for --enable-msgdlg... yes
  268. checking for --enable-numberdlg... yes
  269. checking for --enable-splash... yes
  270. checking for --enable-textdlg... yes
  271. checking for --enable-tipdlg... yes
  272. checking for --enable-progressdlg... yes
  273. checking for --enable-wizarddlg... yes
  274. checking for --enable-menus... yes
  275. checking for --enable-miniframe... yes
  276. checking for --enable-tooltips... yes
  277. checking for --enable-splines... yes
  278. checking for --enable-mousewheel... yes
  279. checking for --enable-validators... yes
  280. checking for --enable-busyinfo... yes
  281. checking for --enable-hotkey... auto
  282. checking for --enable-joystick... yes
  283. checking for --enable-metafile... auto
  284. checking for --enable-dragimage... yes
  285. checking for --enable-accessibility... no
  286. checking for --enable-uiactionsim... yes
  287. checking for --enable-dctransform... yes
  288. checking for --enable-webviewwebkit... yes
  289. checking for --enable-palette... yes
  290. checking for --enable-image... yes
  291. checking for --enable-gif... yes
  292. checking for --enable-pcx... yes
  293. checking for --enable-tga... yes
  294. checking for --enable-iff... yes
  295. checking for --enable-pnm... yes
  296. checking for --enable-xpm... yes
  297. checking for --enable-ico_cur... yes
  298. checking for --enable-dccache... yes
  299. checking for --enable-ps-in-msw... yes
  300. checking for --enable-ownerdrawn... yes
  301. checking for --enable-uxtheme... yes
  302. checking for --enable-wxdib... yes
  303. checking for --enable-webviewie... yes
  304. checking for --enable-autoidman... yes
  305. checking for gcc... gcc
  306. checking whether the C compiler works... yes
  307. checking for C compiler default output file name... a.exe
  308. checking for suffix of executables... .exe
  309. checking whether we are cross compiling... no
  310. checking for suffix of object files... o
  311. checking whether we are using the GNU C compiler... yes
  312. checking whether gcc accepts -g... yes
  313. checking for gcc option to accept ISO C89... none needed
  314. checking whether we are using the Intel C compiler... no
  315. checking how to run the C preprocessor... gcc -E
  316. checking for grep that handles long lines and -e... /usr/bin/grep
  317. checking for egrep... /usr/bin/grep -E
  318. checking whether gcc needs -traditional... no
  319. checking for g++... g++
  320. checking whether we are using the GNU C++ compiler... yes
  321. checking whether g++ accepts -g... yes
  322. checking whether we are using the Intel C++ compiler... no
  323. checking for ar... ar
  324. checking for ANSI C header files... yes
  325. checking for sys/types.h... yes
  326. checking for sys/stat.h... yes
  327. checking for stdlib.h... yes
  328. checking for string.h... yes
  329. checking for memory.h... yes
  330. checking for strings.h... yes
  331. checking for inttypes.h... yes
  332. checking for stdint.h... yes
  333. checking for unistd.h... yes
  334. checking for langinfo.h... yes
  335. checking for wchar.h... yes
  336. checking for sys/select.h... yes
  337. checking for cxxabi.h... yes
  338. checking for an ANSI C-conforming const... yes
  339. checking for inline... inline
  340. checking size of short... 2
  341. checking size of void *... 8
  342. checking size of int... 4
  343. checking size of long... 8
  344. checking size of size_t... 8
  345. checking size of long long... 8
  346. checking size of wchar_t... 2
  347. checking for va_copy... yes
  348. checking whether the compiler supports variadic macros... yes
  349. checking for _FILE_OFFSET_BITS value needed for large files... 64
  350. checking if large file support is available... yes
  351. checking for _LARGEFILE_SOURCE value needed for large files... no
  352. checking whether byte ordering is bigendian... no
  353. checking for iostream... yes
  354. checking if C++ compiler supports the explicit keyword... yes
  355. checking for std::wstring in <string>... yes
  356. checking for std::istream... yes
  357. checking for std::ostream... yes
  358. checking how to run the C++ preprocessor... g++ -E
  359. checking type_traits usability... yes
  360. checking type_traits presence... yes
  361. checking for type_traits... yes
  362. checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  363. checking for libraries directories... /usr/lib
  364. checking for cos... yes
  365. checking for floor... yes
  366. checking if floating point functions link without -lm... yes
  367. checking for strtoull... yes
  368. checking for pkg-config... /usr/bin/pkg-config
  369. checking pkg-config is at least version 0.9.0... yes
  370. configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  371. checking for zlib.h >= 1.1.4... yes
  372. checking for zlib.h... (cached) yes
  373. checking for deflate in -lz... yes
  374. checking for png.h > 0.90... no
  375. checking for png.h... (cached) no
  376. configure: WARNING: system png library not found or too old, will use built-in instead
  377. checking for jpeglib.h... no
  378. configure: WARNING: system jpeg library not found, will use built-in instead
  379. checking for tiffio.h... no
  380. configure: WARNING: system tiff library not found, will use built-in instead
  381. checking for lzma_code in -llzma... yes
  382. checking for jbg_dec_init in -ljbig... no
  383. checking for expat.h... no
  384. configure: WARNING: system expat library not found, will use built-in instead
  385. checking for GTK+ version...
  386. checking for pkg-config... /usr/bin/pkg-config
  387. checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
  388. Perhaps you should add the directory containing `gtk+-3.0.pc'
  389. to the PKG_CONFIG_PATH environment variable
  390. No package 'gtk+-3.0' found
  391. Package gthread-2.0 was not found in the pkg-config search path.
  392. Perhaps you should add the directory containing `gthread-2.0.pc'
  393. to the PKG_CONFIG_PATH environment variable
  394. No package 'gthread-2.0' found
  395. no
  396. *** Could not run GTK+ test program, checking why...
  397. *** The test program failed to compile or link. See the file config.log for the
  398. *** exact error that occured. This usually means GTK+ is incorrectly installed.
  399. configure: error:
  400. The development files for GTK+ were not found. For GTK+ 2, please
  401. ensure that pkg-config is in the path and that gtk+-2.0.pc is
  402. installed. For GTK+ 1.2 please check that gtk-config is in the path,
  403. and that the version is 1.2.3 or above. Also check that the
  404. libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
  405. --libs' are in the LD_LIBRARY_PATH or equivalent.
  406.  
  407. Error running configure
  408. ERROR: failed building wxWidgets
  409. Traceback (most recent call last):
  410. File "build.py", line 1321, in cmd_build_wx
  411. wxbuild.main(wxDir(), build_options)
  412. File "/tmp/pip-install-48ps6e5q/wxPython/buildtools/build_wxwidgets.py", line 375, in main
  413. "Error running configure")
  414. File "/tmp/pip-install-48ps6e5q/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
  415. raise builder.BuildError(msg)
  416. buildtools.builder.BuildError: Error running configure
  417. Finished command: build_wx (0m42.819s)
  418. Finished command: build (0m42.819s)
  419. Command '"/usr/bin/python3" -u build.py build' failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement