Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594578 - dev-python/pyparsing-2.1.9 fails to compile when installed in parallel
Summary: dev-python/pyparsing-2.1.9 fails to compile when installed in parallel
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2016-09-21 04:11 UTC by Maciej Piechotka
Modified: 2021-11-20 11:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python:pyparsing-2.1.9:20160921-035919.log.gz (dev-python:pyparsing-2.1.9:20160921-035919.log.gz,2.59 KB, application/x-gzip)
2016-09-21 04:11 UTC, Maciej Piechotka
Details
uncompressed build log (dev-python:pyparsing-2.1.9:20160921-035919.log,5.09 KB, text/plain)
2016-09-21 05:13 UTC, Mike Gilbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Piechotka 2016-09-21 04:11:04 UTC
Created attachment 447002 [details]
dev-python:pyparsing-2.1.9:20160921-035919.log.gz

I've noticed that during parallel build various python packages (like dev-python/pyparsing) tries to remove '/var/tmp/portage//.pydistutils.cfg' which sometimes does not exists:

Copying pyparsing.egg-info to /var/tmp/portage/dev-python/pyparsing-2.1.9/image/_python2.7/usr/lib64/python2.7/site-packages/pyparsing-2.1.9-py2.7.egg-info
running install_scripts
rm: cannot remove '/var/tmp/portage//.pydistutils.cfg': No such file or directory
Comment 1 Mike Gilbert gentoo-dev 2016-09-21 04:48:33 UTC
Please provide emerge --info.

Also, please attach the environment file from a failed build; it seems that the HOME variable is not being set appropriately during the install phase on your system.
Comment 2 Mike Gilbert gentoo-dev 2016-09-21 05:13:16 UTC
Created attachment 447014 [details]
uncompressed build log

Please do not compress build logs when they are under 1 MB.