Package: gnome-builder
Version: 41.1-2

gnome-builder does not start and throws the following error message:

$ gnome-builder 
gnome-builder: error while loading shared libraries:
libcmark.so.0.30.1: cannot open shared object file: No such file or
directory

The corresponding library does not exist with this name. However, there
are other versions:

$ find /usr/lib -name "libcmark.*"
/usr/lib/x86_64-linux-gnu/pkgconfig/libcmark.pc
/usr/lib/x86_64-linux-gnu/libcmark.a
/usr/lib/x86_64-linux-gnu/libcmark.so
/usr/lib/x86_64-linux-gnu/libcmark.so.0.30.2

Creating a symlink libcmark.so.0.30.1 -> libcmark.so.0.30.2 works as a
workaround.

I am using Debian Sid on AMD64 with all recent package versions.

Reply via email to