Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280993 - net-analyzer/net-snmp-5.4.2.1-r1 depends on dev-python/setuptools-0.6 and app-admin/eselect-python-20090804
Summary: net-analyzer/net-snmp-5.4.2.1-r1 depends on dev-python/setuptools-0.6 and app...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-10 10:53 UTC by Roman Gruber
Modified: 2009-09-10 13:37 UTC (History)
3 users (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 Roman Gruber 2009-08-10 10:53:08 UTC
emerge of net-snmp fails
unmasking newest setuptools ebuild
emerge net-snmp succeded => OK !!!

Reproducible: Always

Steps to Reproduce:
1. running stable amd64; emerge net-analyzer/net-snmp-5.4.2.1-r1 fails
2. because logs says something of setuptools is missing or something, ...
3. unmasking dev-python/setuptools-0.6 and app-admin/eselect-python-20090804
4. emerge of setuptools eselect-python 
5. emerge net-snmp succeded => Yeah problem solved
Comment 1 brant williams 2009-08-10 19:27:25 UTC
(In reply to comment #0)
> emerge of net-snmp fails
> unmasking newest setuptools ebuild
> emerge net-snmp succeded => OK !!!
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. running stable amd64; emerge net-analyzer/net-snmp-5.4.2.1-r1 fails
> 2. because logs says something of setuptools is missing or something, ...
> 3. unmasking dev-python/setuptools-0.6 and app-admin/eselect-python-20090804
> 4. emerge of setuptools eselect-python 
> 5. emerge net-snmp succeded => Yeah problem solved
> 

Same problem here. Same fix here. :)

# tail -2 /etc/portage/package.keywords
=dev-python/setuptools-0.6
=app-admin/eselect-python-20090804
Comment 2 John Klehm 2009-08-17 02:57:43 UTC
I had the same symptoms.  BUT I fixed mine by just doing a reinstall of the same version of setuptools.  It got unregistered in python somehow.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-10 01:23:22 UTC
You probably failed to run python-updater after switching Python version.
Comment 4 Lindsay Haisley 2009-09-10 02:07:00 UTC
Huh!?  Three people have reported this problem - four if you include me, and I didn't post to this bug, just get on the CC list.  I find it hard to believe that "you probably didn't run python-updater" reflects adequate research and understanding of what may be causing this bug, nor does it appear to be sufficient to label this bug as INVALID.

Perhaps it would  be more appropriate, before summarily closing this bug, to find out if any of the people who posted here _did_ run python-updater and were still unable to resolve the problem.
Comment 5 John Klehm 2009-09-10 13:37:00 UTC
(In reply to comment #3)
> You probably failed to run python-updater after switching Python version.
> 

It's quite possible but the question arises as to why that isn't done automatically when a new python gets emerged.  I want update world to not break my system and require manual intervention.

I love gentoo because I can immediately dive into the guts of the system and easily make fixes and changes I need at the source level.  What I hate is when I'm forced to perform extra steps on a routine system update.

Essentially if it's a testing package sure you can make me do whatever I want manually I asked for it. If it's been set to stable I want it to be automatic.

Consider my report a feature request that the python ebuild run python-updater for you.