Date: Sat, 29 Jan 2011 09:02:24 -0600 From: Steve Randall <srandall52@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final Message-ID: <20110129090224.234881b5@locust.local> In-Reply-To: <20110129000113.GN9701@eggman.experts-exchange.com> References: <AANLkTinCUuWET3dFVzpTRPfAiqG7hfdPJrAxY=OWVxff@mail.gmail.com> <20110128211737.391bec10@ukr.net> <AANLkTinsTMYzQivuVtHQxycv7MNf8d%2BQuWv-1D788tWP@mail.gmail.com> <20110128222217.GM9701@eggman.experts-exchange.com> <20110129000113.GN9701@eggman.experts-exchange.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Jan 2011 16:01:13 -0800 Jason Helfman <jhelfman@e-e.com> wrote: > It failed at this point: > > Compiling: rsc_sw > sw deliver > Module 'sw' delivered successfully. 281 files copied, 0 files unchanged > > ----------------------------------------------------------------------- > Oh dear - something failed during the build - sorry ! > For more help with debugging build errors, please see the section in: > http://wiki.documentfoundation.org/Development > > internal build errors: > > ERROR: error 65280 occurred while making > /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing > > it seems that the error is inside 'lingucomponent', please re-run build > inside this module to isolate the error and/or test your fix: I had this same problem, I think. It turned out to be an error in libtextcat, which fails to install its config.h into /usr/local/include/libtextcat/. After fixing that, the build completed successfully sometime overnight. This is i386 under FreeBSD-8.2RC2, BTW. With regard to LD_LIBRARY_PATH vs. ldconfig, the main script (/usr/local/lib/libreoffice/program/soffice) has "hack" code to set LD_LIBRARY_PATH for OpenBSD. I added FreeBSD to that, and it's off and running. There does not seem to be any conflict with openoffice.org-3.2.1. (I built LO without Java support, though.) OOo prefixes file names in public directories (e.g., /usr/local/bin) with the name and version of the program, which LO does not do. The *.desktop files installed in /usr/local/share/applications probably should not be there. Most of them are incorrect anyway. What OOo does is create a symlink to its own directory where the *.desktop files live. Those in the corresponding LO directory work much better, except none of them show icons in the menu. It looks like this is because the *.desktop files reference e.g. Icon=libreoffice-base, but the actual icon is (still) named ooo-base.png. I haven't done any real testing (yet), but I know that writer and calc come up and display existing documents. HTH.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110129090224.234881b5>