Summary: | Wrong keywords in dev-java/apple-jdk-bin-1.6.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Konstantin Tokarev <annulen> |
Component: | [OLD] Development | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | OS X | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Konstantin Tokarev
2010-10-18 12:19:13 UTC
hmm, are you sure it's not even for x86-macos? I cannot test it because I'm on PPC, but Apple states it will not work "Java SE 6 is available on 64-bit Intel-based Macs only." (http://support.apple.com/kb/HT4296) I just checked the binaries, and indeed. I think it won't matter for 32/64 bits (Java is agnostic to it anyway), but for ppc indeed no Java 6. I just dropped the keywords accordingly. I'm not sure about replacements, I'm affraid there aren't any. Thanks for the headsup. >Java is agnostic to it anyway
I'm afraid JVM is built as x86_64 executables. It also may contain Apple's own assembly
As for replacements, there is soylatte in portage. Also, there is JamVM (but it's steel being ported from GNU classpath to OpenJDK classpath); it's missing in portage. I have not checked if something of this will run e.g. latest NetBeans yet hmmm, yeah, but the soylatte ebuild was experimental, and never updated. Do you have a personal interest in getting it running? (In reply to comment #6) > hmmm, yeah, but the soylatte ebuild was experimental, and never updated. > > Do you have a personal interest in getting it running? > Yes. But I think JamVM will run faster because it's optimized for ppc (GNU classpath is a problem though) ok, that looks interesting, though we'd need to get gnu classpath in there somehow. (In reply to comment #8) > ok, that looks interesting, though we'd need to get gnu classpath in there > somehow. > I've emerged it already (have not used yet) When I've written that "GNU classpath is a problem" I've meant it may fail to run NetBeans (JamVM itself also may fail, but author is available) ok, do you have ebuilds ready that we could include in the tree? Not yet |