On 28/10/14 08:02, Dr.-Ing. Edgar Alwers wrote:
> Hi all,
> 
> I am since some days trying to build "LibreOffice" on my new BLFS (systemd 
> edition) - Version 2014-10-10. I am aware that my problems/recommendations 
> are 
> mainly for the LibreOffice developers, however, some comments could also be 
> included in the BLFS Book.
> 
> The ./configure process went completly OK. No problems at all were reported.
> 
> First of all, this system asks for a very nice volume of RAM on the PC:
> my first compiling try ended with the error:
> quote
> -----------------
> ......
> [build CXX] sc/source/ui/docshell/docsh2.cxx
> g++: interner Compiler-Fehler: Getötet (Programm cc1plus)
> Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;
> bearbeiten Sie die Quellen zunächst mit einem Präprozessor, wenn es
> dienlich ist.
> Siehe <http://gcc.gnu.org/bugs.html> für nähere Anweisungen.
> /sources_BLFS/libreoffice-4.3.2.2/solenv/gbuild/LinkTarget.mk:183: recipe for 
> target 
> '/sources_BLFS/libreoffice-4.3.2.2/workdir/CxxObject/sc/source/ui/docshell/docfunc.o'
>  
> failed
> make[1]: *** 
> [/sources_BLFS/libreoffice-4.3.2.2/workdir/CxxObject/sc/source/ui/docshell/docfunc.o]
>  
> Error 4
> make[1]: *** Deleting file 
> '/sources_BLFS/libreoffice-4.3.2.2/workdir/CxxObject/sc/source/ui/docshell/docfunc.o'
> make[1]: *** Warte auf noch nicht beendete Prozesse...
> Makefile:224: recipe for target 'build' failed
> make: *** [build] Error 2
> ----------------
> unquote
> 
> Translation: internal compiler error: killed ( program cc1plus )
> Google said, this is due to a lack of RAM ( my box has 2 GB )
> 
> I got this error message after 4 hours of make !
> 
> I fixed (?) this problem by adding 2 GB of swap partition, not building 
> anymore with -j2 ( I have two processors ) and using only a black console to 
> avoid unnecessary RAM load, I did not start KDE.
> 
> The result, after 6 hours of compilation ( !! )  was:
> quote
> -------------------
> ld LOC] libreoffice
> [build CUT] vcl_app_test
> DynamicLibraryManagerException: "Failed to load dynamic library: 
> /sources_BLFS/libreoffice-4.3.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so
> libgraphite2.so.3: cannot open shared object file: No such file or directory"

Is Graphite2 installed? If so, perhaps a ldconfig is in order if it was
recently installed. If it's not installed, then you will need to remove
the --with-system-graphite switch from autogen.sh.

Regards,
Wayne
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to