Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2022 01:55:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 266920] editors/libreoffice Libreoffice (7.4.1.2) Draw fails to start and returns error, Impress does not start
Message-ID:  <bug-266920-25061-TTGnPf60V0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266920-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266920-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=3D266920

--- Comment #6 from Graham Perrin <grahamperrin@freebsd.org> ---
A variation on Dima Panov's command in comment #4:=20

PORTS=3D$(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 | pkg query '%o %v' $(sed -e 's/database//g') | sort | uniq >
/tmp/comment-6.txt && cd /tmp ; ls -hl comment*

Goskin: if you have not already forced an upgrade of packages, please run t=
he
command above (in sh), then attach the resulting file:=20

    comment-6.txt

--=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-266920-25061-TTGnPf60V0>