On 07-04-2012 16:00, Andrew Benton wrote:
> make fails after about 30 mins for me with:
>
> [ build SRS ] svt/res
> [ build RES ] svten-US
> [ build CMP ] svtools/util/svt
> [ build LNK ] Executable/g2g
> [ build LNK ] CppunitTest/libtest_svtools_filters_test.so
> [ build CUT ] svtools_filters_test
> [ build MOD ] svtools
> [ build ALL ] top level modules: bootstrap src.downloaded svtools
> [ build ALL ] loaded modules: svtools
>
> ##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
>
> Seems to be something to do with internationalisation. Maybe I should
> download something else? I'll have another look at it tomorrow.
>
> Andy

Andrew,

I have had two kind of problems, when building LO, one seems to be exactly this 
you have, and is registered in libreoffice-3.5.0.3-2012.03.10.log, in 
LFS7.0-svn, occurring at "real    31m17.878s".

If I remember correctly, after retrying several times, I solved by changing 
make to make -j1, just to have a better log, but then, to my surprise, 
completing the build (as the switches imply already in the simultaneous build 
of 4 modules, each with -j4). Seems to be what you call a racing condition. 
Before going on, save the downloaded files located in

build-libreoffice/libreoffice-core-3.5.2.2/src

because, for this kind of error, unfortunately, only after I deleted the build 
directory and restarted, build succeeded.

Other kind of errors, as I had yesterday, are localised ones and do not need a 
complete restart, after the source is found and fixed. In my case, boost had a 
problem, so after removing (moving away) /usr/include/boost and 
/usr/lib/libboost_* and rebuilding boost as per Ken's instructions, LO build 
completed successfully. If something like this happens to you, I can provide 
further information. The fact that BLFS (and LFS, in other cases) provide 
directories and files installed helped a lot.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to