Guest User

Untitled

a guest
May 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. katecomp:gevent denis$ python2.6 setup.py build
  2. running build
  3. running build_py
  4. running build_ext
  5. make: Nothing to be done for `all'.
  6. building 'gevent.core' extension
  7. gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -U__llvm__ -arch i386 -arch ppc -arch x86_64 -pipe -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_STAT_ENABLE=0 -DEV_CHECK_ENABLE=0 -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_CHILD_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.macosx-10.6-universal-2.6/libev -Ilibev -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c gevent/gevent.core.c -o build/temp.macosx-10.6-universal-2.6/gevent/gevent.core.o
  8. In file included from gevent/libev.h:2,
  9. from gevent/gevent.core.c:236:
  10. libev/ev.c:459:48: warning: "/*" within comment
  11. In file included from gevent/libev.h:2,
  12. from gevent/gevent.core.c:236:
  13. libev/ev.c: In function ‘ev_io_start’:
  14. libev/ev.c:3200: warning: suggest parentheses around arithmetic in operand of |
  15. libev/ev.c:4429:27: warning: "/*" within comment
  16. libev/ev.c:4430:27: warning: "/*" within comment
  17. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  18. Installed assemblers are:
  19. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  20. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  21. In file included from gevent/libev.h:2,
  22. from gevent/gevent.core.c:236:
  23. libev/ev.c:459:48: warning: "/*" within comment
  24. In file included from gevent/libev.h:2,
  25. from gevent/gevent.core.c:236:
  26. libev/ev.c: In function ‘ev_io_start’:
  27. libev/ev.c:3200: warning: suggest parentheses around arithmetic in operand of |
  28. libev/ev.c:4429:27: warning: "/*" within comment
  29. libev/ev.c:4430:27: warning: "/*" within comment
  30. gevent/gevent.core.c: At top level:
  31. gevent/gevent.core.c:28000: fatal error: error writing to -: Broken pipe
  32. compilation terminated.
  33. In file included from gevent/libev.h:2,
  34. from gevent/gevent.core.c:236:
  35. libev/ev.c:459:48: warning: "/*" within comment
  36. In file included from gevent/libev.h:2,
  37. from gevent/gevent.core.c:236:
  38. libev/ev.c: In function ‘ev_io_start’:
  39. libev/ev.c:3200: warning: suggest parentheses around arithmetic in operand of |
  40. libev/ev.c:4429:27: warning: "/*" within comment
  41. libev/ev.c:4430:27: warning: "/*" within comment
  42. lipo: can't open input file: /var/folders/+0/+0BWn+1+Gj4izwsu90HeO++++TM/-Tmp-//ccGWDUto.out (No such file or directory)
  43. error: command 'gcc-4.2' failed with exit status 1
  44.  
  45.  
  46. katecomp:gevent denis$ python2.6 --version
  47. Python 2.6.1
  48. katecomp:gevent
Add Comment
Please, Sign In to add comment