Advertisement
Guest User

python3.4 pip install lxml (STATIC)

a guest
Dec 19th, 2014
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.68 KB | None | 0 0
  1. Log from: # STATIC_DEPS=true CFLAGS="-O0" pip3 install lxml
  2.  
  3. ------------------------------------------------------------------------------
  4. ...
  5. config.status: executing libtool commands
  6.  
  7. make: Warning: Ignoring DistributedMake -j option
  8.  
  9. make: Fatal error: No dmake max jobs argument after -j flag
  10.  
  11. Traceback (most recent call last):
  12.  
  13.   File "<string>", line 17, in <module>
  14.  
  15.   File "/tmp/pip_build_root/lxml/setup.py", line 230, in <module>
  16.  
  17.     **setup_extra_options()
  18.  
  19.   File "/tmp/pip_build_root/lxml/setup.py", line 144, in setup_extra_options
  20.  
  21.     STATIC_CFLAGS, STATIC_BINARIES)
  22.  
  23.   File "/tmp/pip_build_root/lxml/setupinfo.py", line 57, in ext_modules
  24.  
  25.     multicore=OPTION_MULTICORE)
  26.  
  27.   File "/tmp/pip_build_root/lxml/buildlibxml.py", line 348, in build_libxml2xslt
  28.  
  29.     cmmi(configure_cmd, libiconv_dir, multicore, **call_setup)
  30.  
  31.   File "/tmp/pip_build_root/lxml/buildlibxml.py", line 285, in cmmi
  32.  
  33.     cwd=build_dir, **call_setup)
  34.  
  35.   File "/tmp/pip_build_root/lxml/buildlibxml.py", line 268, in call_subprocess
  36.  
  37.     raise Exception('Command "%s" returned code %s' % (cmd_desc, returncode))
  38.  
  39. Exception: Command "make -j6" returned code 256
  40.  
  41. Building lxml version 3.4.1.
  42.  
  43. Latest version of libiconv is 1.14
  44.  
  45. Downloading libiconv into libs/libiconv-1.14.tar.gz
  46.  
  47. Unpacking libiconv-1.14.tar.gz into build/tmp
  48.  
  49. Latest version of libxml2 is 2.9.2
  50.  
  51. Downloading libxml2 into libs/libxml2-2.9.2.tar.gz
  52.  
  53. Unpacking libxml2-2.9.2.tar.gz into build/tmp
  54.  
  55. Latest version of libxslt is 1.1.28
  56.  
  57. Downloading libxslt into libs/libxslt-1.1.28.tar.gz
  58.  
  59. Unpacking libxslt-1.1.28.tar.gz into build/tmp
  60.  
  61. Starting build in build/tmp/libiconv-1.14
  62.  
  63. ----------------------------------------
  64. Cleaning up...
  65.   Removing temporary dir /tmp/pip_build_root...
  66. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/lxml
  67. Exception information:
  68. Traceback (most recent call last):
  69.   File "/usr/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
  70.     status = self.run(options, args)
  71.   File "/usr/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
  72.     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  73.   File "/usr/lib/python3.4/site-packages/pip/req.py", line 1229, in prepare_files
  74.     req_to_install.run_egg_info()
  75.   File "/usr/lib/python3.4/site-packages/pip/req.py", line 325, in run_egg_info
  76.     command_desc='python setup.py egg_info')
  77.   File "/usr/lib/python3.4/site-packages/pip/util.py", line 697, in call_subprocess
  78.     % (command_desc, proc.returncode, cwd))
  79. pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/lxml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement