On 07/30/17 14:52, Laurence Tratt wrote:
> With a snapshot from yesterday and fully updated packages (following
> Stuart's suggestion), libreoffice dies as follows:
>
> $ soffice
> Warning: failed to launch javaldx - java may not function correctly
> soffice.bin:/usr/local/lib/libicuuc.so.13.0: /usr/local/lib/libicudata.so.13.0 : WARNING: symbol(icudt58_dat) size mismatch, relink your program
> soffice.bin:/usr/local/lib/libreoffice/program/libvclplug_gtklo.so: undefined symbol '__cxa_thread_atexit'
> ld.so: soffice.bin: lazy binding failed!
>
> A quick grep suggests that maybe it's picking up the wrong C++ lib?
>
> $ grep -r __cxa_thread_atex /usr/local/lib
> Binary file /usr/local/lib/libestdc++.so.17.1 matches
> Binary file /usr/local/lib/libesupc++.a matches
> Binary file /usr/local/lib/libreoffice/program/libvclplug_gtk3lo.so matches
> Binary file /usr/local/lib/libreoffice/program/libvclplug_gtklo.so matches
> Binary file /usr/local/lib/libestdc++.a matches
> Binary file /usr/local/lib/libclangCodeGen.a matches
> $ grep -r __cxa_thread_atex /usr/lib
> $
>
> I've tried rebuilding libreoffice from source (I forgot how long that
> takes...) but that hasn't changed anything.
>
> Perhaps inevitably, abiword currently segfaults on load (but it's so long
> since I used it that I have no idea how long it might have been broken for).
>
>
> Laurie
>
If LANG is set abiword fails...
$ abiword
Abort trap (core dumped)
Try this
$ env LANG= abiword
$
I also get flickering with abiword, abiword falling over has been a
problem for a long time.
This is on a machine that hasn't been updated yet with clang built packages.
No comments:
Post a Comment