Advertisement
Guest User

pip install curl (HummingBoard)

a guest
Jul 9th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. (venv)root@cubox-i:~# pip install pycurl
  2. Downloading/unpacking pycurl
  3. Running setup.py egg_info for package pycurl
  4. Using curl-config (libcurl 7.38.0)
  5.  
  6. Installing collected packages: pycurl
  7. Running setup.py install for pycurl
  8. Using curl-config (libcurl 7.38.0)
  9. building 'pycurl' extension
  10. arm-linux-gnueabihf-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 -DPYCURL_VERSION="7.19.5.1" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7 -c src/docstrings.c -o build/temp.linux-armv7l-2.7/src/docstrings.o
  11. cc1: error: unrecognized command line option ‘-fstack-protector-strong’
  12. error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
  13. Complete output from command /root/pyCA/venv/bin/python -c "import setuptools;__file__='/root/pyCA/venv/build/pycurl/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-D8YN9F-record/install-record.txt --single-version-externally-managed --install-headers /root/pyCA/venv/include/site/python2.7:
  14. Using curl-config (libcurl 7.38.0)
  15.  
  16. running install
  17.  
  18. running build
  19.  
  20. running build_py
  21.  
  22. running build_ext
  23.  
  24. building 'pycurl' extension
  25.  
  26. arm-linux-gnueabihf-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 -DPYCURL_VERSION="7.19.5.1" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7 -c src/docstrings.c -o build/temp.linux-armv7l-2.7/src/docstrings.o
  27.  
  28. cc1: error: unrecognized command line option ‘-fstack-protector-strong’
  29.  
  30. error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
  31.  
  32. ----------------------------------------
  33. Command /root/pyCA/venv/bin/python -c "import setuptools;__file__='/root/pyCA/venv/build/pycurl/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-D8YN9F-record/install-record.txt --single-version-externally-managed --install-headers /root/pyCA/venv/include/site/python2.7 failed with error code 1 in /root/pyCA/venv/build/pycurl
  34. Storing complete log in /root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement