From owner-freebsd-questions Thu Jun 6 17:45:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id D286437B401 for ; Thu, 6 Jun 2002 17:45:12 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 0A5DF52; Fri, 7 Jun 2002 08:45:06 +0800 (CST) Message-ID: <3D000211.9000104@mail.gddsn.org.cn> Date: Fri, 07 Jun 2002 08:45:05 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: Jonathan Chen , freebsd-questions Subject: Re: openoffice 1.0 run problem References: <20020607000157.C11797-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Blapp wrote: >Hi, > > > >>Use the ports! Your only other choice would be to apply all the >>patches that mbr@freebsd.org has done. >> >> > >I have some news. > >Only STABLE works at the moment. And only if you do a > >make USE_GCC=3.1 > >Installation. This works fine. You'll have to install the posted >system patch tough. > >CURRENT is broken to non working exceptions in the system gcc, >which make stlport coredump. > >Martin > > > > > OK, First I make system patch and rebuild world, and I use " USE_GCC=3.1" . I can not compile idl files now: ============= Building project udkapi ============= /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script mkout -- version: 1.3 idlc @/var/tmp/mkEIrJuU Segmentation fault (core dumped) dmake: Error code 139, while making '../../../../unxfbsd.pro/misc/urd_cssscript.don' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /home/ports/editors/openoffice. #ldd ./solver/641/unxfbsd.pro/bin/idlc ./solver/641/unxfbsd.pro/bin/idlc: libsal.so.3 => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsal.so.3 (0x480b4000) libsalhelper3gcc3.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsalhelper3gcc3.so (0x48286000) libstlport_gcc.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libstlport_gcc.so (0x4828a000) libm.so.2 => /usr/lib/libm.so.2 (0x4833c000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x48358000) #gdb ./solver/641/unxfbsd.pro/bin/idlc GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. (gdb) run Starting program: /home/ports/editors/openoffice/work/oo_1.0_src/./solver/641/unxfbsd.pro/bin/idlc Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x480d9525 in ?? () (gdb) bt #0 0x480d9525 in ?? () #1 0x480f62f5 in ?? () #2 0x80831d7 in ?? () #3 0x805ee59 in ?? () #4 0x805ef73 in ?? () #5 0x80831a5 in ?? () #6 0x805a952 in ?? () (gdb) quit --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message