Advertisement
Guest User

Untitled

a guest
Aug 20th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. # cat /var/tmp/portage/dev-python/oct2py-0.3.2/temp/build.log
  2. * Package: dev-python/oct2py-0.3.2
  3. * Repository: gentoo
  4. * Maintainer: sci-mathematics@gentoo.org
  5. * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU
  6. * FEATURES: sandbox
  7. >>> Unpacking source...
  8. >>> Unpacking oct2py-0.3.2.tar.gz to /var/tmp/portage/dev-python/oct2py-0.3.2/work
  9. >>> Source unpacked in /var/tmp/portage/dev-python/oct2py-0.3.2/work
  10. >>> Preparing source in /var/tmp/portage/dev-python/oct2py-0.3.2/work/oct2py-0.3.2 ...
  11. >>> Source prepared.
  12. >>> Configuring source in /var/tmp/portage/dev-python/oct2py-0.3.2/work/oct2py-0.3.2 ...
  13. >>> Source configured.
  14. >>> Compiling source in /var/tmp/portage/dev-python/oct2py-0.3.2/work/oct2py-0.3.2 ...
  15. * Building of dev-python/oct2py-0.3.2 with CPython 2.7...
  16. python2.7 setup.py build -b build-2.7
  17. running build
  18. running build_py
  19. creating build-2.7
  20. creating build-2.7/lib
  21. creating build-2.7/lib/oct2py
  22. copying oct2py/__init__.py -> build-2.7/lib/oct2py
  23. copying oct2py/_matwrite.py -> build-2.7/lib/oct2py
  24. copying oct2py/_oct2py.py -> build-2.7/lib/oct2py
  25. copying oct2py/thread_test.py -> build-2.7/lib/oct2py
  26. copying oct2py/speed_test.py -> build-2.7/lib/oct2py
  27. copying oct2py/_matread.py -> build-2.7/lib/oct2py
  28. copying oct2py/demo.py -> build-2.7/lib/oct2py
  29. copying oct2py/_utils.py -> build-2.7/lib/oct2py
  30. creating build-2.7/lib/oct2py/tests
  31. copying oct2py/tests/all_tests.py -> build-2.7/lib/oct2py/tests
  32. copying oct2py/tests/__init__.py -> build-2.7/lib/oct2py/tests
  33. copying oct2py/tests/test_oct2py.py -> build-2.7/lib/oct2py/tests
  34. copying oct2py/tests/test_datatypes.m -> build-2.7/lib/oct2py/tests
  35. copying oct2py/tests/roundtrip.m -> build-2.7/lib/oct2py/tests
  36. warning: MyBuild: byte-compiling is disabled, skipping.
  37.  
  38. * Building of dev-python/oct2py-0.3.2 with CPython 3.2...
  39. python3.2 setup.py build -b build-3.2
  40. Porting to Python 3...
  41. No Sphinx module found. You have to install Sphinx to be able to generate the documentation.
  42. Traceback (most recent call last):
  43. File "setup.py", line 87, in <module>
  44. long_description=open('README.txt').read(),
  45. File "/usr/lib64/python3.2/encodings/ascii.py", line 26, in decode
  46. return codecs.ascii_decode(input, self.errors)[0]
  47. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 355: ordinal not in range(128)
  48. * ERROR: dev-python/oct2py-0.3.2 failed (compile phase):
  49. * Building failed with CPython 3.2 in distutils_building() function
  50. *
  51. * Call stack:
  52. * ebuild.sh, line 85: Called src_compile
  53. * environment, line 3663: Called distutils_src_compile
  54. * environment, line 1002: Called python_execute_function 'distutils_building'
  55. * environment, line 2047: Called die
  56. * The specific snippet of code:
  57. * die "${failure_message}";
  58. *
  59. * If you need support, post the output of `emerge --info '=dev-python/oct2py-0.3.2'`,
  60. * the complete build log and the output of `emerge -pqv '=dev-python/oct2py-0.3.2'`.
  61. * The complete build log is located at '/var/tmp/portage/dev-python/oct2py-0.3.2/temp/build.log'.
  62. * The ebuild environment file is located at '/var/tmp/portage/dev-python/oct2py-0.3.2/temp/environment'.
  63. * Working directory: '/var/tmp/portage/dev-python/oct2py-0.3.2/work/oct2py-0.3.2'
  64. * S: '/var/tmp/portage/dev-python/oct2py-0.3.2/work/oct2py-0.3.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement