From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 04:08:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6129D410 for ; Sun, 3 Feb 2013 04:08:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0D339A for ; Sun, 3 Feb 2013 04:08:34 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id z17so2224894dal.1 for ; Sat, 02 Feb 2013 20:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=QWzDtb1dzHXjvjDBKrXYVXle1agt7069/GESlWtamXc=; b=HTZYwLa9B1LcEeoQEXtM0u+CLr9rGhxqc3ek0w7SRUYoq9bzcoqQ0pjwKsdPXKTA+E wWH5DBMxRMTYZQX1rv55D6Fb2MZ/LWQ5pDUqnNoQbYgr8AXusfDMKfs6tNmktRfwFaaO 3FuRbFIWSpE6vNTwguTaEZ8S8Bm43b2RoZmrFXc11X3doP1lNANB1FO7WZuu39D9kV3R RQjQrEOEsUADaAEJ5Bw+Mmgp8O4QUMUTbaVFDOa4RmEC6a6ggcYUbk2rOftuamO0T2w2 Z7k1FNASjro4PUxdRbsWxpSCGYsAk6wEUBAVXPqTLVEP8vTV2GeVyWLpXuQMCH7hp1Ie eHsw== MIME-Version: 1.0 X-Received: by 10.68.131.35 with SMTP id oj3mr45288357pbb.17.1359864507120; Sat, 02 Feb 2013 20:08:27 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.2.65 with HTTP; Sat, 2 Feb 2013 20:08:26 -0800 (PST) Date: Sat, 2 Feb 2013 20:08:26 -0800 X-Google-Sender-Auth: AMB1GGN7gPEgEzkA8BjL83WmAwM Message-ID: Subject: libreoffice build fails on i386 From: Kevin Oberman To: "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 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 04:08:34 -0000 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. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com