On 28-10-2014 18:14, Dr.-Ing. Edgar Alwers wrote:
> On Monday 27 October 2014 22:53:35 Ken Moffat wrote:
> 
>>  With 4.3.1.2 on my netbook (1GB memory, 4GB swap) the first failure
>> came after 42 hours.
> 
> Thank you very much, Ken, especially for your  link, I understood that I am 
> not alone with this problems. And compared with 42 hours, I do not have too 
> much to complain, and I am learning to be a little more patient.
> 
> Thanks also to Wayne. I had already  installed Graphite2, but I followed your 
> hint and I removed the --with-system-graphite switch from autogen.sh. Well, 
> the result is now different:
> 
> quote
> ---------------------
> [build CUT] editeng_lookuptree
> [build MOD] lingucomponent
> [build CHK] editeng
> /sources_BLFS/libreoffice-4.3.2.2/workdir/CxxObject/svx/source/fmcomp/fmgridif.o:
>  
> In function 
> `FmXGridControl::createPeer(com::sun::star::uno::Reference<com::sun::star::awt::XToolkit>
>  
> const&, com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
> const&)':
> fmgridif.cxx:(.text+0x87dc): undefined reference to `non-virtual thunk to 
> WindowListenerMultiplexer::acquire()'
> fmgridif.cxx:(.text+0x8837): undefined reference to `non-virtual thunk to 
> FocusListenerMultiplexer::acquire()'
> fmgridif.cxx:(.text+0x8892): undefined reference to `non-virtual thunk to 
> KeyListenerMultiplexer::acquire()'
> fmgridif.cxx:(.text+0x88ed): undefined reference to `non-virtual thunk to 
> MouseListenerMultiplexer::acquire()'
> fmgridif.cxx:(.text+0x8948): undefined reference to `non-virtual thunk to 
> MouseMotionListenerMultiplexer::acquire()'
> fmgridif.cxx:(.text+0x89a3): undefined reference to `non-virtual thunk to 
> PaintListenerMultiplexer::acquire()'
> collect2: Fehler: ld gab 1 als Ende-Status zurück

I my case, I had in
libreoffice-4.2.4.2-error-VMWLFS-75eudev-build-no-parallel-2014.06.16-22h16m48s.log

collect2: error: ld returned 1 exit status

> /sources_BLFS/libreoffice-4.3.2.2/svx/Library_svxcore.mk:20: recipe for 
> target 
> '/sources_BLFS/libreoffice-4.3.2.2/instdir/program/libsvxcorelo.so' failed
> make[1]: *** 
> [/sources_BLFS/libreoffice-4.3.2.2/instdir/program/libsvxcorelo.so] Error 1
> Makefile:224: recipe for target 'build' failed
> make: *** [build] Error 2
> ---------------------
> unquote
> 
> This time the "make -j2 build" worked for about 6 hours before crashing ( Am 
> I 
> on the way to the 42 hours ? ;-)   )
> 
> I am so sorry, but I have to ask again for your help, as these messages do 
> not 
> tell me anything. 
> 
>  Perhaps someone with building  experience on this issue  can tell me, if I 
> am 
> on the 25, 50 or 75 % of the building process ? 
> 
> Thank you very much for your comments and help !

I had many problems with LO and a couple of versions fortunately were
done by ĸen.

One problem with me in ssh and Armin (chroot), but not with ĸen, is that
build needs to be in a graphical environment. In my case, the problem is
very similar to the error message in your first message:

{{{
unknown:0:Test::testFdo77229
An uncaught exception of type com.sun.star.uno.RuntimeException
- PresenterCanvas: invalid number of arguments

##Failure Location unknown## : Error
Test name: Test::testFdo77229
An uncaught exception of type com.sun.star.uno.RuntimeException
- PresenterCanvas: invalid number of arguments

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 CPPUNITTRACE="gdb --args"    # for interactive debugging on Linux
export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for
interactive debugging in Visual Studio
export VALGRIND=memcheck            # for memory checking

and retry using: make CppunitTest_cppcanvas_emfplus
}}}






The error in this second message of yours "undefined reference to
acquire" is known since version 4.2.3.3:

https://bugs.freedesktop.org/show_bug.cgi?id=78174

Unfortunately they closed as invalid.

ĸen found a solution in paldo, patch originally from Jürg Billeter, and
produced our libreoffice-4.x.y.z-gcc_4_9_0-1.patch. It is needed for
gcc-4.9.0 or newer.

Are you using the patch?

There is also another patch:

libreoffice-4.3.2.2-boost_1_56_0-1.patch

BTW, I am using

    --with-system-graphite

and

    --with-parallelism=8

but use
     make -j1 build

Hope some of this helps.

-- 
[]s,
Fernando
-- 
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