Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2022 13:19:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 266262] editors/libreoffice: 7.4.0.3 fails to start Draw, Impress
Message-ID:  <bug-266262-25061-guCxf9PgAR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266262-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266262-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266262

--- 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=3D$(ldd /usr/local/lib/libreoffice/program/libsdlo.so | awk '{print=
 $3}'
| while read line; do pkg which "$line" | awk '{printf $NF}'; echo " "; don=
e);
PKG=3D$(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=20
boost-libs-1.80.0=20
brotli-1.0.9,1=20
cairo-1.17.4_1,3=20
cups-2.4.2=20
curl-7.85.0=20
dbus-1.14.0,1=20
expat-2.4.8=20
fontconfig-2.14.0,1=20
freetype2-2.12.1_2=20
gettext-runtime-0.21=20
glib-2.72.3,2=20
gmp-6.2.1=20
gnutls-3.7.7=20
graphite2-1.3.14=20
harfbuzz-5.1.0=20
harfbuzz-icu-5.1.0=20
icu-71.1,1=20
jbigkit-2.1_1=20
jpeg-turbo-2.1.4=20
lcms2-2.13.1=20
libdeflate-1.13=20
libepoxy-1.5.9=20
libffi-3.4.2=20
libglvnd-1.4.0_2=20
libiconv-1.17=20
libidn2-2.3.3=20
liblangtag-0.6.4=20
libltdl-2.4.7=20
libnghttp2-1.48.0=20
liborcus-0.17.2_2=20
libpsl-0.21.1_4=20
libreoffice-7.4.0.3=20
libssh2-1.10.0,3=20
libtasn1-4.18.0=20
libunistring-1.0=20
libX11-1.7.2,1=20
libXau-1.0.9=20
libxcb-1.15=20
libXdmcp-1.1.3=20
libXext-1.3.4,1=20
libxml2-2.10.2=20
libXrender-0.9.10_2=20
libxslt-1.1.37=20
nettle-3.8.1=20
nspr-4.34.1=20
nss-3.82=20
openjpeg-2.5.0=20
p11-kit-0.24.1_1=20
pcre-8.45_1=20
pixman-0.40.0_1=20
png-1.6.37_1=20
tiff-4.4.0=20
webp-1.2.4=20
xmlsec1-1.2.34=20
zstd-1.5.2_1=20

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266262-25061-guCxf9PgAR>