On 11/2/13 10:35 AM, Martin Costabel wrote:
> I don't know if you got an answer from the ppl9 maintainer; I didn't see
> one. I am respnding, because the package failed for me too, but for a
> different reason:
>
> It didn't find the Java headers:
>
> #!/bin/sh -ev
> mkdir build
> cd build
> # old-location
> # JAVA_HOME=`/usr/libexec/java_home`
> JAVA_FW=/System/Library/Frameworks/JavaVM.framework
> JAVA_HOME=$JAVA_FW/Home
> test -d $JAVA_HOME && test -x $JAVA_HOME || \
> { echo "$JAVA_HOME not found." ; exit 1 ;}
> /System/Library/Frameworks/JavaVM.framework/Home not found.
> [...]
> Failed: phase compiling: ppl9-0.11.2-4 failed
>
> I fixed this by uncommenting the line
> # JAVA_HOME=`/usr/libexec/java_home`
> and commenting the line
> JAVA_HOME=$JAVA_FW/Home
> For me, JAVA_HOME is then
> /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home
>
> On the other hand, with this change, ppl9 then builds for me on 10.9. In
> particular, I do not get your errors about missing symbols
>
Interesting. On a fresh bootstrap on a fresh 10.9, I wound up with
$ /usr/libexec/java_home
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
because running the j"javac" downloaded the legacy Apple Java 1.6. A
few months ago, a bootstrap on a fresh 10.8.5 install had me go to
Oracle's website instead.
Java's a mess.
--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users