From owner-freebsd-ports@FreeBSD.ORG Wed Oct 15 09:43:02 2008 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 1AF471065689 for ; Wed, 15 Oct 2008 09:43:02 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id A546B8FC1D for ; Wed, 15 Oct 2008 09:43:01 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1Kq2uB-0002DI-V2; Wed, 15 Oct 2008 11:42:59 +0200 Received: from r90b8.r.pppool.de ([89.54.144.184]:56589 helo=ernst.jennejohn.org) by 0.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1Kq2uB-0008Oc-Lj; Wed, 15 Oct 2008 11:42:59 +0200 Date: Wed, 15 Oct 2008 11:42:56 +0200 From: Gary Jennejohn To: Alex Keda Message-ID: <20081015114256.6f95767f@ernst.jennejohn.org> In-Reply-To: <48F57E47.2030306@lissyara.su> References: <48F57E47.2030306@lissyara.su> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Openoffice3 with CURRENT x64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 09:43:02 -0000 On Wed, 15 Oct 2008 09:23:19 +0400 Alex Keda wrote: > I have 2 box with FreeBSD CURRENT x64 > I compile openoffice3 from ports tree, and have: > ====================== > lissyara$ sh -xv /usr/local/bin/openoffice.org-3.0.0.b2 > #!/bin/sh > # > # $FreeBSD: > ports/editors/openoffice.org-3/files/openoffice.org-wrapper,v 1.5 > 2008/07/12 22:56:44 maho Exp $ > > oopath=/usr/local/openoffice.org-3.0.0.b2/openoffice.org3 > + oopath=/usr/local/openoffice.org-3.0.0.b2/openoffice.org3 > program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` > + echo /usr/local/bin/openoffice.org-3.0.0.b2 > + sed -e s|.*-%%OOOVERSION%%-|| > + program=/usr/local/bin/openoffice.org-3.0.0.b2 > > case $program in > $0) > $oopath/program/soffice "$@" > ;; > setofficelang) > $oopath/basis-link/program/$program "$@" > ;; > *) > $oopath/program/$program "$@" > ;; > esac > + /usr/local/openoffice.org-3.0.0.b2/openoffice.org3/program/soffice > Signal 11 during fontconfig initialization called, ignoring fontconfig > ^C > ============== > ? I saw exactly the same error and dumped Ooo3 for Ooo2, which works on my 8-current amd64 installation. I had neither the time nor the patience to debug the error. --- Gary Jennejohn