Comment 5 for bug 273268

Revision history for this message
Dan Munckton (munckfish) wrote :

Looking through the log for the failed powerpc build of 1:2.4.1-9ubuntu2 [0] there are now two issues reported (from line 175339):

<snippet>
2 module(s):
 bean
 testtools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/bean/native/unix
ERROR: error 65280 occurred while making /build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/testtools/source/bridgetest
</snippet>

1) BEAN

The "bean" module failure is as Steve noted above - some sort of linking error relating to libjawt (from line 61621):

<snippet>
Making: ../../unxlngppc.pro/lib/libofficebean.so
powerpc-linux-gnu-g++ -Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared -L../../unxlngppc.pro/lib -L../lib -L/build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solenv/unxlngppc/lib -L/build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solver/680/unxlngppc.pro/lib -L/build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solenv/unxlngppc/lib -L/usr/lib/jvm/default-java/lib -L/usr/lib/jvm/default-java/jre/bin -L/usr/lib/jvm/default-java/jre/bin/classic -L/usr/lib/jvm/default-java/jre/bin -L/usr/lib -L/usr/lib/xulrunner-devel-1.9.0.3/sdk/lib ../../unxlngppc.pro/slo/officebean_version.o -o ../../unxlngppc.pro/lib/libofficebean.so ../../unxlngppc.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.o ../../unxlngppc.pro/slo/com_sun_star_beans_LocalOfficeWindow.o -ljawt -lstdc++ -ldl -lpthread -lm
/usr/bin/ld: cannot find -ljawt
collect2: ld returned 1 exit status
dmake: Error code 1, while making '../../unxlngppc.pro/lib/libofficebean.so'
</snippet>

2) TESTTOOLS

I believe the second failure in the "testtools" module is this (from line 68355):

<snippet>
regcomp -register -br ../../unxlngppc.pro/misc/bridgetest/bootstrap.rdb -r ../../unxlngppc.pro/lib/uno_services.rdb -c \
        file:///build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/testtools/source/bridgetest/../../unxlngppc.pro/class/testComponent.jar \
        -env:URE_INTERNAL_JAVA_DIR=file:///build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solver/680/unxlngppc.pro/bin
file:///build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/testtools/source/bridgetest/../../unxlngppc.pro/class/testComponent.jar
using loader com.sun.star.loader.Java2
LOG: [0x40031bc0] exception thrown while VM is initializing:
LOG: [0x40031bc0] NULL: java.lang.Object
LOG: [0x40031bc0] Aborting...
dmake: Error code 134, while making '../../unxlngppc.pro/lib/uno_services.rdb'
dmake: '../../unxlngppc.pro/lib/uno_services.rdb' removed.
</snippet>

There is another error a little before this one which may/may not be related because it's marked as "Ignored" by the build system (from line 67369):

<snippet>
out ../../../unxlngppc.pro/bin/cli_types_bridgetest.dll -r /build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solver/680/unxlngppc.pro/bin/cli_types.dll \
  -X /build/buildd/openoffice.org-2.4.1/ooo-build/build/OOH680_m17/solver/680/unxlngppc.pro/bin/types.rdb ../../../unxlngppc.pro/bin/bridgetest.rdb
dmake: Error executing 'out': No such file or directory (Ignored)
</snippet>

[0] https://launchpad.net/ubuntu/+source/openoffice.org/1:2.4.1-9ubuntu2/+build/725967