Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42338 - blackdown-java3d doesn't install correctly with blackdown-jdk
Summary: blackdown-java3d doesn't install correctly with blackdown-jdk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 01:29 UTC by Henrik Johansson
Modified: 2004-02-21 10:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild that uses JDK insteant of JRE (blackdown-java3d-1.3.1_beta.ebuild,1.52 KB, text/plain)
2004-02-21 05:57 UTC, Nuno Araujo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Johansson 2004-02-21 01:29:34 UTC
I'm using blackdown-jdk and since blackdown-java3d is installed to jre-home (java-config -o) instead of jdk-home (java-config -O) everything end up in /jre:

root@gentoo root $ java-config -o

root@gentoo root $ java-config -O
/opt/blackdown-jdk-1.4.1

I fixed this by manually adding `JRE_HOME=/opt/blackdown-jdk-1.4.1` to /etc/env.d/20java, but maybe this could be fixed in the ebuild instead

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nuno Araujo 2004-02-21 05:57:45 UTC
Created attachment 26045 [details]
Ebuild that uses JDK insteant of JRE

I think that blackdown-java3d should depend on virtual-jdk instead of
virtual-jre
so I made an ebuild that correct that problem.

An blackdown-java3d-re ebuild should be created for the jre.

My 2 cents...
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-21 10:25:44 UTC
In portage now, thanks guys, sometimes you're relentless and I appreciate it ;)