IcedTea Bootstrap Process
Michael Franz
mvfranz at gmail.com
Sun Aug 16 11:41:59 PDT 2009
I finally figured our why this was not working it seems that the
ALT_LANGTOOLS_DIST directory was not being created, so when FullPath was
called using ALT_LANGTOOLS_DIST LANGTOOLS_DISt was being set to empty and
the condition that sets JAVAC_CMD and JAVAH_CMD was not executing.
Now, I just need to figure out how to get the directory created at the right
time.
Just as a reminder, this was running on OS X. I am having more success with
IcedTea 1.11 as it is using B66 and the bsd-port is up to b66.
On Fri, Jan 16, 2009 at 11:16 PM, Michael Franz <mvfranz at gmail.com> wrote:
> Andrew,
>
> Thanks for this detail. It does help. I have another question, how can I
> tell what build I am in? I run the build and it takes a while. At some
> point JAVA_CMD becomes unset and I end up with:
> # Running javac:
> -sourcepath
> /Users/mfranz/developer/icedtea/apple5/generated:../../../src/solaris/classes:../../../src/share/classes
> -bootclasspath
> /Users/mfranz/developer/icedtea/apple5/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/Users/mfranz/developer/icedtea/apple5/openjdk-ecj/build/bsd-i586/classes
> -d /Users/mfranz/developer/icedtea/apple5/openjdk-ecj/build/bsd-i586/classes
> @/Users/mfranz/developer/icedtea/apple5/openjdk-ecj/build/bsd-i586/tmp/java/java.lang/java/.classes.list
> /bin/sh: -sourcepath: command not found
>
> I am thinking this is the second build, but I could be wrong. If I define
> JAVA_CMD, JAVAH_CMD it gets farther, but I am probably not defining them
> correctly, as the build fails.
>
> In this case I am using a remapped Apple JDK 5 with the classpath rt.jar.
>
> Michael
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090816/9d73de41/attachment.html
More information about the distro-pkg-dev
mailing list