Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 37121

Summary: java-config fails with python-2.3.2-r2 but works nicely on python-2.2.3-r5
Product: Gentoo Linux Reporter: Rene Androsch <art>
Component: [OLD] Core systemAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: aether, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 31468    

Description Rene Androsch 2004-01-03 10:43:12 UTC
Since emerge -pvUD world tells me, that it wants to update python to 2.3.2-r2, I did it.
After that, java-config didn't work anymore giving strange errors.

I downgraded to 2.2.3-r5 and java-config works again!
I think, there is a dependency missing, or something, or java-config should be upgraded to work also in python-2.3.2-r2 and newer!

Reproducible: Always
Steps to Reproduce:
1. emerge -pvUD python
2.
3.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-01-03 10:45:08 UTC
Could we have some more information? How does it not work, for example, and what version of java-config are you using?
Comment 2 SpanKY gentoo-dev 2004-01-03 10:56:38 UTC
cause java-config works fine over here with python-2.3.x ;)
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-01-03 13:48:03 UTC
Did you run /usr/portage/dev-lang/python/files/python-updater after updating python? Java-config won't find its modules if you forget this.
Comment 4 Rene Androsch 2004-01-06 07:37:55 UTC
Now I did it again, with Python 2.3.3 and this time I ran: /usr/portage/dev-lang/python/files/python-updater

and it automatically upgraded all packages. Those it didn't update, were nicely printed out, so that I could do it -> perfect!


Just one little thing bothers me: I compiled qt with USE="python" and some other components. Does this do any harm?