Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89450 - emerge java-sdk-docs fails
Summary: emerge java-sdk-docs fails
Status: VERIFIED NEEDINFO
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: 2005-04-17 12:47 UTC by Hendrik
Modified: 2005-04-18 12: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 Hendrik 2005-04-17 12:47:42 UTC
emerge java-sdk-docs fails with an exception telling me that some key is not set and that I shall at a '=' somewhere. Problem occures for at least JDK 1.4.2 and 1.5.0.

Reproducible: Always
Steps to Reproduce:
1. emerge java-sdk-docs
2.
3.

Actual Results:  
got an exception telling me that a key is not set properly

Expected Results:  
ebuild works

there seems to be the same problem with resent "unzip" ebuilds
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2005-04-17 12:50:01 UTC
emerge java-sdk-docs
works!

you did
emerge java-sdk-docs-1.5 or some other number which is wrong
try
emerge =java-sdk-docs-1.5

and next time provide correct information on a bug report and copy paste the errors
Comment 2 Hendrik 2005-04-17 12:58:54 UTC
The problem originaly occured during an "emerge system" with "java doc" in the USE flags.

As my build was running again after removeing the "doc" USE flag I was not able to add the exception. Otherwise I would have done that of course.
Comment 3 Thomas Matthijs (RETIRED) gentoo-dev 2005-04-18 05:44:35 UTC
Please provide the actual error it gave, and what command you ran to get there

without this information we can't find what happend or what caused it.
Comment 4 Hendrik 2005-04-18 12:53:49 UTC
I guess it was my fault. Must have missed the error during "emerge system" telling me that I have to download the docs manually from Sun. Later on I got the error as I didn't know that I have to put a "=" infront of the package if I want that version...