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

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

--- Comment #10 from Roman <n.diablo.n.f@list.ru> ---
(In reply to Maksim E. Kozlov from comment #9)

I repeated what Maksim did, only changing his script a little. And it really
helped.

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);
PKG=$(echo "$PORTS" | sed -e 's/database//g' | sort -u); pkg install -f $PKG

Packages that have been re-downloaded and reinstalled:
avahi-app-0.8 
boost-libs-1.80.0 
brotli-1.0.9,1 
cairo-1.17.4_1,3 
cups-2.4.2 
curl-7.85.0 
dbus-1.14.0,1 
expat-2.4.8 
fontconfig-2.14.0,1 
freetype2-2.12.1_2 
gettext-runtime-0.21 
glib-2.72.3,2 
gmp-6.2.1 
gnutls-3.7.7 
graphite2-1.3.14 
harfbuzz-5.1.0 
harfbuzz-icu-5.1.0 
icu-71.1,1 
jbigkit-2.1_1 
jpeg-turbo-2.1.4 
lcms2-2.13.1 
libdeflate-1.13 
libepoxy-1.5.9 
libffi-3.4.2 
libglvnd-1.4.0_2 
libiconv-1.17 
libidn2-2.3.3 
liblangtag-0.6.4 
libltdl-2.4.7 
libnghttp2-1.48.0 
liborcus-0.17.2_2 
libpsl-0.21.1_4 
libreoffice-7.4.0.3 
libssh2-1.10.0,3 
libtasn1-4.18.0 
libunistring-1.0 
libX11-1.7.2,1 
libXau-1.0.9 
libxcb-1.15 
libXdmcp-1.1.3 
libXext-1.3.4,1 
libxml2-2.10.2 
libXrender-0.9.10_2 
libxslt-1.1.37 
nettle-3.8.1 
nspr-4.34.1 
nss-3.82 
openjpeg-2.5.0 
p11-kit-0.24.1_1 
pcre-8.45_1 
pixman-0.40.0_1 
png-1.6.37_1 
tiff-4.4.0 
webp-1.2.4 
xmlsec1-1.2.34 
zstd-1.5.2_1 

Probably worth reinstalling one at a time to find the culprit.

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