Advertisement
Guest User

unrecognized command line option ‘-fstack-protector-strong'

a guest
Nov 27th, 2014
1,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. ------------------------------------------------------------
  2. /usr/bin/pip run on Fri Nov 28 04:40:28 2014
  3. Requirement already satisfied (use --upgrade to upgrade): pyquery in /usr/local/lib/python2.7/dist-packages
  4.  
  5. Downloading/unpacking lxml>=2.1 (from pyquery)
  6.  
  7. Running setup.py egg_info for package lxml
  8.  
  9. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  10.  
  11. warnings.warn(msg)
  12.  
  13. Building lxml version 3.4.1.
  14.  
  15. Building without Cython.
  16.  
  17. Using build configuration of libxslt 1.1.28
  18.  
  19. running egg_info
  20. writing requirements to pip-egg-info/lxml.egg-info/requires.txt
  21. writing pip-egg-info/lxml.egg-info/PKG-INFO
  22. writing top-level names to pip-egg-info/lxml.egg-info/top_level.txt
  23. writing dependency_links to pip-egg-info/lxml.egg-info/dependency_links.txt
  24. warning: manifest_maker: standard file '-c' not found
  25.  
  26.  
  27. reading manifest file 'pip-egg-info/lxml.egg-info/SOURCES.txt'
  28. reading manifest template 'MANIFEST.in'
  29. writing manifest file 'pip-egg-info/lxml.egg-info/SOURCES.txt'
  30. Source in ./build/lxml has version 3.4.1, which satisfies requirement lxml>=2.1 (from pyquery)
  31. skipping extra source
  32. skipping extra cssselect
  33. skipping extra html5
  34. skipping extra htmlsoup
  35. Requirement already satisfied (use --upgrade to upgrade): cssselect in /usr/local/lib/python2.7/dist-packages/cssselect-0.9.1-py2.7.egg (from pyquery)
  36.  
  37. Installing collected packages: lxml
  38.  
  39. Running setup.py install for lxml
  40.  
  41. Running command /usr/bin/python -c "import setuptools;__file__='/root/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Mak3Ht-record/install-record.txt
  42. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  43.  
  44. warnings.warn(msg)
  45.  
  46. Building lxml version 3.4.1.
  47.  
  48. Building without Cython.
  49.  
  50. Using build configuration of libxslt 1.1.28
  51.  
  52. running install
  53. running build
  54. running build_py
  55. copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  56. running build_ext
  57. building 'lxml.etree' extension
  58.  
  59. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/libxml2 -I/root/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  60.  
  61. x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-fstack-protector-strong’
  62.  
  63. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  64.  
  65. Complete output from command /usr/bin/python -c "import setuptools;__file__='/root/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Mak3Ht-record/install-record.txt:
  66.  
  67. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  68.  
  69. warnings.warn(msg)
  70.  
  71. Building lxml version 3.4.1.
  72.  
  73. Building without Cython.
  74.  
  75. Using build configuration of libxslt 1.1.28
  76.  
  77. running install
  78.  
  79. running build
  80.  
  81. running build_py
  82.  
  83. copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  84.  
  85. running build_ext
  86.  
  87. building 'lxml.etree' extension
  88.  
  89. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/libxml2 -I/root/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  90.  
  91. x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-fstack-protector-strong’
  92.  
  93. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  94.  
  95. ----------------------------------------
  96.  
  97. Command /usr/bin/python -c "import setuptools;__file__='/root/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Mak3Ht-record/install-record.txt failed with error code 1 in /root/build/lxml
  98.  
  99. Exception information:
  100. Traceback (most recent call last):
  101. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 104, in main
  102. status = self.run(options, args)
  103. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 250, in run
  104. requirement_set.install(install_options, global_options)
  105. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1133, in install
  106. requirement.install(install_options, global_options)
  107. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 577, in install
  108. cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  109. File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 256, in call_subprocess
  110. % (command_desc, proc.returncode, cwd))
  111. InstallationError: Command /usr/bin/python -c "import setuptools;__file__='/root/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Mak3Ht-record/install-record.txt failed with error code 1 in /root/build/lxml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement