Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar

i will keep existing. waiting another 1.5 day to compile isn't fun.
And my laptop drive may not be able to survive another swapping during
this - on 256MB RAM


_3 includes a fix specifically for this problem.
(see 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice.org-2/Makefile?rev=1.299)

But I wouldn't be willing to build OpenOffice on 256 MB of RAM either;
maybe you can find someone else to build it for you?


i will. it wasn't that bad, except few c++ runs that took near 1GB VM
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Robert Huff

Lowell Gilbert writes:

>  > i will keep existing. waiting another 1.5 day to compile isn't fun.
>  > And my laptop drive may not be able to survive another swapping during
>  > this - on 256MB RAM
>  
>  _3 includes a fix specifically for this problem.

Unfortunately, it didn't include a fix for

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m12/moz
dmake:  Error code 1, while making 'build_instsetoo_native'


Robert Huff



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Lowell Gilbert
Wojciech Puchar <[EMAIL PROTECTED]> writes:

>> openoffice.org-2.4.0_3 fixed it for me without any special settings.
>
> i will keep existing. waiting another 1.5 day to compile isn't fun.
> And my laptop drive may not be able to survive another swapping during
> this - on 256MB RAM

_3 includes a fix specifically for this problem.
(see 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice.org-2/Makefile?rev=1.299)

But I wouldn't be willing to build OpenOffice on 256 MB of RAM either;
maybe you can find someone else to build it for you?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Wojciech Puchar

openoffice.org-2.4.0_3 fixed it for me without any special settings.


i will keep existing. waiting another 1.5 day to compile isn't fun.
And my laptop drive may not be able to survive another swapping during 
this - on 256MB RAM

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-07 Thread Volker Glatz

openoffice.org-2.4.0_3 fixed it for me without any special settings.

Volker


Am Montag, 7. April 2008 08:46:33 schrieb Wojciech Puchar:
> >> export OOO_FORCE_DESKTOP=kde
>
> this works for my. while i don't have KDE installed at all :)
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-06 Thread Wojciech Puchar


export OOO_FORCE_DESKTOP=kde


this works for my. while i don't have KDE installed at all :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-06 Thread Wojciech Puchar

installed openoffice-3-devel. hangs the same way - when loading .doc

any fix?

my options

CPUTYPE?=pentium3
LOCALIZED_LANG=pl
WITHOUT_MOZILLA=yes
WITH_TTF_BYTECODE_ENABLED=yes

older versions worked fine.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-05 Thread Volker Glatz
Am Samstag, 5. April 2008 07:40:53 schrieb Jeremy Gransden:
> On Fri, Apr 4, 2008 at 7:41 PM, Volker Glatz <[EMAIL PROTECTED]>
>
> wrote:
> > Hi there,
> >
> > I compiled openoffice with
> >
> > WITHOUT_MOZILLA=yes WITH_KDE=yes LOCALIZED_LANG=de WITH_CUPS=yes
> > WITHOUT_GNOMEVFS=yes WITH_TTF_BYTECODE_ENABLED=yes
> >
> > Openoffice is hanging while opening or saving a document.
> >
> > I tried the following posted earlier here in the list:
>
> I had a similar issue that was fixed by  adding the following to  the
> /usr/local/bin/openoffice.org-2.3.1 script:
>
> export OOO_FORCE_DESKTOP=kde
>
> I use KDE as my desktop. Now my saving works fine.
>
> http://user.services.openoffice.org/en/forum/viewtopic.php?f=6&t=4065
>
> thanks,
> jeremy


Hi Jeremy,

thanks for your reply.

I changed /usr/local/bin/openoffice.org-2.4.0 to:

#!/bin/sh
#
# $FreeBSD: ports/editors/openoffice.org-2/files/openoffice.org-wrapper,v 1.3 
2006/04/20 21:56:12 maho Exp $

oopath=/usr/local/openoffice.org-2.4.0/program/
program=`echo $0 | sed -e 's|.*-2.4.0-||'`

case $program in
$0)
$oopath/soffice "$@"
;;
*)
$oopath/$program "$@"
;;
esac

export OOO_FORCE_DESKTOP=kde

But it makes no difference. OO.org still locks.

Volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice.org-2.4.0_2 hanging

2008-04-05 Thread Matthias Apitz
El día Saturday, April 05, 2008 a las 01:41:36AM +0200, Volker Glatz escribió:

...

> It doesn't worked for me. Instead of en-US I use de-DE.
> 
> Thanks!
> Volker
> 
> box# pkg_info | grep openoffice
> de-openoffice.org-2.4.0_2 Office-Suite mit Textverarbeitung, 
> Tabellenkalkulation, Dat
> 
> box# uname -a
> FreeBSD box.here 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 
> 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


$ echo $LANG
es_ES.ISO8859-1
$ uname -a
FreeBSD rebelion.Sisis.de 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 
19:59:52 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
$ pkg_info | fgrep openoffice
openoffice.org-3.0.20080315 Integrated 
wordprocessor/dbase/spreadsheet/drawing/chart/br

i.e. /usr/ports/editors/openoffice.org-3-devel works fine for me;

/usr/ports/editors/openoffice.org-2.0 showed the mentioned problem (CPU
loop on open document);

HIH

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"