Summary: | dev-java/icedtea can't bootstrap without =dev-java/sun-jdk-1.5.0* | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rebecca Menessec <rebecca.menessec> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rebecca Menessec
2010-04-01 15:46:31 UTC
And ideologically you don't want to accept the dlj-1.1 license? (In reply to comment #0) > I have dev-java/icedtea6-bin-1.7.2 installed, but apparently dev-java/icedtea > can't bootstrap from that, nor from gcc. It can bootstrap from that. Certain flag make it harder though, in this case USE="javascript" (I guess, since you delayed success providing emerge --info) > java-overlay's dev-java/icedtea =6.* or =7.* seem willing to bootstrap without > Sunacle tools, but appear to absolutely require X, which isn't going to fit on > a headless machine with a small CF card as a sole pvol (my particular build > scenario). Tough luck, it just needs those X headers and libraries at build time, period. Try asking upstream if they care about creating headless build option (I guess not). Consider building on different machine and using binpkg? > (dependency required by "virtual/jdk-1.5.0" [ebuild]) See, there's no dependency on sun's jdk, just a 1.5 jdk, which happens to be satisfied by sun's. > (dependency required by "dev-db/hsqldb-1.8.1.2" [ebuild]) USE="java6" will make hsqldb build with 1.6 jdk. > (dependency required by "dev-java/jaxme-0.5.2" [ebuild]) > (dependency required by "dev-java/dom4j-1.6.1-r3" [ebuild]) > (dependency required by "dev-java/jaxen-1.1.1" [ebuild]) > (dependency required by "dev-java/jdom-jaxen-1.0-r1" [ebuild]) > (dependency required by "dev-java/jdom-1.0-r4" [ebuild]) USE="-javascript" for icedtea will remove these deps altogether. Consider if you need javascript scripting in java? |