From owner-freebsd-stable@FreeBSD.ORG Thu Aug 28 23:36:43 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25FC1F9A for ; Thu, 28 Aug 2014 23:36:43 +0000 (UTC) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CEC11D0 for ; Thu, 28 Aug 2014 23:36:42 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id s7SNaZc0011302 for ; Thu, 28 Aug 2014 19:36:40 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <53FFBD03.1040304@m5p.com> Date: Thu, 28 Aug 2014 19:36:35 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: OpenOffice 4 on 10-STABLE References: <53FF0F5B.6050300@m5p.com> <20140828122305.GB25916@satori.lan> In-Reply-To: <20140828122305.GB25916@satori.lan> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Thu, 28 Aug 2014 19:36:41 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 23:36:43 -0000 On 08/28/14 08:23, Chris Nehren wrote: > On Thu, Aug 28, 2014 at 07:15:39 -0400, George Mitchell wrote: >> Is anyone able to get an editors/openoffice-5 compile to complete? Of >> late, something name unopkg.bin keeps getting a seg fault during the >> build process (but doesn't leave a core file). If I run it with no >> arguments under the base system gdb (after setting LD_LIBRARY_PATH to >> /usr/ports/editors/openoffice-4/work/aoo-4.1.0/main/solver/410/unxfbsdx.pro/lib) >> it crashes in getCascadeMapping in main/cppu/source/uno/cascade_mapping.cxx >> but according to gdb from ports, it crashes in >> _GLOBAL__sub_I_cascade_mapping.cxx(void). > > Any specific reason you're sticking with openoffice instead of > libreoffice? The latter is receiving far more developer > attention and is making greater strides in features. > Because I didn't know about libreoffice. Today I did compile it, though it pulled in 45 dependencies I wasn't using before. -- George