https://bugs.documentfoundation.org/show_bug.cgi?id=172341

--- Comment #20 from [email protected] ---
After running some additional tests:
24.8.2.1 on FreeBSD 14.4 -> works well
24.8.4.2 on FreeBSD 14.4 -> works well
24.8.7.2 on FreeBSD 14.4 -> works well
25.2.0.3 on FreeBSD 14.4 -> error
25.2.+   on FreeBSD 14.4 -> error
26.+     on FreeBSD 14.4 -> error

Info below might help someone.
On FreeBSD, the older LibreOffice versions has a dependency issue (in
autoconfigure) with missing required libboost_system.so library when building
against recent versions of the boost-libs installed on system. Since boost-libs
version 1.69, the libboost_system.so has become obsolete. All of its
functionality has been moved to the other boost-libs files, as far as we know.
However, the developers have kept the libboost_system.so library as an empty
(header-only) '.so' stub file until 1.89-ish version (it was still present in
1.85 as dummy lib).
As a workaround, we have decided to recreate an empty library as follows:

echo "" | clang -x c - -shared -o /usr/local/lib/libboost_system.so.1.89.0
cd /usr/local/lib
ln -sf libboost_system.so.1.89.0 libboost_system.so
ln -sf libboost_system.so.1.89.0 libboost_system.so.1
ln -sf libboost_system.so.1.89.0 libboost_system.so.1.89

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to