From owner-freebsd-openoffice Sun Jul 21 0:17: 5 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10ED137B400 for ; Sun, 21 Jul 2002 00:17:05 -0700 (PDT) Received: from sfx.d2g.com (b108057.adsl.hansenet.de [62.109.108.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA93C43E3B for ; Sun, 21 Jul 2002 00:17:03 -0700 (PDT) (envelope-from fredi@sfx.d2g.com) Received: from sfx.d2g.com (fredi.net [192.168.0.2]) by sfx.d2g.com (8.12.2/8.12.2) with ESMTP id g6L9ErkI032705 for ; Sun, 21 Jul 2002 11:15:12 +0200 (CEST) Message-ID: <3D3A627B.1080500@sfx.d2g.com> Date: Sun, 21 Jul 2002 09:27:55 +0200 From: Frederik Teichert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020619 X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Subject: openoffice-port half-broken Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG the openofficeport builds normal (one irgnored error) but when i run setup it cannot find ./program/setup.ins; i copied this file out of the source directory into ./program and setup ran. the setup segfaults when i try to install openoffice into my userdirectory. can i do anything to avoid errors or must i wait for newser verisions? Frederik Teichert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 1:12:33 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69EF637B400 for ; Sun, 21 Jul 2002 01:12:32 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D2143E31 for ; Sun, 21 Jul 2002 01:12:30 -0700 (PDT) (envelope-from blapp@attic.ch) Received: from bastian.attic.ch (blapp@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6L8CLf46542; Sun, 21 Jul 2002 10:12:22 +0200 (CEST) (envelope-from blapp@attic.ch) Date: Sun, 21 Jul 2002 10:12:10 +0200 (CEST) From: "blapp@attic.ch" To: Frederik Teichert Cc: openoffice@FreeBSD.ORG Subject: Re: openoffice-port half-broken In-Reply-To: <3D3A627B.1080500@sfx.d2g.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, This is a FAQ. Read the Messages from your Makefile ! Update your System to the newest STABLE and OO works wonderful ! Martin > the openofficeport builds normal (one irgnored error) but when i run > setup it cannot find ./program/setup.ins; i copied this file out of the > source directory into ./program and setup ran. the setup segfaults when > i try to install openoffice into my userdirectory. can i do anything to > avoid errors or must i wait for newser verisions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 1:58:43 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A793B37B400 for ; Sun, 21 Jul 2002 01:58:41 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE0843E42 for ; Sun, 21 Jul 2002 01:58:40 -0700 (PDT) (envelope-from blapp@attic.ch) Received: from bastian.attic.ch (blapp@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6L8wdf46781 for ; Sun, 21 Jul 2002 10:58:39 +0200 (CEST) (envelope-from blapp@attic.ch) Date: Sun, 21 Jul 2002 10:58:38 +0200 (CEST) From: "blapp@attic.ch" To: openoffice@freebsd.org Subject: experimental patchset Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Yesterday I did again a grep for "LINUX", and got about 800 lines where it was included. I looked at every single line and after 4 hours I had some additional patches. They should at least fix sound support within OO.org. http://projects.imp.ch/openoffice/oo.org-linuxdef.diff Can someone look if all of them are correct ? Here I'm not absolutly sure. Linux seeems not to need pOfficeAcceptThread->join(). Do we have to do the same as this patch shows ? @@ -1402,7 +1402,7 @@ if( pOfficeAcceptThread ) { pOfficeAcceptThread->stopAccepting(); -#ifndef LINUX +#if !defined(LINUX) && !defined(FREEBSD) pOfficeAcceptThread->join(); delete pOfficeAcceptThread; #endif Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 2:23:17 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2525537B400 for ; Sun, 21 Jul 2002 02:23:16 -0700 (PDT) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC1E43E58 for ; Sun, 21 Jul 2002 02:23:15 -0700 (PDT) (envelope-from lehmann@ans-netz.de) Received: from fwd06.sul.t-online.de by mailout08.sul.t-online.com with smtp id 17WCvp-0004MH-0B; Sun, 21 Jul 2002 11:23:13 +0200 Received: from dill.salatschuessel.net (520085340291-0001@[80.132.184.177]) by fmrl06.sul.t-online.com with smtp id 17WCvm-0zfd3YC; Sun, 21 Jul 2002 11:23:10 +0200 Received: (qmail 53901 invoked from network); 21 Jul 2002 09:23:10 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (10.0.0.51) by dill.salatschuessel.net with SMTP; 21 Jul 2002 09:23:10 -0000 Date: Sun, 21 Jul 2002 11:23:09 +0200 From: Oliver Lehmann To: "blapp@attic.ch" Cc: openoffice@freebsd.org Subject: Re: experimental patchset Message-Id: <20020721112309.6246d2cf.lehmann@ans-netz.de> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i386-unknown-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520085340291-0001@t-dialin.net Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Jul 2002 10:58:38 +0200 (CEST) "blapp@attic.ch" wrote: > +#if !defined(LINUX) && !defined(FREEBSD) I didn't take a look to the patches, but judging from other ports, are you shure it's FREEBSD and not FreeBSD? ;) Greetings, Oliver -- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 2:29:16 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDA937B400 for ; Sun, 21 Jul 2002 02:29:15 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CDC43E3B for ; Sun, 21 Jul 2002 02:29:14 -0700 (PDT) (envelope-from mb@imp.ch) Received: from bastian.attic.ch (mb@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6L9TCf47097; Sun, 21 Jul 2002 11:29:12 +0200 (CEST) (envelope-from mb@imp.ch) Date: Sun, 21 Jul 2002 11:29:11 +0200 (CEST) From: Martin Blapp X-Sender: mb@bastian.attic.ch To: Oliver Lehmann Cc: openoffice@FreeBSD.ORG Subject: Re: experimental patchset In-Reply-To: <20020721112309.6246d2cf.lehmann@ans-netz.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > I didn't take a look to the patches, but judging from other ports, are you > shure it's FREEBSD and not FreeBSD? ;) -fPIC -DFREEBSD -DUNX -DVCL -DGCC -DC300 Any remaining questions ;) ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 2:47:17 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC49F37B400 for ; Sun, 21 Jul 2002 02:47:16 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6D643E42 for ; Sun, 21 Jul 2002 02:47:16 -0700 (PDT) (envelope-from lehmann@ans-netz.de) Received: from fwd10.sul.t-online.de by mailout07.sul.t-online.com with smtp id 17WDJ4-0005Ci-09; Sun, 21 Jul 2002 11:47:14 +0200 Received: from dill.salatschuessel.net (520085340291-0001@[80.132.184.177]) by fmrl10.sul.t-online.com with smtp id 17WDIy-0nGEDIC; Sun, 21 Jul 2002 11:47:08 +0200 Received: (qmail 54037 invoked from network); 21 Jul 2002 09:47:08 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (10.0.0.51) by dill.salatschuessel.net with SMTP; 21 Jul 2002 09:47:08 -0000 Date: Sun, 21 Jul 2002 11:47:08 +0200 From: Oliver Lehmann To: Martin Blapp Cc: openoffice@FreeBSD.ORG Subject: Re: experimental patchset Message-Id: <20020721114708.71d1293a.lehmann@ans-netz.de> In-Reply-To: References: <20020721112309.6246d2cf.lehmann@ans-netz.de> X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i386-unknown-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520085340291-0001@t-dialin.net Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Jul 2002 11:29:11 +0200 (CEST) Martin Blapp wrote: > -fPIC -DFREEBSD -DUNX -DVCL -DGCC -DC300 > > Any remaining questions ;) ? Ah.. ok.. did i said something? >:) -- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 9: 6:12 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF38937B400 for ; Sun, 21 Jul 2002 09:06:10 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735D843E58 for ; Sun, 21 Jul 2002 09:06:10 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [66.126.109.197] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 21 Jul 2002 10:06:11 -0600 Message-ID: <3D3ADD12.7060702@myrealbox.com> Date: Sun, 21 Jul 2002 09:10:58 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Subject: More about segfaults on -current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Martin, You asked me if your package works on my -current machine so I just tried it. I see the same segfault error when I run 'setup' with your package as when I run my own version. I saw only one [English] package on the website--is it intended to run on both -current and -stable? (The MD5 sum is correct, BTW.) Any ideas on what might be wrong here? My -current machine is current as of yesterday 7-20-2002. BTW, I deleted the CPUTYPE=i686 from my make.conf and recompiled openoffice with no difference--'setup' still segfaults. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 9: 8:43 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC6B37B400 for ; Sun, 21 Jul 2002 09:08:40 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B435943E65 for ; Sun, 21 Jul 2002 09:08:39 -0700 (PDT) (envelope-from mb@imp.ch) Received: from bastian.attic.ch (mb@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6LG8Yf48548; Sun, 21 Jul 2002 18:08:35 +0200 (CEST) (envelope-from mb@imp.ch) Date: Sun, 21 Jul 2002 18:08:32 +0200 (CEST) From: Martin Blapp X-Sender: mb@bastian.attic.ch To: walt Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current In-Reply-To: <3D3ADD12.7060702@myrealbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Please start it from gdb and show me a usable trace. Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 826 93 00, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 11:46:14 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A3237B400 for ; Sun, 21 Jul 2002 11:46:12 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553B943E4A for ; Sun, 21 Jul 2002 11:46:12 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.252.235] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 21 Jul 2002 12:46:17 -0600 Message-ID: <3D3B0293.6000104@myrealbox.com> Date: Sun, 21 Jul 2002 11:50:59 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@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: > Please start it from gdb and show me a usable trace. I need just a small push in the right direction, if you would be so kind: If I run 'setup' from gdb it gives me a 'not an executable format' which I guess is because 'setup' is a shellscript? If I use gdb to do a backtrace on the coredump I get this: Core was generated by `setup.bin'. Program terminated with signal 11, Segmentation fault. #0 0x293c261e in ?? () (gdb) bt #0 0x293c261e in ?? () #1 0x293c33c5 in ?? () #2 0x293a0665 in ?? () #3 0x2939ec3e in ?? () #4 0x293a1c3b in ?? () #5 0x2939c1d4 in ?? () #6 0x28664c04 in ?? () #7 0x28665601 in ?? () #8 0x2866861a in ?? () #9 0x285f0592 in ?? () #10 0x285beb60 in ?? () #11 0x285becb2 in ?? () #12 0x28604b50 in ?? () #13 0x28604ded in ?? () #14 0x08060396 in ?? () #15 0x0805885b in ?? () #16 0x080601b7 in ?? () #17 0x08060191 in ?? () #18 0x0805776d in ?? () (gdb) quit This doesn't look very useful to me. I would guess that perhaps I would want to recompile openoffice with the -DWITH_DEBUG flag and try again? I will assume this is the right thing to do and start the recompile now. You can tell I have little debugging experience but I would like to learn. Any hints would be much appreciated. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 15:13:26 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F217D37B400 for ; Sun, 21 Jul 2002 15:13:23 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E0743E42 for ; Sun, 21 Jul 2002 15:13:23 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [66.126.110.142] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 21 Jul 2002 16:13:14 -0600 Message-ID: <3D3B3324.50804@myrealbox.com> Date: Sun, 21 Jul 2002 15:18:12 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: Martin Blapp , freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current References: <3D3B0293.6000104@myrealbox.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG walt wrote: > Martin Blapp wrote: > >> Please start it from gdb and show me a usable trace. ... I would guess that perhaps I > would want to recompile openoffice with the -DWITH_DEBUG flag and > try again? Hmm. When I use either -DWITH_DEBUG or WITH_DEBUG=YES I get this: ============= Building project udkapi ============= /usr/ports/editors/openoffice/work/oo_1.0.1_src/udkapi/com/sun/star/lang mkout -- version: 1.3 idlc @/var/tmp/mkLW3N3U Segmentation fault (core dumped) dmake: Error code 139, while making '../../../../unxfbsd.pro/misc/urd_csslang.don' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0.1_src/udkapi/com/sun/star/lang dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 A backtrace of idlc.core looks like this: Core was generated by `idlc'. Program terminated with signal 11, Segmentation fault. #0 0x280daf4d in ?? () (gdb) bt #0 0x280daf4d in ?? () #1 0x280f7e4d in ?? () #2 0x0805f8a7 in ?? () #3 0x0805f799 in ?? () #4 0x0805f85f in ?? () #5 0x0808cd01 in ?? () #6 0x0805b2b6 in ?? () (gdb) ========================================== Hmm. I just noticed that 'file setup.bin' says 'not stripped'. This means that the debug symbols are still there? If that is true then I don't know enough to give you a useful trace and perhaps just a hint or two could set me on the right track. Thanks again for all your hard work on our behalf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 15:31: 8 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBBD37B405 for ; Sun, 21 Jul 2002 15:31:07 -0700 (PDT) Received: from atg-smtp1.t-com.ne.jp (atg-smtp1.t-com.ne.jp [61.211.178.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA8043E4A for ; Sun, 21 Jul 2002 15:31:06 -0700 (PDT) (envelope-from sonique@openoffice.org) Received: from smtp2.tbc.t-com.ne.jp (246.net218219044.t-com.ne.jp [218.219.44.246]) by atg-smtp1.t-com.ne.jp (8.11.4/3.7W-02051213) with SMTP id g6LMV1112423 for ; Mon, 22 Jul 2002 07:31:01 +0900 (JST) Message-Id: <200207212231.g6LMV1112423@atg-smtp1.t-com.ne.jp> Date: Mon, 22 Jul 2002 07:27:46 +0900 From: =?ISO-2022-JP?B?GyRCRDlIdDRdGyhC?= X-Mailer: EdMax Ver2.89 MIME-Version: 1.0 To: openoffice@freebsd.org Subject: About System Requirment! Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm OpenOffice.org Users Group Japan mgr . My name is Hiro. Now, My Group Site editing some document. We needs all released Ported OpenOffice.org system requirment infomation. Would you teach System Requirment Information of FreeBSD Version released now, if very well? I want to introduce at this user group. Now, the addition had already completed the list of some mirror servers, and the information on four platforms was settled. Serious I am sorry in awkward English. a reply -- I wait ///////////////////////////////////////////// OpenOffice.org Users Group Japan URL : http://blow-away.net/openoffice/ mail: sonique@openoffice.org ///////////////////////////////////////////// To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 15:50: 3 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D7437B400 for ; Sun, 21 Jul 2002 15:50:00 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D6A43E42 for ; Sun, 21 Jul 2002 15:49:58 -0700 (PDT) (envelope-from mb@imp.ch) Received: from bastian.attic.ch (mb@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6LMnsf50293; Mon, 22 Jul 2002 00:49:54 +0200 (CEST) (envelope-from mb@imp.ch) Date: Mon, 22 Jul 2002 00:49:52 +0200 (CEST) From: Martin Blapp X-Sender: mb@bastian.attic.ch To: walt Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current In-Reply-To: <3D3B3324.50804@myrealbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > ... I would guess that perhaps I > > would want to recompile openoffice with the -DWITH_DEBUG flag and > > try again? This is broken :-( I know. I just comitted another option. You can cvsup, and then make another build with WITH_DEBUG=1. This should just add debug symbols and the build should finish. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Jul 21 15:53:54 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78F237B400 for ; Sun, 21 Jul 2002 15:53:52 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A079443E4A for ; Sun, 21 Jul 2002 15:53:51 -0700 (PDT) (envelope-from mb@imp.ch) Received: from bastian.attic.ch (mb@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6LMrlf50359; Mon, 22 Jul 2002 00:53:48 +0200 (CEST) (envelope-from mb@imp.ch) Date: Mon, 22 Jul 2002 00:53:47 +0200 (CEST) From: Martin Blapp X-Sender: mb@bastian.attic.ch To: =?ISO-2022-JP?B?GyRCRDlIdDRdGyhC?= Cc: openoffice@FreeBSD.ORG Subject: Re: About System Requirment! In-Reply-To: <200207212231.g6LMV1112423@atg-smtp1.t-com.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Hiro-San, > Hi, I'm OpenOffice.org Users Group Japan mgr . > My name is Hiro. Japanese OpenOffice.org Users Group ! Wow ! > Now, My Group Site editing some document. > We needs all released Ported OpenOffice.org system requirment infomation. Ok. - Updated FreeBSD 4.6 STABLE. 4.6 Release has still a broken rtld. - Mounted procfs - Working X-Server - 256MB Ram I guess for the japanese version you'll need to add a tunable somewhere in the build. Could you see this on OO.org site and tell me what I've to do ? There are still some broken parts in the port, which need to be fixed. But most things work. Martin PS: Next two weeks I'll be in vacation and not be reachable very good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Mon Jul 22 5:23:23 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8180C37B400 for ; Mon, 22 Jul 2002 05:23:21 -0700 (PDT) Received: from addu.axelero.hu (mail02.axelero.hu [195.228.240.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1CE43E42 for ; Mon, 22 Jul 2002 05:23:20 -0700 (PDT) (envelope-from Gabor@Zahemszky.HU) Received: from Picasso.Zahemszky.HU (adsl-151-72.adsl-pool.axelero.hu [62.201.72.151]) by mail02.axelero.hu (iPlanet Messaging Server 5.1 HotFix 0.6 (built Apr 26 2002)) with ESMTP id <0GZN004T8GXQ7P@mail02.axelero.hu> for freebsd-openoffice@freebsd.org; Mon, 22 Jul 2002 14:20:14 +0200 (MEST) Received: from Picasso.Zahemszky.HU (localhost.Zahemszky.HU [127.0.0.1]) by Picasso.Zahemszky.HU (8.12.3/8.12.3) with ESMTP id g6MCNRAV065994 for ; Mon, 22 Jul 2002 14:23:28 +0200 Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.12.3/8.12.3/Submit) id g6MCNRDv065993 for freebsd-openoffice@freebsd.org; Mon, 22 Jul 2002 14:23:27 +0200 (CEST) Date: Mon, 22 Jul 2002 14:23:27 +0200 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: OO + Hungarian oo To: freebsd-openoffice@freebsd.org Reply-To: Gabor@Zahemszky.HU Message-id: <20020722122327.GD65649@Picasso.Zahemszky.HU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.1i X-Operating-System: FreeBSD 4.6-RELEASE Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I've got some problems with the oo in ports-tree. 1) I've made it from the ports tree (cvsupped last Friday about 7pm). make install package clean - OK. Now, I'd like to remove the package, put pkg_remove had some problems: cannot remove: /usr/local/OpenOffice.org1.0/share/kde/net/applnk/OpenOffice.org (and recursively the path). The installed file is: /usr/local/OpenOffice.org1.0/share/kde/net/applnk/OpenOffice.org 1.0.1 (with the space in the name!) And it cannot remove: /usr/local/1.0.1 I think there are some variable substitution (or sed script) bug somewhere in the building process. 2) from the Dannish makefile, some of my friends made a hu-openoffice port. Of course, the critical lines were: LANG_PKGNAME= hu LANG_EXT= 36 LANG_CONFIGURE_ARG= HUNG make is OK, but make install has the following error: ===> Installing for hu-openoffice-1.0.1 ===> hu-openoffice-1.0.1 depends on shared library: X11.6 - found cannot create /usr/ports/editors/openoffice-hu/work/oo_1.0.1_src/config_office/. ./instsetoo/unxfbsd.pro/36/normal/oo_setup.resp: directory nonexistent *** Error code 2 I think, the 36 in the path is the $LANG_EXT, but there are only 01 and 49 (maybe US and DE ?) named directories in the work directory. So how can I make a working Hungarian port? ZGabor < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Jul 23 8:25:15 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C7137B400; Tue, 23 Jul 2002 08:25:07 -0700 (PDT) Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E4443E31; Tue, 23 Jul 2002 08:25:06 -0700 (PDT) (envelope-from bts@fake.com) Received: from this.is.fake.com ([66.26.254.93]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 23 Jul 2002 11:25:06 -0400 Received: by this.is.fake.com (Postfix, from userid 111) id 5A4BFBA12; Tue, 23 Jul 2002 11:24:51 -0400 (EDT) Content-Type: text/plain; charset="us-ascii" From: "Brian T. Schellenberger" To: freebsd-ports@freebsd.org, openoffice@FreeBSD.org Subject: Problem building openoffice Date: Tue, 23 Jul 2002 11:24:51 -0400 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207231124.51160.bts@babbleon.org> Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is all gibberish to me . . . anybody have any ideas? I have a system which has all been freshly updated since Friday, so I'd expect everything to be in sync. [PS: Building openoffice has made me really learn to detest Sun.] Preprocessor startline: rscpp @/var/tmp/tmp.21.ddrV8e Preprocessor commandline: -I../unxfbsd.pro/res/49 -I../unxfbsd.pro/res/49 -I../ unx/res -I../res -I../win/res -I../../res -I../win/res -I/usr/ports/editors/open office/work/oo_1.0.1_src -I../inc -I. -I/usr/ports/editors/openoffice/work/oo_1. 0.1_src/solver/641/unxfbsd.pro/inc/stl -I/usr/ports/editors/openoffice/work/oo_1 .0.1_src/solver/641/unxfbsd.pro/inc/external -I/usr/ports/editors/openoffice/wor k/oo_1.0.1_src/solver/641/unxfbsd.pro/inc -I/usr/ports/editors/openoffice/work/o o_1.0.1_src/solenv/unxfbsd/inc -I/usr/ports/editors/openoffice/work/oo_1.0.1_src /solenv/inc -I/usr/ports/editors/openoffice/work/oo_1.0.1_src/res -I/usr/include -I/usr/ports/editors/openoffice/work/oo_1.0.1_src/solver/641/unxfbsd.pro/inc/st l -I/usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/inc/Xp31 -I/usr/local /jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -I/usr/local/jdk1.3.1/in clude/green_threads/include -I/usr/X11R6/include -I/lib/gcc-lib/i386-portbld-fre ebsd4.6/3.1.1/include -I/usr/include /usr/ports/editors/openoffice/work/oo_1.0.1 _src/solver/641/unxfbsd.pro/res/sfx.srs /var/tmp/tmp.22.OgNGTg Preprocessor startline: rscpp @/var/tmp/tmp.23.n9eRcW Rsc2 commandline: rsc2 @/var/tmp/tmp.24.oj6LO0 Files: /var/tmp/tmp.0.IDAnRI /var/tmp/tmp.2.fnbDyR /var/tmp/tmp.4.mBvI6g /var/tm p/tmp.6.PBc9Sw /var/tmp/tmp.8.r6NVfD /var/tmp/tmp.10.UhAha5 /var/tmp/tmp.12.19ob JT /var/tmp/tmp.14.o3rekx /var/tmp/tmp.16.FOIg6r /var/tmp/tmp.18.JSi1Af /var/tmp /tmp.20.nfaDfQ /var/tmp/tmp.22.OgNGTg reading file /var/tmp/tmp.0.IDAnRI ..... reading file /var/tmp/tmp.2.fnbDyR . reading file /var/tmp/tmp.4.mBvI6g ............................................. ................................................................................ ................................................................................ ............ reading file /var/tmp/tmp.6.PBc9Sw .............. reading file /var/tmp/tmp.8.r6NVfD ..................... reading file /var/tmp/tmp.10.UhAha5 .. reading file /var/tmp/tmp.12.19obJT ... reading file /var/tmp/tmp.14.o3rekx ............................................ ................................................................................ ........................................................ SlotName[ ENGLISH_US ] ^ f640: "../unxfbsd.pro/srs/scslots.srs", line 4661: Error: parse error f256: Error: !! 1 Error found!! Error starting rsc2 compiler dmake: Error code 1, while making '../unxfbsd.pro/bin/sc64149.res' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /bay/oo/work/oo_1.0.1_src/sc/util dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Jul 23 12:17:57 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C4637B400 for ; Tue, 23 Jul 2002 12:17:56 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E026843E31 for ; Tue, 23 Jul 2002 12:17:55 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g6NJHs9X015889; Tue, 23 Jul 2002 15:17:54 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.5/8.12.5/Submit) id g6NJHqvE015888; Tue, 23 Jul 2002 15:17:52 -0400 (EDT) Date: Tue, 23 Jul 2002 15:17:52 -0400 From: Alexander Kabaev To: Martin Blapp Cc: wa1ter@myrealbox.com, freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current Message-Id: <20020723151752.20671141.ak03@gte.com> In-Reply-To: References: <3D3B3324.50804@myrealbox.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws76 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I fixed the idlc coredump problem, but now build breaks in another place. I am still chasing it down. On Mon, 22 Jul 2002 00:49:52 +0200 (CEST) Martin Blapp wrote: > > Hi, > > > ... I would guess that perhaps I > > > would want to recompile openoffice with the -DWITH_DEBUG flag and > > > try again? > > This is broken :-( I know. > > I just comitted another option. You can cvsup, and then make another > build with WITH_DEBUG=1. This should just add debug symbols and the > build should finish. > > Martin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-openoffice" in the body of the message -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Jul 23 14: 4:55 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C71537B400 for ; Tue, 23 Jul 2002 14:04:53 -0700 (PDT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C122143E65 for ; Tue, 23 Jul 2002 14:04:52 -0700 (PDT) (envelope-from jstocker@tzi.de) Received: from fwd09.sul.t-online.de by mailout10.sul.t-online.com with smtp id 17X6pv-0002wy-0A; Tue, 23 Jul 2002 23:04:51 +0200 Received: from twoflower.liebende.de (320072111332-0001@[217.80.121.124]) by fmrl09.sul.t-online.com with esmtp id 17X6ps-035f5UC; Tue, 23 Jul 2002 23:04:48 +0200 Subject: Gnome menus not installed... From: Jan Stocker To: openoffice@freebsd.org Cc: mb@imp.ch Reply-To: jstocker@tzi.de In-Reply-To: <20020709175125.22c71286.lehmann@ans-netz.de> References: <001001c22747$12e42ca0$fe02010a@twoflower.liebende.de> <20020709172133.6585bc25.lehmann@ans-netz.de> <1026228770.353.15.camel@twoflower> <20020709175125.22c71286.lehmann@ans-netz.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 23 Jul 2002 23:05:09 +0200 Message-Id: <1027458310.26978.14.camel@twoflower> Mime-Version: 1.0 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, no menu entries had been installed by OO 1.0.1 for gnome, the folder was created but is empty. (An old version of 1.0.0 created one entry in the dir, cant remember which one) twoflower->find ~/.gnome/apps/OpenOffice.org\ 1.0.1/ /home/jstocker/.gnome/apps/OpenOffice.org 1.0.1/ List of the StarOffice6.0 Beta version: twoflower->find old/.gnome/apps/StarOffice\ 6.0/ old/.gnome/apps/StarOffice 6.0/ old/.gnome/apps/StarOffice 6.0/information and setup old/.gnome/apps/StarOffice 6.0/information and setup/.directory old/.gnome/apps/StarOffice 6.0/information and setup/setup.desktop old/.gnome/apps/StarOffice 6.0/information and setup/StarOffice on the Web old/.gnome/apps/StarOffice 6.0/information and setup/README old/.gnome/apps/StarOffice 6.0/other old/.gnome/apps/StarOffice 6.0/other/.directory old/.gnome/apps/StarOffice 6.0/other/masterdoc.desktop old/.gnome/apps/StarOffice 6.0/other/mathdoc.desktop old/.gnome/apps/StarOffice 6.0/other/labels.desktop old/.gnome/apps/StarOffice 6.0/other/vcards.desktop old/.gnome/apps/StarOffice 6.0/auto pilots old/.gnome/apps/StarOffice 6.0/auto pilots/.directory old/.gnome/apps/StarOffice 6.0/auto pilots/letter.desktop old/.gnome/apps/StarOffice 6.0/auto pilots/fax.desktop old/.gnome/apps/StarOffice 6.0/auto pilots/agenda.desktop old/.gnome/apps/StarOffice 6.0/auto pilots/memo.desktop old/.gnome/apps/StarOffice 6.0/webdoc.desktop old/.gnome/apps/StarOffice 6.0/spreadsheet.desktop old/.gnome/apps/StarOffice 6.0/drawing.desktop old/.gnome/apps/StarOffice 6.0/presentation.desktop old/.gnome/apps/StarOffice 6.0/.order old/.gnome/apps/StarOffice 6.0/.directory old/.gnome/apps/StarOffice 6.0/template.desktop old/.gnome/apps/StarOffice 6.0/textdoc.desktop P.S.: Of course installed from source, no package.... (ports-tree 24 hours old) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Jul 24 7:11:40 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A4BA37B400; Wed, 24 Jul 2002 07:11:37 -0700 (PDT) Received: from mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E8FB43E4A; Wed, 24 Jul 2002 07:11:36 -0700 (PDT) (envelope-from bts@fake.com) Received: from this.is.fake.com ([66.26.254.93]) by mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 24 Jul 2002 09:59:26 -0400 Received: by this.is.fake.com (Postfix, from userid 111) id AD43CBA12; Wed, 24 Jul 2002 09:59:11 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: "Brian T. Schellenberger" To: freebsd-ports@freebsd.org, openoffice@FreeBSD.org Subject: Re: Problem building openoffice Date: Wed, 24 Jul 2002 09:59:11 -0400 User-Agent: KMail/1.4.2 References: <200207231124.51160.bts@babbleon.org> In-Reply-To: <200207231124.51160.bts@babbleon.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207240959.11508.bts@babbleon.org> Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 July 2002 11:24 am, Brian T. Schellenberger wrote: | This is all gibberish to me . . . anybody have any ideas? | | I have a system which has all been freshly updated since Friday, so I'd | expect everything to be in sync. | | [PS: Building openoffice has made me really learn to detest Sun.] Never mind. On a hunch I just wiped out everything, moved the entire port directory to another partition (the original partition didn't have enough room so I'd been doing this "tricky" manuever using a symlink to put the work space in a different partition from the actual port directory) and rebuilt from scratch. That is the *longest* port I've ever built, snatching the title from the previous record holder (KDE3), but it built and installed flawlessly. Thanks to the openoffice port folks. PS: Is is really true that I still must use the Linux JDK? I followed the advice of the port-message and did so but I wondered if it was really necessary. Not that I guess there's a big problem with it, just a "general principle of the thing" issue. [gibberish deleted] -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Jul 25 2:45:25 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948DA37B400 for ; Thu, 25 Jul 2002 02:45:22 -0700 (PDT) Received: from ext1.ics.forth.gr (mailgate.ics.forth.gr [139.91.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059EB43E8A for ; Thu, 25 Jul 2002 02:45:17 -0700 (PDT) (envelope-from ssfak@ics.forth.gr) Received: from ismene.ics.forth.gr (mailhost.ics.forth.gr [139.91.157.51]) by ext1.ics.forth.gr (8.12.2/ICS-FORTH/V10.1.5-GATE) with ESMTP id g6P9jRjr019316 for ; Thu, 25 Jul 2002 12:45:28 +0300 (EET DST) Received: from ics.forth.gr (localhost [127.0.0.1]) by ismene.ics.forth.gr (8.8.8/ICS-FORTH/V3) with ESMTP id MAA23063 for ; Thu, 25 Jul 2002 12:45:10 +0300 (EET DST) Posted-Date: Thu, 25 Jul 2002 12:45:10 +0300 (EET DST) Organization: Message-ID: <3D3FC89E.3020304@ics.forth.gr> Date: Thu, 25 Jul 2002 12:45:02 +0300 From: Stelios Sfakianakis User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020723 X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Subject: OpenOffice 1.0.1 problems X-Enigmail-Version: 0.49.5.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I downloaded and installed the openoffice 1.0.1, uninstalling the previous 1.0.0 version, but now I am facing stange crashes. First of all, I installed it like this: $> cd /usr/ports/packages/All $> wget http://projects.imp.ch/openoffice/openoffice-1.0.1.tgz $> portinstall -PP openoffice then as the message says I exited X, started it again, and as common user I did: $> cd /usr/ports/editors/openoffice $> make install-user After following the questions, choosing the workstation installation option and installation directory (/home/stelios/OpenOffice.org1.0.1), what I finally get is a crash: Segmentation fault *** Error code 139 (ignored) The workstation installation has been done though and I can run: $> /home/stelios/OpenOffice.org1.0.1/soffice test.sxw where test.sxw was an old file edited with the previous version of openoffice. The problem is that if I make a change and try to save my work what I get is the following message: "Error saving the document. The operation started under an invalid parameter" I have also some test M$ Word documents but these can not even be opened. Now the message is "An unrecoverable error has occurred" I cannot imagine what the problem may be. I tried to install the previous version but it seems that the problems remain. Also note that although it is stated in your homepage that the package depends on XFree86-libraries-4.2.0_1 when I tried to install it I got a complaint about XFree86-libraries-4.2.0_2 and I had to upgrade that also. So now I have: $> pkg_info -r openoffice-1.0.1 Information for openoffice-1.0.1: Depends on: ~ imake-4.2.0_1 ~ freetype2-2.1.2 ~ XFree86-libraries-4.2.0_2 Do you have any suggestions? Thanks & Best regards Stelios Sfakianakis - -- "Right now, CORBA *is* the future of middleware. I'm not aware of any other middleware that would come even close in portability, platform support, features, performance, or multi-vendor support. It will be a minimum of six or seven years before any other middleware platform will be able to match that." ~ --- Michi Henning in news:comp.object.corba, 28/06/2002 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9P8ibsZNtSV8wqsIRAu6hAKCqPShCDfenNZ0A5X83g2BhiLxZvACgojZ4 B8P1C3z3usSufsHI7evtBxI= =mhxd -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Jul 25 2:51:10 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B578237B400 for ; Thu, 25 Jul 2002 02:51:08 -0700 (PDT) Received: from ext1.ics.forth.gr (mailgate.ics.forth.gr [139.91.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EC643E75 for ; Thu, 25 Jul 2002 02:51:06 -0700 (PDT) (envelope-from ssfak@ics.forth.gr) Received: from ismene.ics.forth.gr (mailhost.ics.forth.gr [139.91.157.51]) by ext1.ics.forth.gr (8.12.2/ICS-FORTH/V10.1.5-GATE) with ESMTP id g6P9pIjr019457 for ; Thu, 25 Jul 2002 12:51:18 +0300 (EET DST) Received: from ics.forth.gr (localhost [127.0.0.1]) by ismene.ics.forth.gr (8.8.8/ICS-FORTH/V3) with ESMTP id MAA24118 for ; Thu, 25 Jul 2002 12:51:01 +0300 (EET DST) Posted-Date: Thu, 25 Jul 2002 12:51:01 +0300 (EET DST) Organization: Message-ID: <3D3FC9FE.7040502@ics.forth.gr> Date: Thu, 25 Jul 2002 12:50:54 +0300 From: Stelios Sfakianakis User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020723 X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Subject: Re: OpenOffice 1.0.1 problems References: <3D3FC89E.3020304@ics.forth.gr> X-Enigmail-Version: 0.49.5.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stelios Sfakianakis wrote: | Hi, | I downloaded and installed the openoffice 1.0.1, uninstalling the | previous 1.0.0 version, but now I am facing stange crashes. | First of all, I installed it like this: | [...] Sorry I missed this point: $> uname -a FreeBSD aggelos.ics.forth.gr 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 and also that I don't have installed gcc 3.1.1 that you say that the packages are compiled with, although that should not be a problem. Regards Stelios Sfakianakis - -- "Right now, CORBA *is* the future of middleware. I'm not aware of any other middleware that would come even close in portability, platform support, features, performance, or multi-vendor support. It will be a minimum of six or seven years before any other middleware platform will be able to match that." ~ --- Michi Henning in news:comp.object.corba, 28/06/2002 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9P8n7sZNtSV8wqsIRAs0VAKCM2nQqi5Q695o8FA6TvrEXuwOWFgCeLajv ouPweA9NZV5sNVkRXBPlXPk= =JO5T -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Jul 25 9:45:15 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C3837B400 for ; Thu, 25 Jul 2002 09:45:14 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDE343E75 for ; Thu, 25 Jul 2002 09:45:13 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g6PGjC9X096787 for ; Thu, 25 Jul 2002 12:45:12 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.5/8.12.5/Submit) id g6PGjCQ6096786; Thu, 25 Jul 2002 12:45:12 -0400 (EDT) Date: Thu, 25 Jul 2002 12:45:12 -0400 From: Alexander Kabaev To: openoffice@FreeBSD.ORG Subject: OpenOffice 1.0.1 problems Message-Id: <20020725124512.0d687c27.ak03@gte.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws76 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, there are serious issues with OpenOffice which can account for pretty much any core dump people have reported over last couple of weeks. I am working on a patchset and will post it here for people to test once builds with and without WITH_DEBUG defined have completed on my PC. I also would appreciate if people having trouble building OO could make their build logs available. But please, do not send log files by e-mail, they can be quite big :) -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Jul 26 7:10: 7 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD3837B400 for ; Fri, 26 Jul 2002 07:10:05 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FD143E42 for ; Fri, 26 Jul 2002 07:10:05 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g6QEA39X034814 for ; Fri, 26 Jul 2002 10:10:03 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.5/8.12.5/Submit) id g6QEA3lM034813; Fri, 26 Jul 2002 10:10:03 -0400 (EDT) Date: Fri, 26 Jul 2002 10:10:03 -0400 From: Alexander Kabaev To: openoffice@FreeBSD.ORG Subject: Re: OpenOffice 1.0.1 problems - PATCH for testers Message-Id: <20020726101003.2acd6c4b.ak03@gte.com> In-Reply-To: <20020725124512.0d687c27.ak03@gte.com> References: <20020725124512.0d687c27.ak03@gte.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws76 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I was able to compile OO 1.0.1 with my latest patch applied and so far it seems to work: 1.) idlc segfaults in debug mode -> FIXED 2.) OO crashes sometimes: -> FIXED 2.1, 2.1, never was able to reproduce 2.3 2.1 Menu Tools -> Gallery 2.2 Menu Tools -> Options -> Load/Save -> HTML Compatibility 2.3 User Install sometimes segfaults with 4.6 RELEASE 3.) Fix OO.compile for new gcc31 compilers. -> COMPILES FOR ME You can fetch the patch from http://people.freebsd.org/~kan/openoffice.diff Apply it to port and recompile. Let me know of your problems. Keep your build logs handy :) Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sat Jul 27 7:19:36 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F39137B400 for ; Sat, 27 Jul 2002 07:19:35 -0700 (PDT) Received: from mx6.mail.ru (mx6.mail.ru [194.67.57.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092BA43E42 for ; Sat, 27 Jul 2002 07:19:34 -0700 (PDT) (envelope-from kan@mail.ru) Received: from [141.154.56.227] (helo=kan.dnsalias.net) by mx6.mail.ru with esmtp (Exim SMTP.6) id 17YSPs-000DDu-00; Sat, 27 Jul 2002 18:19:32 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.5/8.12.5) with ESMTP id g6REJUR7060084; Sat, 27 Jul 2002 10:19:30 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.5/8.12.5/Submit) id g6REJO6x060083; Sat, 27 Jul 2002 10:19:24 -0400 (EDT) Date: Sat, 27 Jul 2002 10:19:24 -0400 From: Alexander Kabaev To: Alexander Kabaev Cc: openoffice@FreeBSD.ORG Subject: Re: OpenOffice 1.0.1 problems - PATCH for testers Message-Id: <20020727101924.2c7f1618.kabaev@bellatlantic.net> In-Reply-To: <20020726101003.2acd6c4b.ak03@gte.com> References: <20020725124512.0d687c27.ak03@gte.com> <20020726101003.2acd6c4b.ak03@gte.com> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.7.8claws84 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I managed to include an empty patch to the file. Updated ptachset is in freefall. On Fri, 26 Jul 2002 10:10:03 -0400 Alexander Kabaev wrote: > Hi All, > > I was able to compile OO 1.0.1 with my latest patch applied and so far > it seems to work: > > 1.) idlc segfaults in debug mode -> FIXED > 2.) OO crashes sometimes: -> FIXED 2.1, 2.1, never was able to > > reproduce 2.3 > 2.1 Menu Tools -> Gallery > 2.2 Menu Tools -> Options -> Load/Save -> HTML Compatibility > 2.3 User Install sometimes segfaults with 4.6 RELEASE > 3.) Fix OO.compile for new gcc31 compilers. -> COMPILES FOR ME > > > You can fetch the patch from > http://people.freebsd.org/~kan/openoffice.diff > > Apply it to port and recompile. Let me know of your problems. Keep > your build logs handy :) > > > Alexander Kabaev > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-openoffice" in the body of the message > -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message