Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293297 - dev-python/lxml-2.2.2 wont compile with dev-python/setuptools-0.6.4
Summary: dev-python/lxml-2.2.2 wont compile with dev-python/setuptools-0.6.4
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-15 16:44 UTC by Jiri Tyr
Modified: 2009-11-15 18:09 UTC (History)
0 users

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 Jiri Tyr 2009-11-15 16:44:24 UTC
I can not compile stable dev-python/lxml-2.2.2 with latest stable dev-python/setuptools-0.6.4. The compilation resulting in the following error:

>>> Compiling source in /var/tmp/portage/dev-python/lxml-2.2.2/work/lxml-2.2.2 ...
 * Building of dev-python/lxml-2.2.2 with Python 2.6...                           
python2.6 setup.py build -b build-2.6                                             
Traceback (most recent call last):                                                
  File "setup.py", line 14, in <module>                                           
    pkg_resources.require("setuptools>=0.6c5")                                    
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 621, in require  
    needed = self.resolve(parse_requirements(requirements))                       
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 519, in resolve  
    raise DistributionNotFound(req)  # XXX put more info here                     
pkg_resources.DistributionNotFound: setuptools>=0.6c5

When I unmask dev-python/setuptools-0.6.6, everything works without any problems.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-15 18:09:57 UTC
Stabilization of dev-python/setuptools-0.6.6 has been already requested in bug #291915.