[Bug 266262] editors/libreoffice: 7.4.0.3 fails to start Draw, Impress

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 14 Sep 2022 11:35:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266262

Maksim E. Kozlov <maksim.e.kozlov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maksim.e.kozlov@gmail.com

--- Comment #9 from Maksim E. Kozlov <maksim.e.kozlov@gmail.com> ---
Hi. I have had the same problem and I have tried to resolve it exactly as russo
described above (exclude that I have 13.1-RELEASE-p2). The result was exactly
the same - without success. But eventually I resolved it... in non optimal way,
to put it mildly. May be this info will be helpfull for the problem analising.

So, I rebuilt and reinstalled all  ports which provide libs from the list of:
> ldd /usr/local/lib/libreoffice/program/libsdlo.so
excluding libs provided by base system.

I did that offhand by "one line script":
# PORTS=$(ldd /usr/local/lib/libreoffice/program/libsdlo.so | awk '{print $3}'
| while read line; do pkg which "$line" | awk '{printf $NF}'; echo " "; done);
echo $PORTS | portmaster -dB $(sed -e 's/database//g')

In my case it was reinstalled 52 ports. Draw and Impress launch crrectly now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.