1. * Package: dev-python/pycdio-0.17
  2. * Repository: gentoo
  3. * Maintainer: sbriesen@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking pycdio-0.17.tar.gz to /tmp/portage/dev-python/pycdio-0.17/work
  8. >>> Source unpacked in /tmp/portage/dev-python/pycdio-0.17/work
  9. >>> Preparing source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
  12. >>> Source configured.
  13. >>> Compiling source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
  14. * Building of dev-python/pycdio-0.17 with CPython 2.7...
  15. python2.7 setup.py build -b build-2.7
  16. running build
  17. running build_py
  18. creating build-2.7
  19. creating build-2.7/lib.linux-x86_64-2.7
  20. copying cdio.py -> build-2.7/lib.linux-x86_64-2.7
  21. copying iso9660.py -> build-2.7/lib.linux-x86_64-2.7
  22. copying pycdio.py -> build-2.7/lib.linux-x86_64-2.7
  23. copying pyiso9660.py -> build-2.7/lib.linux-x86_64-2.7
  24. warning: build_py: byte-compiling is disabled, skipping.
  25. running build_ext
  26. building '_pycdio' extension
  27. swigging swig/pycdio.i to swig/pycdio_wrap.c
  28. swig -python -outdir -o swig/pycdio_wrap.c swig/pycdio.i
  29. creating build-2.7/temp.linux-x86_64-2.7
  30. creating build-2.7/temp.linux-x86_64-2.7/swig
  31. x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fno-strict-aliasing -fPIC -I/usr/include/python2.7 -c swig/pycdio_wrap.c -o build-2.7/temp.linux-x86_64-2.7/swig/pycdio_wrap.o
  32. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fno-strict-aliasing build-2.7/temp.linux-x86_64-2.7/swig/pycdio_wrap.o -L/usr/lib64 -lcdio -lm -lpython2.7 -o build-2.7/lib.linux-x86_64-2.7/_pycdio.so
  33. building '_pyiso9660' extension
  34. swigging swig/pyiso9660.i to swig/pyiso9660_wrap.c
  35. swig -python -outdir -o swig/pyiso9660_wrap.c swig/pyiso9660.i
  36. x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fno-strict-aliasing -fPIC -I/usr/include/python2.7 -c swig/pyiso9660_wrap.c -o build-2.7/temp.linux-x86_64-2.7/swig/pyiso9660_wrap.o
  37. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fno-strict-aliasing build-2.7/temp.linux-x86_64-2.7/swig/pyiso9660_wrap.o -L/usr/lib64 -lcdio -lm -liso9660 -lpython2.7 -o build-2.7/lib.linux-x86_64-2.7/_pyiso9660.so
  38. >>> Source compiled.
  39. * Testing of dev-python/pycdio-0.17 with CPython 2.7...
  40. PYTHONPATH=build-2.7/lib.linux-x86_64-2.7 nosetests --verbosity=1
  41. ...++ WARN: Can't get file status for ***Invalid device***:
  42. No such file or directory
  43. ++ WARN: could not retrieve file info for `***Invalid device***': No such file or directory
  44. ++ WARN: can't open nrg image file ***Invalid device*** for reading
  45. .E........++ WARN: string 'ABC!123' is getting truncated to 2 characters
  46. ..
  47. ======================================================================
  48. ERROR: Test that we have image drivers
  49. ----------------------------------------------------------------------
  50. Traceback (most recent call last):
  51. File "/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17/test/test-cdio.py", line 85, in test_have_image_drivers
  52. result = cdio.have_driver(pycdio.DRIVER_CDRDAO)
  53. File "/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17/test/../cdio.py", line 187, in have_driver
  54. raise ValueError('need either a number or string driver id')
  55. ValueError: need either a number or string driver id
  56. ----------------------------------------------------------------------
  57. Ran 15 tests in 0.064s
  58. FAILED (errors=1)
  59. * ERROR: dev-python/pycdio-0.17 failed (test phase):
  60. * Testing failed with CPython 2.7 in python_test_function() function
  61. *
  62. * Call stack:
  63. * ebuild.sh, line 85: Called src_test
  64. * environment, line 3921: Called distutils_src_test
  65. * environment, line 1332: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--'
  66. * environment, line 2346: Called python_execute_function 'python_test_function'
  67. * environment, line 2281: Called die
  68. * The specific snippet of code:
  69. * die "${failure_message}";
  70. *
  71. * If you need support, post the output of `emerge --info '=dev-python/pycdio-0.17'`,
  72. * the complete build log and the output of `emerge -pqv '=dev-python/pycdio-0.17'`.
  73. * The complete build log is located at '/var/log/portage/dev-python:pycdio-0.17:20120803-185037.log'.
  74. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/pycdio-0.17/temp/build.log'.
  75. * The ebuild environment file is located at '/tmp/portage/dev-python/pycdio-0.17/temp/environment'.
  76. * Working directory: '/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17'
  77. * S: '/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17'
  78. >>> Install pycdio-0.17 into /tmp/portage/dev-python/pycdio-0.17/image/ category dev-python
  79. * Installation of dev-python/pycdio-0.17 with CPython 2.7...
  80. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/pycdio-0.17/temp/images/2.7
  81. running build
  82. running build_py
  83. warning: build_py: byte-compiling is disabled, skipping.
  84. running build_ext
  85. running install
  86. running install_lib
  87. creating /tmp/portage/dev-python/pycdio-0.17/temp/images
  88. creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7
  89. creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr
  90. creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64
  91. creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7
  92. creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  93. copying build-2.7/lib.linux-x86_64-2.7/_pyiso9660.so -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  94. copying build-2.7/lib.linux-x86_64-2.7/_pycdio.so -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  95. copying build-2.7/lib.linux-x86_64-2.7/pyiso9660.py -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  96. copying build-2.7/lib.linux-x86_64-2.7/pycdio.py -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  97. copying build-2.7/lib.linux-x86_64-2.7/iso9660.py -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  98. copying build-2.7/lib.linux-x86_64-2.7/cdio.py -> /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
  99. warning: install_lib: byte-compiling is disabled, skipping.
  100. running install_egg_info
  101. running egg_info
  102. writing pycdio.egg-info/PKG-INFO
  103. writing top-level names to pycdio.egg-info/top_level.txt
  104. writing dependency_links to pycdio.egg-info/dependency_links.txt
  105. reading manifest file 'pycdio.egg-info/SOURCES.txt'
  106. reading manifest template 'MANIFEST.in'
  107. writing manifest file 'pycdio.egg-info/SOURCES.txt'
  108. Copying pycdio.egg-info to /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages/pycdio-0.17-py2.7.egg-info
  109. running install_scripts
  110. >>> Completed installing pycdio-0.17 into /tmp/portage/dev-python/pycdio-0.17/image/
  111. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  112. usr/lib64/python2.7/site-packages/_pyiso9660.so
  113. usr/lib64/python2.7/site-packages/_pycdio.so
  114. * Compilation and optimization of Python modules for CPython 2.7 ...
  115. [ ok ]