From owner-freebsd-ports Thu Jun 13 21:57:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id BA94C37B426; Thu, 13 Jun 2002 21:57:06 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17Ij8z-0004c8-00; Fri, 14 Jun 2002 06:57:05 +0200 Received: from [217.1.114.114] (helo=pD9017272.dip.t-dialin.net) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #3) id 17Ij8z-0006st-00; Fri, 14 Jun 2002 06:57:05 +0200 Date: Fri, 14 Jun 2002 06:56:32 +0000 (GMT) From: Peter Ulrich Kruppa To: Martin Blapp Cc: freebsd-stable@FreeBSD.ORG, Subject: Re: OpenOffice works now with system gcc 2.95.3 In-Reply-To: <20020613101445.D34000-100000@levais.imp.ch> Message-ID: <20020614065422.Q77767-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Thu, 13 Jun 2002, Martin Blapp wrote: > Hi all, > > After the last patchset has been comitted, OO builds now > with the system gcc and works afterwards without crashing > in the help system. It doesn't on my -STABLE :-( make dies with ------------------------------ Making: ../unxfbsd.pro/bin/i_server unx c++ -O -Wl,-export-dynamic -L../unxfbsd.pro/lib -L../lib -L/usr/ports/editors/op enoffice/work/oo_1.0_src/solenv/unxfbsd/lib -L/usr/ports/editors/openoffice/work /oo_1.0_src/solver/641/unxfbsd.pro/lib -L/usr/ports/editors/openoffice/work/oo_1 .0_src/solenv/unxfbsd/lib -L/usr/local/jdk1.3.1/lib -L/usr/local/lib -L/usr/X11R 6/lib -o ../unxfbsd.pro/bin/i_server ../unxfbsd.pro/obj/iserver.o ../unxfbsd.pro /obj/sstring.o ../unxfbsd.pro/obj/appdef.o ../unxfbsd.pro/obj/cppdep.o ../unxfbs d.pro/obj/command.o ../unxfbsd.pro/obj/prj.o ../unxfbsd.pro/obj/inimgr.o ../unxf bsd.pro/obj/revision.o ../unxfbsd.pro/obj/shellprp.o ../unxfbsd.pro/obj/fattr.o ../unxfbsd.pro/obj/minormk.o ../unxfbsd.pro/obj/mkcreate.o -Wl,-Bstatic -latools -lvos2fi -Wl,-Bstatic -lstlport_gcc -Wl,-Bdynamic -pthread -Wl,-Bstatic -lsalfi -lgnu_getopt -Wl,-Bdynamic -pthread -lm -lstlport_gcc ../unxfbsd.pro/lib/libatools.a(filecopy.o)(.gnu.linkonce.d._vt$9EA_Copier+0x14): undefined reference to `__pure_virtual' ../unxfbsd.pro/lib/libatools.a(stream.o)(.gnu.linkonce.d._vt$16SvDataCopyStream+ 0x24): undefined reference to `__pure_virtual' ../unxfbsd.pro/lib/libatools.a(stream.o)(.gnu.linkonce.d._vt$16SvDataCopyStream+ 0x2c): undefined reference to `__pure_virtual' ../unxfbsd.pro/lib/libatools.a(stream.o)(.gnu.linkonce.d._vt$15SvOpenLockBytes+0 x6c): undefined reference to `__pure_virtual' ../unxfbsd.pro/lib/libatools.a(stream.o)(.gnu.linkonce.d._vt$15SvOpenLockBytes+0 x74): undefined reference to `__pure_virtual' ../unxfbsd.pro/lib/libatools.a(stream.o)(.gnu.linkonce.d._vt$15SvOpenLockBytes+0 x7c): more undefined references to `__pure_virtual' follow dmake: Error code 1, while making '../unxfbsd.pro/bin/i_server' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1 .0_src/tools/bootstrp dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. --------------------------------------------------- Regards, Uli. > > I've removed the dependency on ports gcc31. OpenOffice building > on CURRENT with system GCC is still broken. You'll still > need USE_GCC=3.1 there. > > We need testers now, who test the OS-dependent functions > if they work as they should. Please report any problems to me. > > Known issues: > ------------- > > - Choosing the JDK does not work in OO setup: > > Only the Linux JDK 1.3.1 works for now. The native JDK does not have hotspot > and does not support native threads. If you use choose the linux JDK, the > Linux emulation needs to be running. > > > - Mozilla cannot be started from OO: > > Even if I make the neccessary config entries, mozilla does not start. > That's a problem in the mozilla scripts. I hope that the mozilla > hook in /usr/X11R6/lib/mozilla/mozilla will sonn be fixed. > > > - The setup crashes: > > You may not have installed the rtld patch. Please get this patch: > http://people.freebsd.org/~mbr/patches/rtld-elf.diff > > > - The build does exit with a ld: memory exhausted > > Add this to your kernel configuration till we have fixed the problem > with ld: > > options MAXDSIZ="(1024*1024*1024)" > options MAXSSIZ="(256*1024*1024)" > > > Martin > > Martin Blapp, > ------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH > Phone: +41 061 826 93 00: +41 61 826 93 01 > PGP: > PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E > ------------------------------------------------------------------ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message