Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 46710

Summary: blackdown-java3d-1.3.1 should depend on java-config
Product: Gentoo Linux Reporter: Antanas Kompanas <antas>
Component: [OLD] DevelopmentAssignee: Java team <java>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.