Re: openoffice.org-2.4.0_2 hanging
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
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
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
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
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
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
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
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
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]"
openoffice.org-2.4.0_2 hanging
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: > There have been comments about problems with > openoffice freezing when saving or opening files. It > appears to involve language/locale stuff. For me, the > following seems to work with the 2.4 package (perhaps > not with 2.3.1_1) on 6.3-RELEASE. > > 1. As root, edit /etc/login.conf to set your system > language. Mine is now: > > # diff /etc/login.conf.0 /etc/login.conf > 45c45,46 > < :umask=022: > --- > > > :umask=022:\ > > :lang=en_US.UTF-8: > > 2. As root, update the login.conf.db: > > # cap_mkdb /etc/login.conf > > 3. Log out and log in again. > > # echo $LANG > en_US.UTF-8 > > 4. As root, force openoffice to use your language (the > -f seems critical): > > # openoffice.org-SRC680_m242-setofficelang -a -f en-US > > (Note that's en-US, not en_US.) > > (The user who's going to run openoffice might need to > do the same thing. It also might help, if problems > persist, to remove/rename your ~/.openoffice.org2 > directory and start fresh.) 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 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"