What's the problem?!!! One of the following packages is required to complete your request:
- dev-python/setuptools-18.3.1::gentoo (Change USE: +python_targets_python3_3)
- dev-python/pyasn1-0.1.8::gentoo (Change USE: -python_targets_python3_3)
Code: Select all
echo dev-python/setuptools +python_targets_python3_3 >> /etc/portage/package.use

Code: Select all
=sys-apps/portage-2.2.20.1 python_targets_python3_3Code: Select all
emerge --oneshot portage Code: Select all
emerge --oneshot portage Code: Select all
emerge -Dup --backtrack=100 world Code: Select all
...
[ebuild R ] dev-python/six-1.9.0-r1 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/numpy-1.9.2 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/cython-0.23.1 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/pytz-2015.4 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/py-1.4.30 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/ply-3.6-r1 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/pygments-2.0.2 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/idna-2.0 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/pyasn1-0.1.8 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/alabaster-0.7.6 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/markupsafe-0.23 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/pillow-2.9.0 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/chardet-2.3.0 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/ecdsa-0.13 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/coverage-3.7.1 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/urwid-1.3.0 PYTHON_TARGETS="python3_3*"
[ebuild R ] dev-python/python-dateutil-2.4.2-r1 PYTHON_TARGETS="python3_3*"
...
Code: Select all
[ebuild R ] dev-python/numexpr-2.4.3 PYTHON_TARGETS="python3_4*"
I confimed that there is nothing explicit in package.use. I also ranMaybe not in make.conf, but somewhere else, e.g. in package.use. Something is pulling in a chain of python3_3 deps, but it appears to be not global.
Code: Select all
find /etc/portage -exec grep python3_3 {} \; -print
find /etc/portage -exec grep 3\.3 {} \; -print
Code: Select all
python_targets_python3_3
Code: Select all
/etc/portage/profile/use.mask
Code: Select all
emerge -Dup --backtrack=100 world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
(dependency required by "dev-python/ndg-httpsclient-0.4.0::gentoo" [installed])
(dependency required by "dev-python/ssl-fetch-0.3::gentoo[python_targets_python2_7]" [installed])
(dependency required by "app-portage/layman-2.3.0::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Code: Select all
emerge -pv dev-python/pyopenssl
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] dev-python/pycparser-2.14::gentoo USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 -pypy (-python3_3)" 219 KiB
[ebuild R ] dev-python/pytest-2.7.2::gentoo USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4* -pypy -pypy3 (-python3_3*)" 521 KiB
[ebuild N ] dev-python/cffi-1.2.1:0/1.2.1::gentoo USE="-doc" PYTHON_TARGETS="python2_7 python3_4 (-python3_3)" 328 KiB
[ebuild N ] dev-python/cryptography-1.0.1::gentoo USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 -pypy (-python3_3)" 325 KiB
[ebuild N ] dev-python/pyopenssl-0.15.1::gentoo USE="-doc -examples" PYTHON_TARGETS="python2_7 python3_4 -pypy (-python3_3)" 147 KiB
Code: Select all
emerge -u dev-python/pyopenssl
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 5) dev-python/pycparser-2.14::gentoo
* Fetching files in the background. To view fetch progress, run
* `tail -f /var/log/emerge-fetch.log` in another terminal.
* pycparser-2.14.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/dev-python/pycparser-2.14/work
>>> Preparing source in /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14 ...
* python3_4: running distutils-r1_run_phase python_compile
/usr/bin/python3.4 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/ast_transforms.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/plyparser.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/c_generator.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/yacctab.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/c_ast.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/c_parser.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/_ast_gen.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/c_lexer.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/_build_tables.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
copying pycparser/lextab.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/ply/lex.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/ply/ctokens.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/ply/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/ply/cpp.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/ply/yacc.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply
copying pycparser/_c_ast.cfg -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser
warning: build_py: byte-compiling is disabled, skipping.
* python2_7: running distutils-r1_run_phase python_compile
/usr/bin/python2.7 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/ast_transforms.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/plyparser.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/c_generator.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/yacctab.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/c_ast.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/c_parser.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/_ast_gen.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/c_lexer.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/_build_tables.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
copying pycparser/lextab.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
creating /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/ply/lex.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/ply/ctokens.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/ply/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/ply/cpp.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/ply/yacc.py -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser/ply
copying pycparser/_c_ast.cfg -> /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python2_7/lib/pycparser
warning: build_py: byte-compiling is disabled, skipping.
>>> Source compiled.
>>> Test phase [not enabled]: dev-python/pycparser-2.14
>>> Install pycparser-2.14 into /var/tmp/portage/dev-python/pycparser-2.14/image/ category dev-python
* python3_4: running distutils-r1_run_phase distutils-r1_python_install
/usr/bin/python3.4 setup.py install --root=/var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4
running install
running build
running build_py
running install_lib
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr/lib64
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr/lib64/python3.4
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr/lib64/python3.4/site-packages
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ast_transforms.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/plyparser.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/c_generator.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/yacctab.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/c_ast.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/_c_ast.cfg -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/c_parser.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/_ast_gen.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/c_lexer.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
creating /var/tmp/portage/dev-python/pycparser-2.14/image/_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply/lex.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply/ctokens.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply/__init__.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply/cpp.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/ply/yacc.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/_build_tables.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
copying /var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/lib/pycparser/lextab.py -> /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ast_transforms.py to ast_transforms.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/plyparser.py to plyparser.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/c_generator.py to c_generator.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/yacctab.py to yacctab.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/c_ast.py to c_ast.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/__init__.py to __init__.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/c_parser.py to c_parser.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/_ast_gen.py to _ast_gen.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/c_lexer.py to c_lexer.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply/lex.py to lex.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply/ctokens.py to ctokens.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply/__init__.py to __init__.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply/cpp.py to cpp.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/ply/yacc.py to yacc.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/_build_tables.py to _build_tables.cpython-34.pyc
byte-compiling /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser/lextab.py to lextab.cpython-34.pyc
writing byte-compilation script '/var/tmp/portage/dev-python/pycparser-2.14/temp/tmpvh636it_.py'
/usr/bin/python3.4 -OO /var/tmp/portage/dev-python/pycparser-2.14/temp/tmpvh636it_.py
removing /var/tmp/portage/dev-python/pycparser-2.14/temp/tmpvh636it_.py
running install_egg_info
Writing /var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4/usr/lib64/python3.4/site-packages/pycparser-2.14-py3.4.egg-info
running install_scripts
running build_scripts
error: cannot copy tree '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/scripts': not a directory
* ERROR: dev-python/pycparser-2.14::gentoo failed (install phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_install
* environment, line 3586: Called distutils-r1_src_install
* environment, line 979: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install'
* environment, line 380: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 3150: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 2267: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 2265: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 641: Called distutils-r1_run_phase 'distutils-r1_python_install'
* environment, line 948: Called distutils-r1_python_install
* environment, line 870: Called esetup.py 'install' '--root=/var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4'
* environment, line 1436: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/pycparser-2.14::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/pycparser-2.14::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/pycparser-2.14/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/pycparser-2.14/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14'
* S: '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14'
>>> Failed to emerge dev-python/pycparser-2.14, Log file:
>>> '/var/tmp/portage/dev-python/pycparser-2.14/temp/build.log'
* Messages for package dev-python/pycparser-2.14:
* ERROR: dev-python/pycparser-2.14::gentoo failed (install phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_install
* environment, line 3586: Called distutils-r1_src_install
* environment, line 979: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install'
* environment, line 380: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 3150: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 2267: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 2265: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install'
* environment, line 641: Called distutils-r1_run_phase 'distutils-r1_python_install'
* environment, line 948: Called distutils-r1_python_install
* environment, line 870: Called esetup.py 'install' '--root=/var/tmp/portage/dev-python/pycparser-2.14/image//_python3.4'
* environment, line 1436: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/pycparser-2.14::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/pycparser-2.14::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/pycparser-2.14/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/pycparser-2.14/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14'
* S: '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14'
Thank you ! Unfortunately I did not see your reply early enough, so I cannot say for sure whether your suggestionquilosaq wrote: That is suspicious. Try using a version no-live of setuptools.
Code: Select all
EMERGE_DEFAULT_OPTS="--dynamic-deps=n"