On 14/11/2024 11:55 am, Andreas Metzler wrote:
Control: tags -1 moreinfo
On 2024-11-14 Arno Griffioen <a...@nl-ix.net> wrote:
Package: libwraster6
Version: 0.96.0-3
Severity: normal
X-Debbugs-Cc: a...@nl-ix.net
Dear Maintainer,
After upgrading to libwraster 0.96.0-3 which depends/uses
libmagicwand7-q.16-10, wmaker no longer starts because this library has a
version mismatch issue.
From .xsession-errors: /usr/libexec/WindowMaker/wmaker: /lib/x86_64-linux-
gnu/libMagickWand-7.Q16.so.10: version `VERS_10.0' not found (required by
/lib/x86_64-linux-gnu/libwraster.so.6)
Using readelf on /lib/x86_64-linux-gnu/libMagickWand-7.Q16.so.10, it shows this
library to be VERS_10.2, not 10.0 as required by libwraster.so.6
As a workaround, reverting to libwraster 0.96.0-2 and libmagickcore6 returns
wmaker to a functional state again.
[...]
Hello Arno,
what version of libMagickWand have you got installed?
On a clean sid system I have:
(sid)root@argenau:/# dpkg -s libwraster6 libmagickwand-7.q16-10 | grep -E
'^Pack|^Dep|^Version:|^$'
Package: libwraster6
Version: 0.96.0-3
Depends: libc6 (>= 2.38), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), libmagickwand-7.q16-10
(>= 8:7.1.1.21), libpng16-16t64 (>= 1.6.2), libtiff6 (>= 4.0.3), libwebp7 (>= 1.4.0),
libx11-6, libxext6, libxmu6 (>= 2:1.1.3), libxpm4
Package: libmagickwand-7.q16-10
Version: 8:7.1.1.39+dfsg1-2
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 4.9),
libmagickcore-7.q16-10 (>= 8:7.1.1.33), libx11-6, imagemagick-7-common (>= 8:7.0.0~)
(sid)ametzler@argenau:~$ md5sum /lib/x86_64-linux-gnu/libMagickWand-7.Q16.so.10
/lib/x86_64-linux-gnu/libwraster.so.6
6f75a46505cac72fa61dd766a5167e15
/lib/x86_64-linux-gnu/libMagickWand-7.Q16.so.10
7a602abf1143fe804f283606bf569c5d /lib/x86_64-linux-gnu/libwraster.so.6
Wow.. Do I feel stupid... :(
8:7.1.1.40+dmo-1 on my system.. Originated from the deb-multimedia
repositories.
Was debugging some issue and tried the latest (packaged) imagemagick
I could find.
Purged these and replaced with the 8:7.1.1.39 versions from sid and
that's all working OK.
So 'self-inflicted' issue. Again, apologies for that. Should have
checked beforehand.
Kind regards,
Arno Griffioen