lfs/blfs are almost bleading edge: gcc 4.7, kernel 3.4.3
xfce with thunderbird and firefox run fine since friday when i started
trying to build libreoffice. first i had to add some more packages as
libreoffice list them as recommended. except postgres (which i don't use
as i have mysql) all recommended packages are now installed.
my setup:
./autogen.sh \
--prefix=/usr/X11 \
--sysconfdir=/etc/libreoffice \
--disable-binfilter \
--disable-gconf \
--disable-mozilla \
--disable-odk \
--with-system-icu \
--with-system-boost \
--with-system-redland \
--with-system-neon \
--with-system-cairo \
--with-system-curl \
--with-system-db \
--with-system-expat \
--with-system-jpeg \
--with-system-libpng \
--with-system-libxml \
--with-system-nss \
--with-system-openssl \
--with-system-poppler \
--with-system-zlib \
--without-java \
--with-lang='de fr' \
--with-num-cpus=$(getconf _NPROCESSORS_ONLN)
make fails with
[ build LNK ] CppunitTest/libtest_svtools_filters_test.so
[ build CUT ] svtools_filters_test
##Failure Location unknown## : Error
Test name: SvtoolsFiltersTest::testCVEs
setUp() failed
- An uncaught exception of type com.sun.star.uno.RuntimeException
- cannot find /org.openoffice.Setup/L10N
Failures !!!
Run: 1 Failure total: 1 Failures: 0 Errors: 1
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE # for exception catching
export GDBCPPUNITTRACE="gdb --args" # for interactive debugging
export VALGRIND=memcheck # for memory checking
and retry.
make[2]: ***
[/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/workdir/unxlngi6.pro/CppunitTest/svtools_filters_test.test]
Error 1
dmake: Error code 2, while making 'all'
-----------------------------------------------------------------------
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
/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/sysui/util
ERROR: error 65280 occurred while making
/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/svtools/prj
ERROR: error 65280 occurred while making
/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/officecfg/prj
it seems you are using a threaded build, which means that the
actual compile error is probably hidden far above, and could be
inside any of these other modules:
sysui svtools
please re-run build inside each one to isolate the problem.
-----------------------------------------------------------------------
/bin/sh
cd /mnt/MOLroot/WORK/libreoffice-core-3.5.4.2
source ./Env.Host.sh
cd officecfg
make clean # optional
make -r
when the problem is isolated and fixed exit and re-run 'make' from the
top-level
make[1]: *** [build] Error 1
make: *** [source-env-and-recurse] Error 2
if i remove the
--with-lang='de fr'
the compile has no problems and finishes
but then install fails with
**************************************************
ERROR: Saved logfile: /tmp/LibreOffice//logging/en-US/log_OOO350_en-US.log
**************************************************
... reading include paths ...
... analyzing script:
/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/solver/unxlngi6.pro/bin/setup_osl.ins
...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing unix links ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...
------------------------------------
... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: dict-af.oxt
ERROR: File not found: dict-an.oxt
[ ... cut]
ERROR: File not found: dict-vi.oxt
ERROR: File not found: dict-zu.oxt
ERROR: File not found: shared_en-US.zip
ERROR: File not found: sbasic_en-US.zip
ERROR: File not found: scalc_en-US.zip
ERROR: File not found: schart_en-US.zip
ERROR: File not found: sdatabase_en-US.zip
ERROR: File not found: sdraw_en-US.zip
ERROR: File not found: simpress_en-US.zip
ERROR: File not found: smath_en-US.zip
ERROR: File not found: swriter_en-US.zip
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_173641340472647 ...
Sat Jun 23 19:30:49 2012 (00:02 min.)
Failed to install: at
/mnt/MOLroot/WORK/libreoffice-core-3.5.4.2/solenv/bin/ooinstall line 120.
make[1]: *** [install] Error 255
make: *** [source-env-and-recurse] Error 2
the download script got the
libreoffice-{dictionaries,help,translations}-3.5.4.2.tar.xz
and after the make they are unpacked
i don't understand, why the system can't build the de and fr locales if
i specify them.
even less i can understand why the system didn't build the -en-US.zip
stuff or the dictionnaries.
google was no help, but probably i don't know what i should search for.
thanks for any help
tobias
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page