| Summary: | dev-python/pycparser - error: cannot copy tree '/var/tmp/portage/dev-python/pycparser-2.14/work/pycparser-2.14-python3_4/scripts': not a directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jean-Francois Ostiguy <jfostiguy> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Jean-Francois Ostiguy
2015-08-14 14:51:54 UTC
Please attach the build log. Created attachment 409788 [details]
build log
gentoo/dev-python/pycparser $ PYTHON_TARGETS=python3_4 ebuild pycparser-2.14.ebuild clean install
* python3_4: running distutils-r1_run_phase distutils-r1_python_install_all
>>> Completed installing pycparser-2.14 into ......./image
$ grep running install_scripts /path/to/pycparser-2.14/temp/build.log
grep: install_scripts: No such file or directory
/path/to/pycparser-2.14/temp/build.log: * python3_4: running distutils-r1_run_phase python_compile
/path/to/pycparser-2.14/temp/build.log:running build
/path/to/pycparser-2.14/temp/build.log:running build_py
/path/to/pycparser-2.14/temp/build.log: * python3_4: running distutils-r1_run_phase distutils-r1_python_install
/path/to/pycparser-2.14/temp/build.log:running install
/path/to/pycparser-2.14/temp/build.log:running build
/path/to/pycparser-2.14/temp/build.log:running build_py
/path/to/pycparser-2.14/temp/build.log:running install_lib
/path/to/pycparser-2.14/temp/build.log:running install_egg_info
/path/to/pycparser-2.14/temp/build.log:running egg_info
/path/to/pycparser-2.14/temp/build.log:running install_scripts
/path/to/pycparser-2.14/temp/build.log: * python3_4: running distutils-r1_run_phase distutils-r1_python_install_all
Perfect run
I had the same issue couple of days ago when using dev-python/setuptools-9999. Downgrading to dev-python/setuptools-18.4 solved this issue for me. Closing this since I don't think it exists anymore with versions in the tree. |