Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577968 - dev-python/setuptools-18.4: Running Paste-2.0.3/setup.py -q bdist_egg: MemoryError
Summary: dev-python/setuptools-18.4: Running Paste-2.0.3/setup.py -q bdist_egg: Memory...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 23:54 UTC by joenordone
Modified: 2016-03-31 13:13 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info.txt,5.62 KB, text/plain)
2016-03-21 23:54 UTC, joenordone
Details
emerge -pqv (emerge.pqv.txt,436 bytes, text/plain)
2016-03-21 23:54 UTC, joenordone
Details
build.log (build.log,46.29 KB, text/plain)
2016-03-21 23:54 UTC, joenordone
Details
environment (envrionment,135.15 KB, text/plain)
2016-03-21 23:55 UTC, joenordone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joenordone 2016-03-21 23:54:02 UTC
Created attachment 428734 [details]
emerge --info

While trying to compile dev-python/setuptools-18.4::gentoo the install phase it tries to download and install Paste-2.0.3.tar.gz. After a minute the compile fails.
Comment 1 joenordone 2016-03-21 23:54:32 UTC
Created attachment 428736 [details]
emerge -pqv
Comment 2 joenordone 2016-03-21 23:54:50 UTC
Created attachment 428738 [details]
build.log
Comment 3 joenordone 2016-03-21 23:55:11 UTC
Created attachment 428740 [details]
environment
Comment 4 Mike Gilbert gentoo-dev 2016-03-28 23:02:32 UTC
You probably have some other broken python package installed.

grep -R "Paste>=1.3" /usr/lib64/python2.7/site-packages
Comment 5 joenordone 2016-03-31 13:13:47 UTC
Mike, you are amazing. Thank you.

Pepin ~ # grep -R "Paste>=1.3" /usr/lib64/python2.7/site-packages
/usr/lib64/python2.7/site-packages/PasteScript-2.0.2-py2.7.egg-info/requires.txt:Paste>=1.3

Pepin ~ # emerge --unmerge pastescript

Everything now compiles fine.