[Bug 266920] editors/libreoffice Libreoffice (7.4.1.2) Draw fails to start and returns error, Impress does not start
Date: Mon, 10 Oct 2022 01:55:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266920 --- Comment #6 from Graham Perrin <grahamperrin@freebsd.org> --- A variation on Dima Panov's command in comment #4: 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 | 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 the command above (in sh), then attach the resulting file: comment-6.txt -- You are receiving this mail because: You are the assignee for the bug.