From owner-freebsd-office@FreeBSD.ORG Tue Jun 5 18:57:49 2012 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08E84106567A for ; Tue, 5 Jun 2012 18:57:48 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5411F8FC22 for ; Tue, 5 Jun 2012 18:57:45 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q55IvdxD075233 for ; Tue, 5 Jun 2012 13:57:39 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTP (ASSP 1.9); 5 Jun 2012 13:57:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 Jun 2012 13:57:38 -0500 From: Rusty Nejdl To: Mail-Reply-To: Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.9-git Cc: Subject: FreeBSD Port: editors/libreoffice X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 18:57:49 -0000 I'm having problems compiling since latest update on PNG. I am FreeBSD 9-Current on AMD-64. Not sure if this a clang issue or what but I can't build a package with GTK2, KDE4, and SVG options enabled. So, the build stops a few times as such: Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj And then I follow the directions and am successful at building vcl using gmake -r from my shell (tcsh). It finished building and so I went back to building the package. It moves on for a while and then breaks here: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/framework/prj I followed this and it worked correctly: /bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 source ./Env.Host.sh cd framework sudo gmake -r It later dies over here: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/sfx2/prj and then I follow: /bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 source ./Env.Host.sh cd sfx2 sudo gmake -r and it finished without issue. And then in here: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/tail_build/prj And this one is where it cannot get past it and the output generates pages of blank lines. Doing the manual build as the instructions indicate gives me this: build LNK ] Library/libscuilo.so R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.2.2 && O=$S/solver/unxfbsd.pro && W=$S/workdir/unxfbsd.pro && mkdir -p $W/LinkTarget/Library/ && clang++ -shared -Wl,-z,noexecstack '-Wl,-rpath,$ORIGIN:$ORIGIN/../ure-link/lib' '-Wl,-rpath-link,$O/lib' -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc -L$S/solenv/unxfbsd/lib -L$O/lib -L$S/solenv/unxfbsd/lib -L/usr/local/lib -Wl,--hash-style=gnu -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions -Wl,--strip-all $W/CxxObject/sc/source/ui/attrdlg/attrdlg.o $W/CxxObject/sc/source/ui/attrdlg/scdlgfact.o $W/CxxObject/sc/source/ui/attrdlg/scuiexp.o $W/CxxObject/sc/source/ui/attrdlg/tabpages.o $W/CxxObject/sc/source/ui/cctrl/editfield.o $W/CxxObject/sc/source/ui/dbgui/dapidata.o $W/CxxObject/sc/source/ui/dbgui/dapitype.o $W/CxxObject/sc/source/ui/dbgui/dpgroupdlg.o $W/CxxObject/sc/source/ui/dbgui/pfiltdlg.o $W/CxxObject/sc/source/ui/dbgui/pvfundlg.o $W/CxxObject/sc/source/ui/dbgui/scendlg.o $W/CxxObject/sc/source/ui/dbgui/scuiasciiopt.o $W/CxxObject/sc/source/ui/dbgui/scuiimoptdlg.o $W/CxxObject/sc/source/ui/dbgui/sortdlg.o $W/CxxObject/sc/source/ui/dbgui/subtdlg.o $W/CxxObject/sc/source/ui/dbgui/textimportoptions.o $W/CxxObject/sc/source/ui/dbgui/tpsort.o $W/CxxObject/sc/source/ui/dbgui/tpsubt.o $W/CxxObject/sc/source/ui/dbgui/validate.o $W/CxxObject/sc/source/ui/docshell/tpstat.o $W/CxxObject/sc/source/ui/miscdlgs/crdlg.o $W/CxxObject/sc/source/ui/miscdlgs/datafdlg.o $W/CxxObject/sc/source/ui/miscdlgs/delcldlg.o $W/CxxObject/sc/source/ui/miscdlgs/delcodlg.o $W/CxxObject/sc/source/ui/miscdlgs/filldlg.o $W/CxxObject/sc/source/ui/miscdlgs/groupdlg.o $W/CxxObject/sc/source/ui/miscdlgs/inscldlg.o $W/CxxObject/sc/source/ui/miscdlgs/inscodlg.o $W/CxxObject/sc/source/ui/miscdlgs/instbdlg.o $W/CxxObject/sc/source/ui/miscdlgs/lbseldlg.o $W/CxxObject/sc/source/ui/miscdlgs/linkarea.o $W/CxxObject/sc/source/ui/miscdlgs/mtrindlg.o $W/CxxObject/sc/source/ui/miscdlgs/mvtabdlg.o $W/CxxObject/sc/source/ui/miscdlgs/namecrea.o $W/CxxObject/sc/source/ui/miscdlgs/scuiautofmt.o $W/CxxObject/sc/source/ui/miscdlgs/shtabdlg.o $W/CxxObject/sc/source/ui/miscdlgs/strindlg.o $W/CxxObject/sc/source/ui/miscdlgs/tabbgcolordlg.o $W/CxxObject/sc/source/ui/miscdlgs/textdlgs.o $W/CxxObject/sc/source/ui/namedlg/namepast.o $W/CxxObject/sc/source/ui/optdlg/opredlin.o $W/CxxObject/sc/source/ui/optdlg/tpcalc.o $W/CxxObject/sc/source/ui/optdlg/tpcompatibility.o $W/CxxObject/sc/source/ui/optdlg/tpformula.o $W/CxxObject/sc/source/ui/optdlg/tpdefaults.o $W/CxxObject/sc/source/ui/optdlg/tpprint.o $W/CxxObject/sc/source/ui/optdlg/tpusrlst.o $W/CxxObject/sc/source/ui/optdlg/tpview.o $W/CxxObject/sc/source/ui/pagedlg/hfedtdlg.o $W/CxxObject/sc/source/ui/pagedlg/scuitphfedit.o $W/CxxObject/sc/source/ui/pagedlg/tphf.o $W/CxxObject/sc/source/ui/pagedlg/tptable.o $W/CxxObject/sc/source/ui/styleui/styledlg.o -Wl,--start-group -Wl,--end-group -lcomphelpgcc3 -luno_cppu -leditenglo -lforlo -lforuilo -li18nisolang1gcc3 -luno_sal -lsclo -lsfxlo -lsotlo -lsvllo -lsvtlo -lsvxlo -lsvxcorelo -ltllo -lutllo -lvcllo -o $W/LinkTarget/Library/libscuilo.so [ build LNK ] Library/vbaobj.uno.so Segmentation fault (core dumped) File tested,Test Result,Execution Time (ms) file:///usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/lotuswordpro/qa/cppunit/data/pass/A14.lwp,Signal 11 during cups initialization called, ignoring cups Error: a unit test failed, please do one of: export DEBUGCPPUNIT=TRUE # for exception catching export GDBCPPUNITTRACE="gdb --args" # for interactive debugging export VALGRIND=memcheck # for memory checking and retry. gmake[1]: *** [/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/CppunitTest/lotuswordpro_test_lotuswordpro.test] Error 1 gmake[1]: *** Waiting for unfinished jobs.... TEMPFILE=/tmp/gbuild.XXXXXX.khwFtG2d && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libsduilo.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.ItSLQIhD && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libswuilo.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.y5yrbumv && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/vbaswobj.uno.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.0PelwyIS && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libsdfiltlo.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.0c8mCPzW && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libscuilo.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.PtZYokHy && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libmswordlo.so.objectlist TEMPFILE=/tmp/gbuild.XXXXXX.Ib8CETlb && mv ${TEMPFILE} /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/libscfiltlo.so.objectlist gmake[1]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/tail_build' gmake: *** [source-env-and-recurse] Error 2 [rnejdl@tethys /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/tail Anyone having any issues or have some suggestions? Rusty