Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354599 - dev-python/tagpy-0.94.8 setuptools inclusion warning
Summary: dev-python/tagpy-0.94.8 setuptools inclusion warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-12 12:44 UTC by Dominik George
Modified: 2011-02-12 15:41 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik George 2011-02-12 12:44:06 UTC
When emerging de-python/tagpy-0.94.8 configure complains:


-------------------------------------------------------------------------
Setuptools conflict detected.
-------------------------------------------------------------------------
When I imported setuptools, I did not get the distribute version of
setuptools, which is troubling--this package really wants to be used
with distribute rather than the old setuptools package. More than likely,
you have both distribute and setuptools installed, which is bad.

See this page for more information:
http://wiki.tiker.net/DistributeVsSetuptools
-------------------------------------------------------------------------
I will continue after a short while, fingers crossed.
-------------------------------------------------------------------------


I guess it is an upstream bug for setuptools because they roduced a namespace conflict, but it seems it is hard to fix because of the wide use of setuptools.

Maybe we could just patch the setup.py file to import from an explicit path?

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-12 15:35:19 UTC
(In reply to comment #0)
> Maybe we could just patch the setup.py file to import from an explicit path?

aksetup_helper.py already imports setuptools module provided by Distribute, but the check for it is broken.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-12 15:41:11 UTC
Fixed.