Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179091 - --depclean errors out on new style virtuals dependencies - version issue
Summary: --depclean errors out on new style virtuals dependencies - version issue
Status: RESOLVED NEEDINFO
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-19 12:05 UTC by Carsten Lohrke (RETIRED)
Modified: 2007-10-06 15:55 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 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-19 12:05:52 UTC
Dependencies could not be completely resolved due to
the following required packages not being installed:

=dev-java/blackdown-jdk-1.4.2* required by virtual/jdk-1.4.2



All the Java stuff I have installed depends on >=virtual/jdk-1.4 and emerge --update doesn't want to reinstall an 1.4 JDK either, given that I have Sun's JDK 1.5 installed.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-05-19 15:03:30 UTC
(In reply to comment #0)
> 
> All the Java stuff I have installed depends on >=virtual/jdk-1.4 and emerge
> --update doesn't want to reinstall an 1.4 JDK either, given that I have Sun's
> JDK 1.5 installed.
> 

Then just emerge -C =virtual/jdk-1.4* ?
Comment 2 Zac Medico gentoo-dev 2007-05-19 18:01:25 UTC
The fact than depclean didn't unmerge virtual/jdk-1.4.2 automatically seems to indicate that it's still needed for some reason.  A world update with --deep should have pulled in blackdown-jdk-1.4.2 in that case.  Please post output for both `emerge --pretend --debug --depclean` and `emerge --pretend --debug --deep world`.