Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2008 11:42:56 +0200
From:      Gary Jennejohn <gary.jennejohn@freenet.de>
To:        Alex Keda <admin@lissyara.su>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Openoffice3 with CURRENT x64
Message-ID:  <20081015114256.6f95767f@ernst.jennejohn.org>
In-Reply-To: <48F57E47.2030306@lissyara.su>
References:  <48F57E47.2030306@lissyara.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Oct 2008 09:23:19 +0400
Alex Keda <admin@lissyara.su> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081015114256.6f95767f>