Hi all, On Wed, Jan 25, 2012 at 08:07:19AM +0000, [email protected] wrote: > The Buildbot has finished a build on builder openofficeorg-nightly while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/openofficeorg-nightly/builds/97 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: tethys_ubuntu > > Build Reason: The Nightly scheduler named 'openofficeorgNightly' triggered > this build > Build Source Stamp: [branch incubator/ooo/trunk] HEAD > Blamelist: > BUILD FAILED: failed shell_1
It's the second consecutive day the buildboot fails. According to http://ci.apache.org/builders/openofficeorg-nightly/builds/97/steps/shell_1/logs/stdio The error is in main/instsetoo_native/util It seems CoinMP libraries are built but can't be found: http://ci.apache.org/projects/openoffice/buildlogs/main/instsetoo_native/unxlngx6.pro/misc/logs/util.txt ... analyzing files ... ERROR: The following files could not be found: ERROR: File not found: libCbc.so.0 ERROR: File not found: libCbcSolver.so.0 ERROR: File not found: libCgl.so.0 ERROR: File not found: libClp.so.0 ERROR: File not found: libCoinMP.so.0 ERROR: File not found: libCoinUtils.so.0 ERROR: File not found: libOsi.so.0 ERROR: File not found: libOsiClp.so.0 ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_30021327478763 ... Wed Jan 25 08:06:06 2012 (00:03 min.) dmake: Error code 255, while making 'openoffice_en-US.archive' sources from CoinMP svn repo seemed to build libraries with version set to 0: [ariel@localhost lib]$ cd /mnt/build/openoffice/apache/trunk/ext_libraries/coinmp/unxlngx6.pro/lib [ariel@localhost lib]$ ls . libCbc.so libCbcSolver.so libCgl.so libClp.so libCoinMP.so libCoinUtils.so libOsiCbc.so libOsiClp.so libOsi.so libCbc.so.0 libCbcSolver.so.0 libCgl.so.0 libClp.so.0 libCoinMP.so.0 libCoinUtils.so.0 libOsiCbc.so.0 libOsiClp.so.0 libOsi.so.0 libCbc.so.0.0.0 libCbcSolver.so.0.0.0 libCgl.so.0.0.0 libClp.so.0.0.0 libCoinMP.so.0.0.0 libCoinUtils.so.0.0.0 libOsiCbc.so.0.0.0 libOsiClp.so.0.0.0 libOsi.so.0.0.0 The new CoinMP sources set the right versions: [ariel@localhost lib]$ cd /mnt/build/openoffice/apache/trunk/ext_libraries/coinmp/unxlngx6/lib [ariel@localhost lib]$ ls . libCbc.so libCbcSolver.so libCgl.so libClp.so libCoinMP.so libCoinUtils.so libOsiCbc.so libOsiClp.so libOsi.so libCbc.so.3 libCbcSolver.so.3 libCgl.so.1 libClp.so.1 libCoinMP.so.1 libCoinUtils.so.3 libOsiCbc.so.3 libOsiClp.so.1 libOsi.so.1 libCbc.so.3.7.5 libCbcSolver.so.3.7.5 libCgl.so.1.7.2 libClp.so.1.11.5 libCoinMP.so.1.6.0 libCoinUtils.so.3.8.5 libOsiCbc.so.3.7.5 libOsiClp.so.1.11.5 libOsi.so.1.10.2 I fixed this in main/scp2/source/calc/file_calc.scp and added the missing libOsiCbc.so* (I have no idea what this library does, but just in case...). Commit in r1235710. Regards -- Ariel Constenla-Haile La Plata, Argentina
pgpghRtX63GKk.pgp
Description: PGP signature
