Date: Wed, 14 Sep 2022 11:35:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266262] editors/libreoffice: 7.4.0.3 fails to start Draw, Impress Message-ID: <bug-266262-7788-9AQUgDUDBk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266262-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-266262-7788@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 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 r= usso described above (exclude that I have 13.1-RELEASE-p2). The result was exact= ly 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 analisi= ng. So, I rebuilt and reinstalled all ports which provide libs from the list o= f: > ldd /usr/local/lib/libreoffice/program/libsdlo.so excluding libs provided by base system. I did that offhand by "one line 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); echo $PORTS | portmaster -dB $(sed -e 's/database//g') In my case it was reinstalled 52 ports. Draw and Impress launch crrectly no= w. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266262-7788-9AQUgDUDBk>