From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 23:23:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE1A16A41B for ; Tue, 1 Jan 2008 23:23:52 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id B7AB613C447 for ; Tue, 1 Jan 2008 23:23:51 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (87-194-3-32.bethere.co.uk [87.194.3.32]) by smtp1.bethere.co.uk (Postfix) with SMTP id B999A980DD; Tue, 1 Jan 2008 23:23:47 +0000 (GMT) Message-ID: <477ACB83.4020402@onetel.com> Date: Tue, 01 Jan 2008 23:23:47 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.9 (X11/20071228) MIME-Version: 1.0 To: "O. Hartmann" , freebsd-questions@freebsd.org References: <477A3CFC.8030204@mail.zedat.fu-berlin.de> In-Reply-To: <477A3CFC.8030204@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Problems with OpenOffice 2.3.1 on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 23:23:52 -0000 O. Hartmann wrote: > I use OpenOffice 2.3.1 on several hardwareplatforms running FreeBSD > 7.0-PRE/AMD64 and since I upgraded OpenOffice from OO 2.3.0 to 2.3.1 I > have massive problems, rendering OO unusuable! Before doing a PR I would > like to aks whethere there is a solution out. > Whenever I try to save a document in OO writer, OO gets stuck and I have > to kill it. The document gets saved, but I never can load it again > without rendering OO unusuable. Opening M$ Word docs or OO docs doesn't > matter. > This breakage is identical on all of my systems I run OO 2.3.1 on, they > all have in common running FreeBSD 7.0-PRE, being 64 Bit, having > diablo-1.5-JDK installed. This behaviour even occurs on a freshly > installed box. > > Any ideas? This is a serious situation to me, due to the need of a > properly working OO :-( > > Regards, > Oliver > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I had a similar problem on my i386 - openoffice would hang using lots of CPU when opening or saving a file. After a recent ports update (csup/portmanager) it has gone away. %uname -a FreeBSD eco 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Mon Dec 31 00:44:10 GMT 2007 root@eco:/usr/src/sys/i386/compile/MYKRNL01 i386 %pkg_info -Ix openoffice en-openoffice.org-GB-2.3.1 %head -5 /usr/ports/editors/openoffice.org-2/Makefile # New ports collection makefile for: OpenOffice.org # Date created: 28 February 2002 # Whom: Martin Blapp # # $FreeBSD: ports/editors/openoffice.org-2/Makefile,v 1.292 2007/12/07 23:55:16 maho Exp $ Also I am using java/jdk15 not java/diablo-jdk15. Somehow I did manage to save a file with the faulty port. When I tried to open it with the later version it did the same trick but on second opening it worked fine. portmanager will create packages as well so you can roll them out to the other machines. Chris