The configure scripts for the apr and coinmp external library modules think that FreeBSD 10.x is actually FreeBSD 1.x, which does not support shared libraries, so shared libraries for these modules do not get built. [SNIP] cp -f ./unxfbsdi.pro/misc/build/apr-1.4.5/build/apr_rules.mk ./unxfbsdi.pro/misc/build/apr-1.4.5/libtool ./unxfbsdi.pro/misc/build/apr-1.4.5/apr-1-config ./unxfbsdi.pro/bin touch ./unxfbsdi.pro/misc/build/so_predeliver_apr cp: ./unxfbsdi.pro/misc/build/apr-1.4.5/.libs/libapr-1.so*: No such file or directory^ dmake: Error code 1, while making './unxfbsdi.pro/misc/build/so_predeliver_apr' [SNIP] cp -f ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/CoinMP/src/CoinMP.h ./unxfbsdi.pro/inc touch ./unxfbsdi.pro/misc/build/so_predeliver_coinmp cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/CoinMP/src/.libs/libCoinMP*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Clp/src/OsiClp/.libs/libOsiClp*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Clp/src/.libs/libClp*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Cgl/src/.libs/libCgl*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Cbc/src/OsiCbc/.libs/libOsiCbc*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Cbc/src/.libs/libCbc*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/CoinUtils/src/.libs/libCoinUtils*.so*: No such file or directory cp: ./unxfbsdi.pro/misc/build/CoinMP-1.6.0/Osi/src/Osi/.libs/libOsi*.so*: No such file or directory dmake: Error code 1, while making './unxfbsdi.pro/misc/build/so_predeliver_coin mp' [SNIP] 2 module(s): apr coinmp need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /mnt2/tmp/usr/ports/editors/openoffice-3/work/aoo-3.4.0/ext_libraries/coinmp ERROR: error 65280 occurred while making /mnt2/tmp/usr/ports/editors/openoffice-3/work/aoo-3.4.0/ext_libraries/apr When you have fixed the errors in that module you can resume the build by running: build --from apr coinmp *** [do-build] Error code 1 Fix: Apply the following patch under /usr/ports/editors/openoffice-3 to create files/patch-apr and files/patch-coinmp. These patch files will create/edit patch files under the work directory that will get applied after the source tarballs for the ext_libraries tarballs have been unpacked by the port. How-To-Repeat: Attempt to build the port on FreeBSD 10.0.
Responsible Changed From-To: freebsd-ports-bugs->office Over to maintainer (via the GNATS Auto Assign Tool)
maho 2012-05-28 01:20:48 UTC FreeBSD ports repository Added files: editors/openoffice-3/files patch-apr patch-coinmp Log: Fix build on FBSD 10 (possibly). PR: 168234 Submitted by: truckman@ Revision Changes Path 1.1 +187 -0 ports/editors/openoffice-3/files/patch-apr (new) 1.1 +1044 -0 ports/editors/openoffice-3/files/patch-coinmp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
maho 2012-05-28 01:50:54 UTC FreeBSD ports repository Added files: editors/openoffice-3-devel/files patch-apr patch-coinmp Log: fix for 10-CURRENT (possibly). PR: 168234 Submitted by: truckman@ Revision Changes Path 1.3 +187 -0 ports/editors/openoffice-3-devel/files/patch-apr (new) 1.3 +1044 -0 ports/editors/openoffice-3-devel/files/patch-coinmp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch committed by maho on Mon, 28 May 2012 01:51:08 +0000 (UTC).