Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46710 - blackdown-java3d-1.3.1 should depend on java-config
Summary: blackdown-java3d-1.3.1 should depend on java-config
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-03 12:37 UTC by Antanas Kompanas
Modified: 2004-04-04 13:26 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 Antanas Kompanas 2004-04-03 12:37:18 UTC
blackdown-java3d-1.3.1 uses java-config -O internally to find JDK home. Older versions of java-config do not support this option.

I don't know exact versions but 1.2.6 understands -O flag and 0.2.8 does not.

Reproducible: Always
Steps to Reproduce:
1. Find a system with an older java-config (e.g. 0.2.8)
2. emerge sync
3. ACCEPT_KEYWORDS=~x86 emerge blackdown-java3d

Actual Results:  
Many errors during install and merge phases, mainly sandbox violations.

Expected Results:  
Install java3d libraries into JDK's ext dir.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-03 20:47:00 UTC
Fixed in portage, thanks.
Comment 2 Antanas Kompanas 2004-04-04 06:01:45 UTC
Actually, java-config is a build-time dependence, not run-time. I have not mentioned that explictly and for that I appologise.
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-04 11:57:07 UTC
Fixed in portage, thanks.
Comment 4 Antanas Kompanas 2004-04-04 13:26:08 UTC
Good. Thank you for the quick response.