Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37121 - java-config fails with python-2.3.2-r2 but works nicely on python-2.2.3-r5
Summary: java-config fails with python-2.3.2-r2 but works nicely on python-2.2.3-r5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 31468
  Show dependency tree
 
Reported: 2004-01-03 10:43 UTC by Rene Androsch
Modified: 2004-01-06 07:37 UTC (History)
2 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 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?