On Wed, 15 Oct 2008 09:23:19 +0400
Alex Keda <[EMAIL PROTECTED]> 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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to