Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314881 - dev-python/setuptools-0.6.10 install phase failure (ImportError: No module named core.utils.dist)
Summary: dev-python/setuptools-0.6.10 install phase failure (ImportError: No module na...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 19:42 UTC by Jaroslav Hron
Modified: 2010-04-18 13:20 UTC (History)
1 user (show)

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


Attachments
/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log (emerge_build.log,24.79 KB, text/plain)
2010-04-12 19:46 UTC, Jaroslav Hron
Details
emerge --info =dev-python/setuptools-0.6.10 (emerge_info.txt,5.16 KB, text/plain)
2010-04-12 19:47 UTC, Jaroslav Hron
Details
emerge -pqv =dev-python/setuptools-0.6.10 (emerge_pqv.txt,153 bytes, text/plain)
2010-04-12 19:47 UTC, Jaroslav Hron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Hron 2010-04-12 19:42:33 UTC
emerging  dev-python/setuptools-0.6.10  fails

Reproducible: Always

Steps to Reproduce:
1. emerge -v -u -D @system


Actual Results:  
 * Messages for package dev-python/setuptools-0.6.10:

 * ERROR: dev-python/setuptools-0.6.10 failed:
 *   Installation failed with CPython 2.6 in distutils_installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_install
 *   environment, line 4391:  Called distutils_src_install
 *   environment, line 1149:  Called python_execute_function 'distutils_installation'
 *   environment, line 3257:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
 * S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
Comment 1 Jaroslav Hron 2010-04-12 19:46:43 UTC
Created attachment 227521 [details]
/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log
Comment 2 Jaroslav Hron 2010-04-12 19:47:30 UTC
Created attachment 227523 [details]
emerge --info =dev-python/setuptools-0.6.10
Comment 3 Jaroslav Hron 2010-04-12 19:47:51 UTC
Created attachment 227525 [details]
emerge -pqv =dev-python/setuptools-0.6.10
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-13 14:57:48 UTC
Maybe run: emerge -1 dev-lang/python:2.6
Comment 5 Jaroslav Hron 2010-04-13 16:58:05 UTC
(In reply to comment #4)
> Maybe run: emerge -1 dev-lang/python:2.6
> 

emerge -1 dev-lang/python:2.6
emerge  -v -u -D @system

same failure of dev-python/setuptools-0.6.10 emerge
Comment 6 Jaroslav Hron 2010-04-18 13:20:38 UTC
After some searching, based on some hints that 
/usr/lib64/python2.6/site-packages/elisa
has something to do with this...

unmerging packages moovida and moovida-plugins-* solves this problem for now