Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254648 - Add java-config to list of programs to re-emerge after Python update
Summary: Add java-config to list of programs to re-emerge after Python update
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 268613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-12 15:27 UTC by Audiodef
Modified: 2009-07-10 19:14 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 Audiodef 2009-01-12 15:27:46 UTC
See http://bugs.gentoo.org/235870. 

Add java-config to the list of programs python-updater re-emerges so that this is handled "automagically". This would greatly help newbies and less-technical users of Gentoo Linux not lose more hair. ;-)

This will also solve emerge problems in other packages that need to run java-config. 

Reproducible: Always

Steps to Reproduce:
1. Run python-updater
2. java-config doesn't work
3. Re-emerge java-config manually

Actual Results:  
If java-config is run after python-updater, it doesn't work. 

Expected Results:  
Java-config should work or should be automatically re-emerged by python-updater.
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-01-12 15:35:23 UTC
(In reply to comment #0)
> See http://bugs.gentoo.org/235870. 
> 
> Add java-config to the list of programs python-updater re-emerges so that this
> is handled "automagically". This would greatly help newbies and less-technical
> users of Gentoo Linux not lose more hair. ;-)
> 
> This will also solve emerge problems in other packages that need to run
> java-config. 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. Run python-updater
> 2. java-config doesn't work
> 3. Re-emerge java-config manually
> 
> Actual Results:  
> If java-config is run after python-updater, it doesn't work. 
> 
> Expected Results:  
> Java-config should work or should be automatically re-emerged by
> python-updater.
> 

java-config should already be handled by python-updater. Assigning to Python for comment on it.

Comment 2 Audiodef 2009-01-12 23:01:34 UTC
Well, as you have to manually re-emerge java-config, it's not in there, but thanks for passing it on. Hopefully they'll check it out. 
Comment 3 André Terpstra 2009-04-13 17:28:01 UTC
Hit his one today after upgrading to kde-4.2.2. Actually, it probably dates back to the python-2.6 upgrade since python-updater can't be run because 2.5 has gone away. So this was necessary to succesfully finish revdep-rebuild:

emerge --oneshot java-config
Comment 4 DrChandra the Gentoo Person 2009-05-04 18:37:53 UTC
*** Bug 268613 has been marked as a duplicate of this bug. ***
Comment 5 DrChandra the Gentoo Person 2009-05-04 18:45:23 UTC
While emerging antlr, I discovered that /usr/bin/run-java-tool was not executable. Looking for bugs for that package led me here. After re-emerging java-config, run-java-tool became executable, and all the java tools that link to it (jar, java, javac) began working. This fixes emerge problems in a number of java packages.

(Added dupe for a protobuf-2.0.3 problem I saw.)
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-10 19:14:43 UTC
python-updater should already handle it.