From owner-freebsd-stable@FreeBSD.ORG Thu Aug 28 16:13:33 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8558A9F5 for ; Thu, 28 Aug 2014 16:13:33 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (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 30D7D1C35 for ; Thu, 28 Aug 2014 16:13:33 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7SGDNwp068879; Thu, 28 Aug 2014 09:13:27 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408281613.s7SGDNwp068879@gw.catspoiler.org> Date: Thu, 28 Aug 2014 09:13:23 -0700 (PDT) From: Don Lewis Subject: Re: OpenOffice 4 on 10-STABLE To: george+freebsd@m5p.com In-Reply-To: <53FF0F5B.6050300@m5p.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-stable@FreeBSD.org 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 16:13:33 -0000 On 28 Aug, 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). Sounds like you are trying to build the r364119 version of the port. I tracked down the build problem in that version to both libc++ and libstdc++ getting linked in to the executables. Revision r366163 fixes the problem, but you should probably upgrade to r366281, which is OpenOffice 4.1.1. According to the release announcement, it has some critical bug fixes, including some security fixes.