Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68847 - ibm-jdk-bin-1.4.2 tries to emerge wrong (old) java-sdk-docs
Summary: ibm-jdk-bin-1.4.2 tries to emerge wrong (old) java-sdk-docs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 08:45 UTC by Ivan Yosifov
Modified: 2004-10-25 08:53 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 Ivan Yosifov 2004-10-25 08:45:00 UTC
ibm-jdk-bin-1.4.2 ebuild requiers eXactly java-sdk-docs-1.4.1. This is wrong. Any java 1.4.2 should use 1.4.2 docs.

Reproducible: Always
Steps to Reproduce:
1.Unmask ibm-jdk-bin-1.4.2
2.emerge --pretend ibm-jdk-bin
3.*LOOK* at the output
      

Actual Results:  
emerge --pretend ibm-jdk-bin 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild  NSF  ] dev-java/java-sdk-docs-1.4.1 
[ebuild   R   ] dev-java/ibm-jdk-bin-1.4.2 
 

Expected Results:  
emerge --pretend ibm-jdk-bin 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild  NSF  ] dev-java/java-sdk-docs-1.4.2 
[ebuild   R   ] dev-java/ibm-jdk-bin-1.4.2 

The fix is trivial. Please someone with CVS write access change the .ebuild. 
The line (line 24): 
doc? ( =dev-java/java-sdk-docs-1.4.1* ) 
should say: 
doc? ( =dev-java/java-sdk-docs-1.4.2* )
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-25 08:53:04 UTC
fixed