- * Package: dev-python/pycdio-0.17
- * Repository: gentoo
- * Maintainer: sbriesen@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking pycdio-0.17.tar.gz to /tmp/portage/dev-python/pycdio-0.17/work
- >>> Source unpacked in /tmp/portage/dev-python/pycdio-0.17/work
- >>> Preparing source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17 ...
- * Building of dev-python/pycdio-0.17 with CPython 2.7...
- python2.7 setup.py build -b build-2.7
- running build
- running build_py
- creating build-2.7
- creating build-2.7/lib.linux-x86_64-2.7
- copying cdio.py -> build-2.7/lib.linux-x86_64-2.7
- copying iso9660.py -> build-2.7/lib.linux-x86_64-2.7
- copying pycdio.py -> build-2.7/lib.linux-x86_64-2.7
- copying pyiso9660.py -> build-2.7/lib.linux-x86_64-2.7
- warning: build_py: byte-compiling is disabled, skipping.
- running build_ext
- building '_pycdio' extension
- swigging swig/pycdio.i to swig/pycdio_wrap.c
- swig -python -outdir -o swig/pycdio_wrap.c swig/pycdio.i
- creating build-2.7/temp.linux-x86_64-2.7
- creating build-2.7/temp.linux-x86_64-2.7/swig
- 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
- 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
- building '_pyiso9660' extension
- swigging swig/pyiso9660.i to swig/pyiso9660_wrap.c
- swig -python -outdir -o swig/pyiso9660_wrap.c swig/pyiso9660.i
- 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
- 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
- >>> Source compiled.
- * Testing of dev-python/pycdio-0.17 with CPython 2.7...
- PYTHONPATH=build-2.7/lib.linux-x86_64-2.7 nosetests --verbosity=1
- ...++ WARN: Can't get file status for ***Invalid device***:
- No such file or directory
- ++ WARN: could not retrieve file info for `***Invalid device***': No such file or directory
- ++ WARN: can't open nrg image file ***Invalid device*** for reading
- .E........++ WARN: string 'ABC!123' is getting truncated to 2 characters
- ..
- ======================================================================
- ERROR: Test that we have image drivers
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17/test/test-cdio.py", line 85, in test_have_image_drivers
- result = cdio.have_driver(pycdio.DRIVER_CDRDAO)
- File "/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17/test/../cdio.py", line 187, in have_driver
- raise ValueError('need either a number or string driver id')
- ValueError: need either a number or string driver id
- ----------------------------------------------------------------------
- Ran 15 tests in 0.064s
- FAILED (errors=1)
- * ERROR: dev-python/pycdio-0.17 failed (test phase):
- * Testing failed with CPython 2.7 in python_test_function() function
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 3921: Called distutils_src_test
- * environment, line 1332: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--'
- * environment, line 2346: Called python_execute_function 'python_test_function'
- * environment, line 2281: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of `emerge --info '=dev-python/pycdio-0.17'`,
- * the complete build log and the output of `emerge -pqv '=dev-python/pycdio-0.17'`.
- * The complete build log is located at '/var/log/portage/dev-python:pycdio-0.17:20120803-185037.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/pycdio-0.17/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-python/pycdio-0.17/temp/environment'.
- * Working directory: '/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17'
- * S: '/tmp/portage/dev-python/pycdio-0.17/work/pycdio-0.17'
- >>> Install pycdio-0.17 into /tmp/portage/dev-python/pycdio-0.17/image/ category dev-python
- * Installation of dev-python/pycdio-0.17 with CPython 2.7...
- python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/pycdio-0.17/temp/images/2.7
- running build
- running build_py
- warning: build_py: byte-compiling is disabled, skipping.
- running build_ext
- running install
- running install_lib
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7
- creating /tmp/portage/dev-python/pycdio-0.17/temp/images/2.7/usr/lib64/python2.7/site-packages
- 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
- 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
- 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
- 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
- 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
- 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
- warning: install_lib: byte-compiling is disabled, skipping.
- running install_egg_info
- running egg_info
- writing pycdio.egg-info/PKG-INFO
- writing top-level names to pycdio.egg-info/top_level.txt
- writing dependency_links to pycdio.egg-info/dependency_links.txt
- reading manifest file 'pycdio.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- writing manifest file 'pycdio.egg-info/SOURCES.txt'
- 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
- running install_scripts
- >>> Completed installing pycdio-0.17 into /tmp/portage/dev-python/pycdio-0.17/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/python2.7/site-packages/_pyiso9660.so
- usr/lib64/python2.7/site-packages/_pycdio.so
- * Compilation and optimization of Python modules for CPython 2.7 ...
- [ ok ]