Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. running build_ext
  2.  
  3. building 'mercurial.base85' extension
  4.  
  5. creating build
  6.  
  7. creating build/temp.linux-x86_64-2.7
  8.  
  9. creating build/temp.linux-x86_64-2.7/mercurial
  10.  
  11. 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/python2.7 -c mercurial/base85.c -o build/temp.linux-x86_64-2.7/mercurial/base85.o
  12.  
  13. x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-fstack-protector-strong’
  14.  
  15. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  16.  
  17. ----------------------------------------
  18. Rolling back uninstall of mercurial
  19. Cleaning up...
  20. Command /opt/noc/bin/python -c "import setuptools, tokenize;__file__='/opt/noc/build/Mercurial/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-xuLQDz-record/install-record.txt --single-version-externally-managed --compile --install-headers /opt/noc/include/site/python2.7 failed with error code 1 in /opt/noc/build/Mercurial
  21. Traceback (most recent call last):
  22. File "./bin/pip", line 11, in <module>
  23. sys.exit(main())
  24. File "/opt/noc/lib/python2.7/site-packages/pip/__init__.py", line 185, in main
  25. return command.main(cmd_args)
  26. File "/opt/noc/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
  27. text = '\n'.join(complete_log)
  28. UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 9: ordinal not in range(128)
  29. upgrade: : Cannot update python libraries
  30. Terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement