Advertisement
Guest User

Untitled

a guest
Jun 4th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. pip install cffi --upgrade
  2. Collecting cffi
  3. Using cached cffi-1.1.0.tar.gz
  4. Requirement already up-to-date: pycparser in /usr/local/lib/python2.7/site-packages (from cffi)
  5. Building wheels for collected packages: cffi
  6. Running setup.py bdist_wheel for cffi
  7. Complete output from command /usr/local/bin/python -c "import setuptools;__file__='/tmp/pip-build-pkmx_K/cffi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpk372mTpip-wheel-:
  8. running bdist_wheel
  9. running build
  10. running build_py
  11. creating build
  12. creating build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7
  13. creating build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  14. copying cffi/gc_weakref.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  15. copying cffi/recompiler.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  16. copying cffi/verifier.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  17. copying cffi/backend_ctypes.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  18. copying cffi/api.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  19. copying cffi/ffiplatform.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  20. copying cffi/cparser.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  21. copying cffi/vengine_cpy.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  22. copying cffi/lock.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  23. copying cffi/cffi_opcode.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  24. copying cffi/setuptools_ext.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  25. copying cffi/vengine_gen.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  26. copying cffi/model.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  27. copying cffi/__init__.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  28. copying cffi/commontypes.py -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  29. copying cffi/_cffi_include.h -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  30. copying cffi/parse_c_type.h -> build/lib.freebsd-10.1-RELEASE-p9-amd64-2.7/cffi
  31. running build_ext
  32. building '_cffi_backend' extension
  33. creating build/temp.freebsd-10.1-RELEASE-p9-amd64-2.7
  34. creating build/temp.freebsd-10.1-RELEASE-p9-amd64-2.7/c
  35. cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/include -I/usr/local/include/python2.7 -c c/_cffi_backend.c -o build/temp.freebsd-10.1-RELEASE-p9-amd64-2.7/c/_cffi_backend.o
  36. In file included from /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/syslimits.h:7:0,
  37. from /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/limits.h:34,
  38. from /usr/local/include/python2.7/Python.h:19,
  39. from c/_cffi_backend.c:2:
  40. /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory
  41. compilation terminated.
  42. error: command 'cc' failed with exit status 1
  43.  
  44. ----------------------------------------
  45. Failed building wheel for cffi
  46. Failed to build cffi
  47. Installing collected packages: cffi
  48. Found existing installation: cffi 0.8.6
  49. Uninstalling cffi-0.8.6:
  50. Successfully uninstalled cffi-0.8.6
  51. Running setup.py install for cffi
  52. Complete output from command /usr/local/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-pkmx_K/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-z43ihW-record/install-record.txt --single-version-externally-managed --compile:
  53. running install
  54. running build
  55. running build_py
  56. running build_ext
  57. building '_cffi_backend' extension
  58. cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/include -I/usr/local/include/python2.7 -c c/_cffi_backend.c -o build/temp.freebsd-10.1-RELEASE-p9-amd64-2.7/c/_cffi_backend.o
  59. In file included from /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/syslimits.h:7:0,
  60. from /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/limits.h:34,
  61. from /usr/local/include/python2.7/Python.h:19,
  62. from c/_cffi_backend.c:2:
  63. /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.1/5.1.0/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory
  64. compilation terminated.
  65. error: command 'cc' failed with exit status 1
  66.  
  67. ----------------------------------------
  68. Rolling back uninstall of cffi
  69. Command "/usr/local/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-pkmx_K/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-z43ihW-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-pkmx_K/cffi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement