Adding cacao and shark to autobuilder (Was: IcedTea6 build failed for a18694f7c8fa)
Mark Wielaard
mark at klomp.org
Tue Oct 12 07:16:18 PDT 2010
The new builder is more powerful and has more room so I got greedy and
added both cacao and shark to the autotester script.
--with-additional-vms=cacao,shark
But as can be seen below the shark/zero part fails when moving the
plugin in place. So for now I have disabled shark (the build with cacao
enabled succeeded, but tests are still running).
I think the issue below is what Matthias and Andrew are discussing right
now. So hopefully it will be resolved soon and then I will enable shark
in the autobuilder too.
On Tue, 2010-10-12 at 13:22 +0000, Mark Wielaard wrote:
> The current IcedTea build fails.
> [...]
> Possibly, but not necessarily, because of one of these changes:
> mkdir -p stamps
> touch stamps/liveconnect.stamp
> if test "xnetscape sun/applet" != x; then \
> (cd /usr/local/build/icedtea6-build/zerovm/liveconnect ; \
> mkdir -p lib ; \
> /usr/local/build/icedtea6-build/zerovm/bootstrap/jdk1.6.0/bin/jar cf lib/classes.jar netscape sun/applet ; \
> cp -pPR -l /usr/local/build/icedtea6/plugin/icedteanp/java src; \
> find src -type f -exec chmod 640 '{}' ';' -o -type d -exec chmod 750 '{}' ';'; \
> cd src ; \
> /usr/bin/zip -qr /usr/local/build/icedtea6-build/zerovm/liveconnect/lib/src.zip netscape sun/applet ) ; \
> fi
> mkdir -p stamps
> touch stamps/liveconnect-dist.stamp
> mkdir -p stamps
> touch stamps/plugin.stamp
> cp -pPRf /usr/local/build/icedtea6-build/zerovm/plugin/icedteanp/IcedTeaPlugin.so \
> /usr/local/build/icedtea6-build/zerovm/openjdk.build-ecj/j2sdk-image/jre/lib/amd64
> cp: cannot create regular file `/usr/local/build/icedtea6-build/zerovm/openjdk.build-ecj/j2sdk-image/jre/lib/amd64': No such file or directory
> make[1]: *** [stamps/add-plugin-ecj.stamp] Error 1
> make[1]: Leaving directory `/usr/local/build/icedtea6-build/zerovm'
> make: *** [stamps/add-zero.stamp] Error 2
>
> _______________________________________________
> Testresults mailing list
> Testresults at icedtea.classpath.org
> http://icedtea.classpath.org/mailman/listinfo/testresults
More information about the distro-pkg-dev
mailing list