- * Package: dev-python/ply-3.4-r1
- * Repository: gentoo
- * Maintainer: python@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_2 userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- Installed LAPACK for library directory lib64
- [1] reference *
- Installed BLAS for library directory lib64
- [1] reference *
- Installed CBLAS for library directory lib64
- [1] gsl
- [2] reference *
- >>> Unpacking source...
- >>> Unpacking ply-3.4.tar.gz to /tmp/portage/dev-python/ply-3.4-r1/work
- >>> Source unpacked in /tmp/portage/dev-python/ply-3.4-r1/work
- >>> Preparing source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4 ...
- * python3.2: running distutils-r1_run_phase distutils-r1_python_compile
- /usr/bin/python3.2 setup.py build build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/scripts
- * python2.7: running distutils-r1_run_phase distutils-r1_python_compile
- /usr/bin/python2.7 setup.py build build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/scripts
- running build
- running build_py
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- copying ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- copying ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- copying ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- copying ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- copying ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply
- warning: build_py: byte-compiling is disabled, skipping.
- running build
- running build_py
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib
- creating /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- copying ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- copying ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- copying ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- copying ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- copying ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply
- warning: build_py: byte-compiling is disabled, skipping.
- >>> Source compiled.
- * python3.2: running distutils-r1_run_phase python_test
- * python2.7: running distutils-r1_run_phase python_test
- ..F..FFFF..F..................................
- ======================================================================
- FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 559, in test_lex_many_tokens
- self.assert_(pymodule_out_exists("manytab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 496, in test_lex_opt_alias
- self.assert_(pymodule_out_exists("aliastab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 353, in test_lex_optimize
- self.assert_(pymodule_out_exists("lextab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 405, in test_lex_optimize2
- self.assert_(pymodule_out_exists("opt2tab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 453, in test_lex_optimize3
- self.assert_(pymodule_out_exists("lexdir/sub/calctab.pyo"))
- AssertionError: False is not true
- ----------------------------------------------------------------------
- Ran 42 tests in 1.555s
- FAILED (failures=5)
- * ERROR: dev-python/ply-3.4-r1 failed (test phase):
- * testlex.py fails with python2.7
- *
- * Call stack:
- * ebuild.sh, line 93: Called src_test
- F * environment, line 3446: Called distutils-r1_src_test
- * environment, line 1229: Called _distutils-r1_run_foreach_impl 'python_test'
- * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
- * environment, line 3207: Called distutils-r1_run_phase 'python_test'
- * environment, line 1162: Called python_test
- * environment, line 3396: Called die
- * The specific snippet of code:
- * "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}";
- *
- * If you need support, post the output of `emerge --info '=dev-python/ply-3.4-r1'`,
- * the complete build log and the output of `emerge -pqv '=dev-python/ply-3.4-r1'`.
- /usr/lib64/portage/bin/isolated-functions.sh: line 215: wait: `testlex.py fails with python2.7': not a pid or valid job spec
- * The complete build log is located at '/var/log/portage/dev-python:ply-3.4-r1:20130226-134116.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-python/ply-3.4-r1/temp/environment'.
- * Working directory: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/test'
- * S: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4'
- FFF..................................
- ======================================================================
- FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 559, in test_lex_many_tokens
- self.assert_(pymodule_out_exists("manytab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 496, in test_lex_opt_alias
- self.assert_(pymodule_out_exists("aliastab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 353, in test_lex_optimize
- self.assert_(pymodule_out_exists("lextab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 405, in test_lex_optimize2
- self.assert_(pymodule_out_exists("opt2tab.pyo"))
- AssertionError: False is not true
- ======================================================================
- FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "testlex.py", line 453, in test_lex_optimize3
- self.assert_(pymodule_out_exists("lexdir/sub/calctab.pyo"))
- AssertionError: False is not true
- ----------------------------------------------------------------------
- Ran 42 tests in 2.036s
- FAILED (failures=5)
- * ERROR: dev-python/ply-3.4-r1 failed (test phase):
- * testlex.py fails with python3.2
- *
- * Call stack:
- * ebuild.sh, line 93: Called src_test
- * environment, line 3446: Called distutils-r1_src_test
- * environment, line 1229: Called _distutils-r1_run_foreach_impl 'python_test'
- * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
- * environment, line 3207: Called distutils-r1_run_phase 'python_test'
- * environment, line 1162: Called python_test
- * environment, line 3396: Called die
- * The specific snippet of code:
- * "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}";
- *
- * If you need support, post the output of `emerge --info '=dev-python/ply-3.4-r1'`,
- * the complete build log and the output of `emerge -pqv '=dev-python/ply-3.4-r1'`.
- /usr/lib64/portage/bin/isolated-functions.sh: line 215: wait: `testlex.py fails with python3.2': not a pid or valid job spec
- * The complete build log is located at '/var/log/portage/dev-python:ply-3.4-r1:20130226-134116.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-python/ply-3.4-r1/temp/environment'.
- * Working directory: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/test'
- * S: '/tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4'
- /usr/lib64/portage/bin/isolated-functions.sh: line 246: kill: (940310) - No such process
- >>> Install ply-3.4-r1 into /tmp/portage/dev-python/ply-3.4-r1/image/ category dev-python
- * python3.2: running distutils-r1_run_phase distutils-r1_python_install
- /usr/bin/python3.2 setup.py install --compile -O2 --root=/tmp/portage/dev-python/ply-3.4-r1/image//_python3.2 build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/scripts
- * python2.7: running distutils-r1_run_phase distutils-r1_python_install
- /usr/bin/python2.7 setup.py install --compile -O2 --root=/tmp/portage/dev-python/ply-3.4-r1/image//_python2.7 build --build-base /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7 --build-lib /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib --build-scripts /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/scripts
- running install
- running build
- running build_py
- running install_lib
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2/site-packages
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python3.2/usr/lib64/python3.2/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python3_2/lib/ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/__init__.py to __init__.cpython-32.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/cpp.py to cpp.cpython-32.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/ctokens.py to ctokens.cpython-32.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/lex.py to lex.cpython-32.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply/yacc.py to yacc.cpython-32.pyc
- writing byte-compilation script '/tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py'
- /usr/bin/python3.2 -OO /tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py
- removing /tmp/portage/dev-python/ply-3.4-r1/temp/python3.2/tmpcasp6s.py
- running install_egg_info
- running egg_info
- creating ply.egg-info
- writing ply.egg-info/PKG-INFO
- writing top-level names to ply.egg-info/top_level.txt
- writing dependency_links to ply.egg-info/dependency_links.txt
- writing manifest file 'ply.egg-info/SOURCES.txt'
- reading manifest file 'ply.egg-info/SOURCES.txt'
- writing manifest file 'ply.egg-info/SOURCES.txt'
- Copying ply.egg-info to /tmp/portage/dev-python/ply-3.4-r1/image//_python3.2/usr/lib64/python3.2/site-packages/ply-3.4-py3.2.egg-info
- running install_scripts
- running install
- running build
- running build_py
- running install_lib
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7/site-packages
- creating /tmp/portage/dev-python/ply-3.4-r1/image/_python2.7/usr/lib64/python2.7/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/__init__.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/cpp.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/ctokens.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/lex.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
- copying /tmp/portage/dev-python/ply-3.4-r1/work/ply-3.4-python2_7/lib/ply/yacc.py -> /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/__init__.py to __init__.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/cpp.py to cpp.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/ctokens.py to ctokens.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/lex.py to lex.pyc
- byte-compiling /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply/yacc.py to yacc.pyc
- writing byte-compilation script '/tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py'
- /usr/bin/python2.7 -OO /tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py
- removing /tmp/portage/dev-python/ply-3.4-r1/temp/python2.7/tmpsNrPTB.py
- running install_egg_info
- running egg_info
- writing ply.egg-info/PKG-INFO
- writing top-level names to ply.egg-info/top_level.txt
- writing dependency_links to ply.egg-info/dependency_links.txt
- reading manifest file 'ply.egg-info/SOURCES.txt'
- writing manifest file 'ply.egg-info/SOURCES.txt'
- Copying ply.egg-info to /tmp/portage/dev-python/ply-3.4-r1/image//_python2.7/usr/lib64/python2.7/site-packages/ply-3.4-py2.7.egg-info
- running install_scripts
- * common: running python_install_all
- >>> Completed installing ply-3.4-r1 into /tmp/portage/dev-python/ply-3.4-r1/image/
- ecompressdir: bzip2 -9 /usr/share/doc