From owner-freebsd-office@FreeBSD.ORG Tue Jun 3 13:38:01 2014 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 358652E7 for ; Tue, 3 Jun 2014 13:38:01 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDABE2B43 for ; Tue, 3 Jun 2014 13:38:00 +0000 (UTC) Received: from localhost ([70.83.220.74]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0MKHy4-1WrGPk1CSM-001ihD for ; Tue, 03 Jun 2014 15:37:54 +0200 Date: Tue, 3 Jun 2014 09:37:21 -0400 From: Eric Damien To: office@FreeBSD.org Subject: openoffice-4 4.0.1_3 : failed compilation Message-ID: <20140603093721.4b2587f0@gmx.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:lMo8jAHTVbX8W19kxSh3Rlb9yhDz/46ddoudNIubROsD4cn4yxn REQfw9EDxD5X2PcqSZ9yvJ1EhjvmML7Ho2LTnxbrOcI2eXg6vdExqZhPPfS04Mxw6dAcsAR ypxMKPBLt4gCBUc5WGjQBM47pOprfeSgqURd0Kz52qhkyu2KpYwgL5eae67MlUuFlEUev74 II0Ys50hNm9HpWVxvsrCw== X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 13:38:01 -0000 Greetings, I am try to build openoffice-4 4.0.1_3 from source (i.e. "make install clean") on FreeBSD 10 amd64. I tried it multiple times, once every month since March 2014, with editors/openoffice-4/ as well as editors/openoffice-devel/; the problem is the same (see below). Any advice? In advance thank you, E. Damien. ---------------- Log begins here ---------------------------------- R=/usr/ports/editors/openoffice-4/work/aoo-4.0.1 && S=$R/main && O=$S/solver/401/unxfbsdx.pro && W=$O/workdir && mkdir -p $O/bin/ && rm -f $O/bin/svxen-US.res && cp -f $W/ResTarget/svxen-US.res $O/bin/svxen-US.res && touch -r $W/ResTarget/svxen-US.res $O/bin/svxen-US.res && mkdir -p $O/res/img/ && rm -f $O/res/img/svxen-US.ilst && cp -f $W/ResTarget//svxen-US.ilst $O/res/img/svxen-US.ilst && touch -r $W/ResTarget//svxen-US.ilst $O/res/img/svxen-US.ilst R=/usr/ports/editors/openoffice-4/work/aoo-4.0.1 && S=$R/main && O=$S/solver/401/unxfbsdx.pro && W=$O/workdir && mkdir -p $W/AllLangRes/ && touch $W/AllLangRes/svx /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/solver/401/unxfbsdx.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o: In function `FmXGridControl::createPeer(com::sun::star::uno::Reference const&, com::sun::star::uno::Reference const&)': fmgridif.cxx:(.text+0x68f4): undefined reference to `non-virtual thunk to WindowListenerMultiplexer::acquire()' /usr/local/bin/ld: /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/solver/401/unxfbsdx.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o: relocation R_X86_64_PC32 against undefined symbol `_ZThn48_N25WindowListenerMultiplexer7acquireEv' can not be used when making a shared object; recompile with -fPIC /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[2]: *** [/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/solver/401/unxfbsdx.pro/workdir/LinkTarget/Library/libsvxcore.so] Error 1 rm /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/solver/401/unxfbsdx.pro/workdir/ExternalHeaders/Library/libxcr.so gmake[2]: Leaving directory `/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/svx' dmake: Error code 2, while making 'all' 1 module(s): svx need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/svx/prj When you have fixed the errors in that module you can resume the build by running: build --from svx *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/openoffice-4 *** Error code 1 Stop. ---------------- Log ends here ----------------------------------