Advertisement
Guest User

Untitled

a guest
Aug 20th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. patching file setup.py
  2. Hunk #1 succeeded at 15 (offset 2 lines).
  3. Hunk #2 succeeded at 309 (offset 66 lines).
  4. checking for --with-universal-archs... 32-bit
  5. checking MACHDEP... linux3
  6. checking EXTRAPLATDIR...
  7. checking machine type as reported by uname -m... i686
  8. checking for --without-gcc... no
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for --with-cxx-main=<compiler>... no
  19. checking for g++... g++
  20. configure: WARNING:
  21.  
  22. By default, distutils will build C++ extension modules with "g++".
  23. If this is not intended, then set CXX on the configure command line.
  24.  
  25. <...................>
  26.  
  27. Writing /home/crusty/.pythonbrew/pythons/Python-2.6/lib/python2.6/lib-dynload/Python-2.6-py2.6.egg-info
  28. if test -f /home/crusty/.pythonbrew/pythons/Python-2.6/bin/python -o -h /home/crusty/.pythonbrew/pythons/Python-2.6/bin/python; \
  29. then rm -f /home/crusty/.pythonbrew/pythons/Python-2.6/bin/python; \
  30. else true; \
  31. fi
  32. (cd /home/crusty/.pythonbrew/pythons/Python-2.6/bin; ln python2.6 python)
  33. rm -f /home/crusty/.pythonbrew/pythons/Python-2.6/bin/python-config
  34. (cd /home/crusty/.pythonbrew/pythons/Python-2.6/bin; ln -s python2.6-config python-config)
  35. Creating directory /home/crusty/.pythonbrew/pythons/Python-2.6/share/man
  36. Creating directory /home/crusty/.pythonbrew/pythons/Python-2.6/share/man/man1
  37. /usr/bin/install -c -m 644 ./Misc/python.man \
  38. /home/crusty/.pythonbrew/pythons/Python-2.6/share/man/man1/python.1
  39. Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
  40. Extracting in /tmp/tmpbW1WIW
  41. Traceback (most recent call last):
  42. File "distribute_setup.py", line 515, in <module>
  43. main(sys.argv[1:])
  44. File "distribute_setup.py", line 511, in main
  45. _install(tarball, _build_install_args(argv))
  46. File "distribute_setup.py", line 73, in _install
  47. tar = tarfile.open(tarball)
  48. File "/home/crusty/.pythonbrew/pythons/Python-2.6/lib/python2.6/tarfile.py", line 1649, in open
  49. raise ReadError("file could not be opened successfully")
  50. tarfile.ReadError: file could not be opened successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement