From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 09:22:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0713CE6E for ; Sun, 3 Feb 2013 09:22:01 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id B57C5E80 for ; Sun, 3 Feb 2013 09:22:00 +0000 (UTC) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 6F948C942F for ; Sun, 3 Feb 2013 09:16:10 +0000 (GMT) Date: Sun, 3 Feb 2013 09:16:10 +0000 From: Bob Eager To: freebsd-ports@freebsd.org Subject: Re: libreoffice build fails on i386 Message-ID: <20130203091610.69e8a55f@raksha.tavi.co.uk> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 09:22:01 -0000 On Sat, 2 Feb 2013 20:08:26 -0800 Kevin Oberman wrote: > I am unable to build libreoffice on an i386 system. It builds fine on > amd64. All systems are running 9.1-stable, one from Jan. 10 and one > from Jan. 27. Both using default compilers. I get a segment fault > running the sot. > [ build CUT ] sot_test_sot > R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.7.2 > && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p > $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite > DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ > $O/bin/cppunit/cppunittester > $W/LinkTarget/CppunitTest/libtest_sot_test_sot.so --headless > --protector unoexceptionprotector.so unoexceptionprotector --headless > "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" > -env:URE_INTERNAL_LIB_DIR=file://$O/lib > -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sot_test_sot.test.log > 2>&1 || (cat $W/CppunitTest/sot_test_sot.test.log && echo; echo > "Error: a unit test failed, please do one of:"; echo; echo "export > DEBUGCPPUNIT=TRUE # for exception catching"; echo "export > GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo > "export VALGRIND=memcheck # for memory checking" ; echo > "and retry." && false)) > Segmentation fault (core dumped) > > I have the core file, but I suspect it is of no use unless I re-build > with debug symbols. > > Has anyone else seen this? the prior build (before the boost update > was fine. Boost updated without error. > I had exactly the same problem. I found other instances when Googling. I solved it for the moment by temporarily putting WITH_GCC=yes in make.conf, then cleaning and trying again.