15 Jul
2019
15 Jul
'19
11:32 a.m.
On Mon, 15 Jul 2019 13:26:34 +0200 Xavier Colmant <zaz.colmant@free.fr> wrote:
While trying to install librsvg, I got an error about missing file libglib-2.0.la. I forced a rebuild of glib 2.60.3, but it did not correct the problem. libglib-2.0.la is not packaged by glib 2.60.3
glib 2.58.3 from crux34 did contain the file.
Thanks, Xavier
Hi Xavier, please try to rebuild with: prt-cache update -fr \ `for f in $(grep -lr "libglib-2.0.la" /usr/lib/ 2> /dev/null | sed 's|.*/||'); \ do prt-get fsearch $f | grep '^Found in' | sed -e 's|.*/||' -e 's|:$||'; \ done | sort -u | xargs prt-cache isinst | grep -e 'is installed' | awk '{ print $2 }'` -- Tim Biermann