Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 09:21:20 +1100
From:      Peter Jeremy <peterjeremy@optushome.com.au>
To:        Mick Walker <materialised@privacy.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Open Office 1.1
Message-ID:  <20031115222120.GA87178@server.vk2pj.dyndns.org>
In-Reply-To: <1068476146.702.3.camel@purehacker.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 10 Nov 2003 14:55:52 +0000, Mick Walker <materialised@privacy.net> wrote:
>Does anyone know if it is possible to build open office 1.1 with the jdk
>1.3 port rather than 1.4?

No.  The build dies building ../../../../unxfbsd.pro/lib/libofficebean.so with
...
/home/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/bin/checkdll.sh -L../../../../unxfbsd.pro/lib -L../lib -L/home/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/unxfbsd/lib -L/home/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/lib -L/home/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/unxfbsd/lib -L/usr/local/jdk1.3.1/lib -L/usr/local/jdk1.3.1/jre/lib/i386 -L/usr/local/jdk1.3.1/jre/lib/i386/client -L/usr/local/jdk1.3.1/jre/lib/i386/native_threads -L/usr/X11R6/lib ../../../../unxfbsd.pro/lib/check_libofficebean.so
Checking DLL ../../../../unxfbsd.pro/lib/check_libofficebean.so ...: ERROR: /usr/local/jdk1.3.1/jre/lib/i386/libawt.so: Undefined symbol "JVM_RaiseSignal"
dmake:  Error code 1, while making '../../../../unxfbsd.pro/lib/libofficebean.so'


What's worse, it's not possible to build OOo-1.1 with the current
jdk14 port.  The OOo-1.1 Makefile has jdk1.4.1 as the default JDKDIR
so the default build will die unless you have jdk1.4.1 installed.  If
you override JDKDIR to point to jdk1.4.2, the build will report that
OOo is using a deprecated Java interface and die.  (Unfortunately, I've
deleted that build log).

Peter



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