bassamanator

printrun

May 19th, 2021
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.37 KB | None | 0 0
  1. Collecting tinycss2 (from cairosvg>=1.0.9->Printrun)
  2.   Downloading https://files.pythonhosted.org/packages/65/f7/63bf697a7c7257d304269b49f1be3dfe429856889e93963d6f5790d77d82/tinycss2-1.1.0-py3-none-any.whl
  3. Requirement already satisfied: pillow in /usr/lib/python3/dist-packages (from cairosvg>=1.0.9->Printrun) (5.4.1)
  4. Collecting cssselect2 (from cairosvg>=1.0.9->Printrun)
  5.   Downloading https://files.pythonhosted.org/packages/99/da/c86ec74495c69518720652f8aa8ab642d8af61a2098eede9db8b03d3c8b4/cssselect2-0.4.1-py3-none-any.whl
  6. Collecting defusedxml (from cairosvg>=1.0.9->Printrun)
  7.   Downloading https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl
  8. Requirement already satisfied: six in /usr/lib/python3/dist-packages (from wxPython>=4.1->Printrun) (1.12.0)
  9. Collecting pycparser (from cffi->Printrun)
  10.   Downloading https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl (112kB)
  11.     27% |���������������������������                       | 30kB 9.1MB/s eta 0:    36% |������������������������������������                    | 40kB 9.1MB/s     45% |���������������������������������������������                 | 51kB 9.    54% |������������������������������������������������������              | 6    63% |���������������������������������������������������������������            73% |�����������������������������������������������������������������������    82% |�����������������������������������������������������������������������    91% |�����������������������������������������������������������������������    100% |������������������������������������������������������������������������������������������������| 112kB 3.0MB/s
  12. Requirement already satisfied: webencodings>=0.4 in /usr/lib/python3/dist-packages (from tinycss2->cairosvg>=1.0.9->Printrun) (0.5.1)
  13. Building wheels for collected packages: wxPython
  14.   Running setup.py bdist_wheel for wxPython ... error
  15.   Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-eiply2fc/wxPython/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/pip-wheel-hl4higrk --python-tag cp37:
  16.   running bdist_wheel
  17.   running build
  18.   WARNING: Building this way assumes that all generated files have been
  19.   generated already.  If that is not the case then use build.py directly
  20.   to generate the source and perform the build stage.  You can use
  21.   --skip-build with the bdist_* or install commands to avoid this
  22.   message and the wxWidgets and Phoenix build steps in the future.
  23.  
  24.   "/usr/bin/python3" -u build.py build
  25.   Will build using: "/usr/bin/python3"
  26.   3.7.3 (default, Jan 22 2021, 20:04:44)
  27.   [GCC 8.3.0]
  28.   Python's architecture is 32bit
  29.  cfg.VERSION: 4.1.1
  30.  
  31.  Running command: build
  32.  Running command: build_wx
  33.  wxWidgets build options: ['--wxpython', '--unicode', '--gtk3']
  34.  Configure options: ['--enable-unicode', '--with-gtk=3', '--enable-sound', '--enable-graphics_ctx', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--enable-autoidman', '--with-sdl']
  35.  /tmp/pip-install-eiply2fc/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --enable-sound --enable-graphics_ctx --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --enable-autoidman --with-sdl
  36.  checking build system type... armv7l-unknown-linux-gnueabihf
  37.  checking host system type... armv7l-unknown-linux-gnueabihf
  38.  checking for toolkit... gtk
  39.  checking for gcc... gcc
  40.  checking whether the C compiler works... yes
  41.  checking for C compiler default output file name... a.out
  42.  checking for suffix of executables...
  43.  checking whether we are cross compiling... no
  44.  checking for suffix of object files... o
  45.  checking whether we are using the GNU C compiler... yes
  46.  checking whether gcc accepts -g... yes
  47.  checking for gcc option to accept ISO C89... none needed
  48.  checking whether we are using the Intel C compiler... no
  49.  checking how to run the C preprocessor... gcc -E
  50.  checking for grep that handles long lines and -e... /usr/bin/grep
  51.  checking for egrep... /usr/bin/grep -E
  52.  checking whether gcc needs -traditional... no
  53.  checking for g++... g++
  54.  checking whether we are using the GNU C++ compiler... yes
  55.  checking whether g++ accepts -g... yes
  56.  checking whether we are using the Intel C++ compiler... no
  57.  checking whether we are using the Sun C++ compiler... no
  58.  checking for ar... ar
  59.  checking for ANSI C header files... yes
  60.  checking for sys/types.h... yes
  61.  checking for sys/stat.h... yes
  62.  checking for stdlib.h... yes
  63.  checking for string.h... yes
  64.  checking for memory.h... yes
  65.  checking for strings.h... yes
  66.  checking for inttypes.h... yes
  67.  checking for stdint.h... yes
  68.  checking for unistd.h... yes
  69.  checking for langinfo.h... yes
  70.  checking for wchar.h... yes
  71.  checking for sys/select.h... yes
  72.  checking for cxxabi.h... yes
  73.  checking for an ANSI C-conforming const... yes
  74.  checking for inline... inline
  75.  checking size of short... 2
  76.  checking size of void *... 4
  77.  checking size of int... 4
  78.  checking size of long... 4
  79.  checking size of size_t... 4
  80.  checking size of long long... 8
  81.  checking size of wchar_t... 4
  82.  checking for va_copy... yes
  83.  checking for _FILE_OFFSET_BITS value needed for large files... 64
  84.  checking if large file support is available... yes
  85.  checking for _LARGEFILE_SOURCE value needed for large files... no
  86.  checking whether byte ordering is bigendian... no
  87.  checking for std::wstring in <string>... yes
  88.  checking for std::istream... yes
  89.  checking for std::ostream... yes
  90.  checking for type_traits... yes
  91.  checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  92.  checking for libraries directories... /usr/lib
  93.  checking for cos... no
  94.  checking for floor... no
  95.  checking if floating point functions link without -lm... no
  96.  checking for sin... yes
  97.  checking for ceil... yes
  98.  checking if floating point functions link with -lm... yes
  99.  checking for strtoull... yes
  100.  checking for pkg-config... /usr/bin/pkg-config
  101.  checking pkg-config is at least version 0.9.0... yes
  102.  configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  103.  checking for zlib.h >= 1.1.4... yes
  104.  checking for zlib.h... (cached) yes
  105.  checking for deflate in -lz... yes
  106.  checking for png.h > 0.90... yes
  107.  checking for png.h... (cached) yes
  108.  checking for png_sig_cmp in -lpng... yes
  109.  checking for jpeglib.h... yes
  110.  checking for jpeg_read_header in -ljpeg... yes
  111.  checking lzma.h usability... no
  112.  checking lzma.h presence... no
  113.  checking for lzma.h... no
  114.  checking for jbg_dec_init in -ljbig... no
  115.  checking for LIBTIFF... not found via pkg-config
  116.  checking for tiffio.h... no
  117.  configure: WARNING: system tiff library not found, will use built-in instead
  118.  checking whether tiff.h file exists... yes
  119.  checking for expat.h... yes
  120.  checking if expat.h is valid C++ header... yes
  121.  checking for XML_ParserCreate in -lexpat... yes
  122.  checking for GTK+ version...
  123.  checking for pkg-config... (cached) /usr/bin/pkg-config
  124.  checking pkg-config is at least version 0.16... yes
  125.  checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
  126.  Perhaps you should add the directory containing `gtk+-3.0.pc'
  127.   to the PKG_CONFIG_PATH environment variable
  128.   No package 'gtk+-3.0' found
  129.   Package gthread-2.0 was not found in the pkg-config search path.
  130.   Perhaps you should add the directory containing `gthread-2.0.pc'
  131.  to the PKG_CONFIG_PATH environment variable
  132.  No package 'gthread-2.0' found
  133.  no
  134.  *** Could not run GTK+ test program, checking why...
  135.  *** The test program failed to compile or link. See the file config.log for the
  136.  *** exact error that occurred. This usually means GTK+ is incorrectly installed.
  137.  configure: error:
  138.  The development files for GTK+ were not found. For GTK+ 2, please
  139.  ensure that pkg-config is in the path and that gtk+-2.0.pc is
  140.  installed. For GTK+ 1.2 please check that gtk-config is in the path,
  141.  and that the version is 1.2.3 or above. Also check that the
  142.  libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
  143.   --libs' are in the LD_LIBRARY_PATH or equivalent.
  144.  
  145.  Error running configure
  146.  ERROR: failed building wxWidgets
  147.  Traceback (most recent call last):
  148.    File "build.py", line 1510, in cmd_build_wx
  149.      wxbuild.main(wxDir(), build_options)
  150.    File "/tmp/pip-install-eiply2fc/wxPython/buildtools/build_wxwidgets.py", line 373, in main
  151.      "Error running configure")
  152.    File "/tmp/pip-install-eiply2fc/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
  153.      raise builder.BuildError(msg)
  154.  buildtools.builder.BuildError: Error running configure
  155.  Finished command: build_wx (0m16.660s)
  156.  Finished command: build (0m16.660s)
  157.  Command '"/usr/bin/python3" -u build.py build' failed with exit code 1.
  158.  
  159.  ----------------------------------------
  160.  Failed building wheel for wxPython
  161.  Running setup.py clean for wxPython
  162. Failed to build wxPython
  163. Installing collected packages: pycparser, cffi, cairocffi, tinycss2, cssselect2, defusedxml, cairosvg, dbus-python, pyglet, wxPython, Printrun
  164.  Running setup.py install for wxPython ... error
  165.    Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-eiply2fc/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-dlfe_cdx/install-record.txt --single-version-externally-managed --compile --user --prefix=:
  166.    running install
  167.    running build
  168.    WARNING: Building this way assumes that all generated files have been
  169.    generated already.  If that is not the case then use build.py directly
  170.    to generate the source and perform the build stage.  You can use
  171.    --skip-build with the bdist_* or install commands to avoid this
  172.    message and the wxWidgets and Phoenix build steps in the future.
  173.    
  174.    "/usr/bin/python3" -u build.py build
  175.    Will build using: "/usr/bin/python3"
  176.    3.7.3 (default, Jan 22 2021, 20:04:44)
  177.    [GCC 8.3.0]
  178.    Python's architecture is 32bit
  179.     cfg.VERSION: 4.1.1
  180.    
  181.     Running command: build
  182.     Running command: build_wx
  183.     wxWidgets build options: ['--wxpython', '--unicode', '--gtk3']
  184.     Configure options: ['--enable-unicode', '--with-gtk=3', '--enable-sound', '--enable-graphics_ctx', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--enable-autoidman', '--with-sdl']
  185.     /tmp/pip-install-eiply2fc/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --enable-sound --enable-graphics_ctx --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --enable-autoidman --with-sdl
  186.     checking build system type... armv7l-unknown-linux-gnueabihf
  187.     checking host system type... armv7l-unknown-linux-gnueabihf
  188.     checking for toolkit... gtk
  189.     checking for gcc... gcc
  190.     checking whether the C compiler works... yes
  191.     checking for C compiler default output file name... a.out
  192.     checking for suffix of executables...
  193.     checking whether we are cross compiling... no
  194.     checking for suffix of object files... o
  195.     checking whether we are using the GNU C compiler... yes
  196.     checking whether gcc accepts -g... yes
  197.     checking for gcc option to accept ISO C89... none needed
  198.     checking whether we are using the Intel C compiler... no
  199.     checking how to run the C preprocessor... gcc -E
  200.     checking for grep that handles long lines and -e... /usr/bin/grep
  201.     checking for egrep... /usr/bin/grep -E
  202.     checking whether gcc needs -traditional... no
  203.     checking for g++... g++
  204.     checking whether we are using the GNU C++ compiler... yes
  205.     checking whether g++ accepts -g... yes
  206.     checking whether we are using the Intel C++ compiler... no
  207.     checking whether we are using the Sun C++ compiler... no
  208.     checking for ar... ar
  209.     checking for ANSI C header files... yes
  210.     checking for sys/types.h... yes
  211.     checking for sys/stat.h... yes
  212.     checking for stdlib.h... yes
  213.     checking for string.h... yes
  214.     checking for memory.h... yes
  215.     checking for strings.h... yes
  216.     checking for inttypes.h... yes
  217.     checking for stdint.h... yes
  218.     checking for unistd.h... yes
  219.     checking for langinfo.h... yes
  220.     checking for wchar.h... yes
  221.     checking for sys/select.h... yes
  222.     checking for cxxabi.h... yes
  223.     checking for an ANSI C-conforming const... yes
  224.     checking for inline... inline
  225.     checking size of short... 2
  226.     checking size of void *... 4
  227.     checking size of int... 4
  228.     checking size of long... 4
  229.     checking size of size_t... 4
  230.     checking size of long long... 8
  231.     checking size of wchar_t... 4
  232.     checking for va_copy... yes
  233.     checking for _FILE_OFFSET_BITS value needed for large files... 64
  234.     checking if large file support is available... yes
  235.     checking for _LARGEFILE_SOURCE value needed for large files... no
  236.     checking whether byte ordering is bigendian... no
  237.     checking for std::wstring in <string>... yes
  238.     checking for std::istream... yes
  239.     checking for std::ostream... yes
  240.     checking for type_traits... yes
  241.     checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  242.     checking for libraries directories... /usr/lib
  243.     checking for cos... no
  244.     checking for floor... no
  245.     checking if floating point functions link without -lm... no
  246.     checking for sin... yes
  247.     checking for ceil... yes
  248.     checking if floating point functions link with -lm... yes
  249.     checking for strtoull... yes
  250.     checking for pkg-config... /usr/bin/pkg-config
  251.     checking pkg-config is at least version 0.9.0... yes
  252.     configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  253.     checking for zlib.h >= 1.1.4... yes
  254.     checking for zlib.h... (cached) yes
  255.     checking for deflate in -lz... yes
  256.     checking for png.h > 0.90... yes
  257.     checking for png.h... (cached) yes
  258.     checking for png_sig_cmp in -lpng... yes
  259.     checking for jpeglib.h... yes
  260.     checking for jpeg_read_header in -ljpeg... yes
  261.     checking lzma.h usability... no
  262.     checking lzma.h presence... no
  263.     checking for lzma.h... no
  264.     checking for jbg_dec_init in -ljbig... no
  265.     checking for LIBTIFF... not found via pkg-config
  266.     checking for tiffio.h... no
  267.     configure: WARNING: system tiff library not found, will use built-in instead
  268.     checking whether tiff.h file exists... yes
  269.     checking for expat.h... yes
  270.     checking if expat.h is valid C++ header... yes
  271.     checking for XML_ParserCreate in -lexpat... yes
  272.     checking for GTK+ version...
  273.     checking for pkg-config... (cached) /usr/bin/pkg-config
  274.     checking pkg-config is at least version 0.16... yes
  275.     checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
  276.     Perhaps you should add the directory containing `gtk+-3.0.pc'
  277.    to the PKG_CONFIG_PATH environment variable
  278.    No package 'gtk+-3.0' found
  279.    Package gthread-2.0 was not found in the pkg-config search path.
  280.    Perhaps you should add the directory containing `gthread-2.0.pc'
  281.     to the PKG_CONFIG_PATH environment variable
  282.     No package 'gthread-2.0' found
  283.     no
  284.     *** Could not run GTK+ test program, checking why...
  285.     *** The test program failed to compile or link. See the file config.log for the
  286.     *** exact error that occurred. This usually means GTK+ is incorrectly installed.
  287.     configure: error:
  288.     The development files for GTK+ were not found. For GTK+ 2, please
  289.     ensure that pkg-config is in the path and that gtk+-2.0.pc is
  290.     installed. For GTK+ 1.2 please check that gtk-config is in the path,
  291.     and that the version is 1.2.3 or above. Also check that the
  292.     libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
  293.    --libs' are in the LD_LIBRARY_PATH or equivalent.
  294.    
  295.     Error running configure
  296.     ERROR: failed building wxWidgets
  297.     Traceback (most recent call last):
  298.       File "build.py", line 1510, in cmd_build_wx
  299.         wxbuild.main(wxDir(), build_options)
  300.       File "/tmp/pip-install-eiply2fc/wxPython/buildtools/build_wxwidgets.py", line 373, in main
  301.         "Error running configure")
  302.       File "/tmp/pip-install-eiply2fc/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
  303.         raise builder.BuildError(msg)
  304.     buildtools.builder.BuildError: Error running configure
  305.     Finished command: build_wx (0m15.413s)
  306.     Finished command: build (0m15.413s)
  307.     Command '"/usr/bin/python3" -u build.py build' failed with exit code 1.
  308.    
  309.     ----------------------------------------
  310. Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-eiply2fc/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-dlfe_cdx/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-eiply2fc/wxPython/
Advertisement
Add Comment
Please, Sign In to add comment