JNLP failures building latest hg of IcedTea

Matthew Flaschen matthew.flaschen at gatech.edu
Mon Sep 29 18:25:48 PDT 2008


Andrew John Hughes wrote:
> I picked up this from your first e-mail.  I mean the commands run by
> make immediately above the error output.

I'm attaching the full build log, for completeness.

The commands leading up to the linker error are:

if test "x/usr/bin/gcj" != x; then \
          /usr/bin/gcj -g -O2 -Wl,-Bsymbolic -o native-ecj \
            --main=org.eclipse.jdt.internal.compiler.batch.Main  ; \
        fi ; \
        touch stamps/native-ecj.stamp
/tmp/ccdsNPzJ.o: In function `main':
/tmp/ccjkhu7s.i:11: undefined reference to
`org::eclipse::jdt::internal::compiler::batch::Main::class$'
collect2: ld returned 1 exit status

The commands just before the build fails are:

if ! test -d /home/matthew/Code/Java/IcedTea/icedtea7/bootstrap/jdk1.6.0 ; \
        then \
          /usr/lib/jvm/java-7-icedtea/bin/javac -J-Xmx512m -g -d extra-lib \
            -source 1.5 \
            -sourcepath extra -cp
/home/matthew/Code/Java/IcedTea/icedtea7/bootstrap/jdk1.6.0/jre/lib/rt.jar \
            -bootclasspath '' @extra-source-files.txt ; \
        else \

/home/matthew/Code/Java/IcedTea/icedtea7/bootstrap/jdk1.6.0/bin/javac
-J-Xmx512m -g -d extra-lib \
            -source 1.5 \
            -sourcepath extra -cp
/home/matthew/Code/Java/IcedTea/icedtea7/bootstrap/jdk1.6.0/jre/lib/rt.jar \
            -bootclasspath '' @extra-source-files.txt ; \
        fi

I'm fairly sure it's taking the second branch, as that directory does exist.

As I noted it fails on
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java
 , which is one of the two files in extra-source-files.txt.

> Hmmm, mine is 4.3.1, may be an issue with this older gcj but this
> failure shouldn't affect the rest of the build as it should fall
> back on interpreted ecj.  Do you get a native-ecj file in your
> build directory?

No, native-ecj doesn't build.

Matt Flaschen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.2008-09-29.log
Type: text/x-log
Size: 54496 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080929/bacc1728/build.2008-09-29.log 


More information about the distro-pkg-dev mailing list