From owner-freebsd-ports@FreeBSD.ORG Thu Mar 29 04:11:36 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF2571065670 for ; Thu, 29 Mar 2012 04:11:36 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 27F268FC12 for ; Thu, 29 Mar 2012 04:11:36 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 808115C22 for ; Thu, 29 Mar 2012 14:25:09 +1000 (EST) Message-ID: <4F73E0F5.6080304@herveybayaustralia.com.au> Date: Thu, 29 Mar 2012 14:11:33 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F71A789.3030502@herveybayaustralia.com.au> In-Reply-To: <4F71A789.3030502@herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: libreoffice-3.4.5.2 failing to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 04:11:36 -0000 On 03/27/12 21:42, Da Rock wrote: > I've been hunting down some info on why this is failing, but all I > keep running into is the previous versions failings... :( > > I'm building libreoffice on 9.0-Release amd64, and I'm getting build > errors qa testing(?) sd. I followed the instructions, but it still > failed. It spits out this: > > scripting deliver > deliver -- version: 275594 > module 'scripting' delivered successfully. 0 files copied, 28 files > unchanged > terminate called after throwing an instance of > 'com::sun::star::uno::RuntimeException' > /usr/local/bin/bash: line 1: 2019 Abort trap: 6 (core dumped) > [ a whole lot of code (I'm copying by hand, so it is a bit > overwhelming) - involving clone/impress/sd/unxfbsd.pro, solver, and > qa_unit ] > dmake: Error code 134, while making 'test' > gb_LinkTarget_add_library_objects,CppunitTest/libtest_sc_ucalc.so,sc > gb_LinkTarget_add_linktarget_objects,CppunitTest/libtest_sc_ucalc.so,Library/libscfb.so > > [ build all ] top level modules: sc > [ build all ] loaded modules: sc > [ build cut ] sc_ucalc > Abort trap (core dumped) > terminate called after throwing an instance of > 'com::sun::star::uno::RuntimeException' > gmake[1]: *** > [/usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.5.2/solver/340/unxfbsd.pro/workdir/CppunitTest/sc_ucalc.test] > Error 1 > dmake: Error code 2, while making 'all' > [ build all ] top level modules: sw > [ build all ] loaded modules: sw > [ build all ] loaded modules: sw > [ build log ] sw > sw deliver > deliver -- version: 275594 > Module 'sw' delivered successfully. 0 files copied, 1 files unchanged > > ----------------------------------------------------- > [ standard error message with webpage link to debug page ] > > internal build errors: > > ERROR: error 65280 occurred while making > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.5.2/sd/qa/unit > ERROR: error 65280 occurred while making > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.5.2/sc/prj > > [ instructions to build sd part of the build to isolate the issue ] > > As I mentioned I followed the directions and still hit the same error > filed above (if more of the data is needed I guess I'll have to find a > way to post it...). > > I'm on a deadline for this one, so I have to get this to work. How > should I further debug this to fix it? Or failing that (as an extreme > last resort), will an older package already built work IF it is built > for 8.2? After a portsnap update I still get core dumps in the calc/sc/cppunittester and the impress/sd/qa/unit/cppunittester. I've tried turning off make jobs, and I also checked the core files (when I finally found them). The only clue I have is this: #0 0x00000008016bca7c in ?? This is in _both_ core files, and although its not very helpful it says its stopping in exactly the same place (duh). Seriously guys, where do I go from here? Googling isn't exactly offering up much - my searches can be as much as 7 results (usually my own stuff or duplicates of the same). Or, as my last resort, can I use the 8.2 package instead? Need some serious pointers, pleeease... :)