JNLP failures building latest hg of IcedTea
Andrew John Hughes
gnu_andrew at member.fsf.org
Mon Sep 29 09:48:59 PDT 2008
On 00:01 Mon 29 Sep , Matthew Flaschen wrote:
> When I attempt to build latest hg, it fails with JNLP-related errors. I
> used the configure option:
>
> ./configure --with-icedtea --with-icedtea-home=/usr/lib/jvm/java-7-icedtea
>
> This is on a Ubuntu Gutsy Gibbon system, so this configure is pointing
> to pre-baked IcedTea, which has worked in the past as a bootstrap.
>
> The first error I notice in the build is a linker error:
>
> /tmp/ccblTWPB.o: In function `main':
> /tmp/ccDARcma.i:11: undefined reference to
> `org::eclipse::jdt::internal::compiler::batch::Main::class$'
>
> but the build does not stop until the below. Any suggestions or
> requests for info are welcome.
>
> Matt Flaschen
>
> ------------------------------------------------------------------------------------------
>
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:53:
> cannot find symbol
> symbol : class Launcher
> location: package net.sourceforge.jnlp
> import net.sourceforge.jnlp.Launcher;
> ^
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:54:
> package net.sourceforge.jnlp.runtime does not exist
> import net.sourceforge.jnlp.runtime.JNLPRuntime;
> ^
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:83:
> cannot find symbol
> symbol : variable JNLPRuntime
> location: class net.sourceforge.jnlp.about.Main
> JNLPRuntime.setExitClass(Main.class);
> ^
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:126:
> cannot find symbol
> symbol : class Launcher
> location: class net.sourceforge.jnlp.about.Main
> Launcher launcher = new Launcher(
> ^
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:126:
> cannot find symbol
> symbol : class Launcher
> location: class net.sourceforge.jnlp.about.Main
> Launcher launcher = new Launcher(
> ^
> /home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:127:
> cannot find symbol
> symbol : variable JNLPRuntime
> location: class net.sourceforge.jnlp.about.Main
>
> JNLPRuntime.getDefaultLaunchHandler());
> ^
> 6 errors
> make: *** [stamps/extra-class-files.stamp] Error 1
It's a little hard to diagnose exactly the problem you're encountering
from the little information you've given here. Can you please include
the commands that lead to each error?
I assume this is IcedTea7 not IcedTea6 -- you didn't mention this in
your original mail. It seems to be an issue related to creating native_ecj
and/or the use of a 'quick' build via --with-icedtea, but I can't tell
for sure without more information from you. Incidentally, what does
gcj --version give?
Thanks,
--
Andrew :)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list