Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202597 - dev-java/sun-jdk bogus error messages
Summary: dev-java/sun-jdk bogus error messages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-17 17:28 UTC by Doug Goldstein (RETIRED)
Modified: 2012-10-15 10:20 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 Doug Goldstein (RETIRED) gentoo-dev 2007-12-17 17:28:38 UTC
WARN: prerm
It appears you are removing your system-vm!
Please run java-config -L to list available VMs,
then use java-config -S to set a new system-vm!

I re-emerged the same versions with different USE flags. You guys need a check to see if there still is a version installed and not display this. This error message will come up for upgrades too and it'll be invalid as well.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-12-17 18:03:34 UTC
So, is there any non-hacky and PMS/EAPI supported way of determining if I'm upgrading, remerging or unmerging? I know the order of phases can be different for each scenario...
Comment 2 Ralph Sennhauser (RETIRED) gentoo-dev 2012-10-15 10:20:24 UTC
EAPI 4 added REPLACED_BY_VERSION and REPLACING_VERSIONS. Now that all JVM ebuilds are EAPI 4 this should no longer be an issue.