Your message dated Tue, 3 Feb 2026 11:11:14 +0100
with message-id <[email protected]>
and subject line Re: Bug#1126856: nmu: jbig2enc_0.30-1
has caused the Debian Bug report #1126856,
regarding nmu: jbig2enc_0.30-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1126856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected], [email protected],
[email protected]
Control: affects -1 + src:jbig2enc
User: [email protected]
Usertags: binnmu, pu
nmu jbig2enc_0.30-1 . ANY . trixie . -m "Rebuild against libleptonica6"
jbig2 in Trixie is linked against liblept.so.5 which does not exist any more.
More info in bug #1120305
The binnmu package will need to be included in s-p-u to fix Trixie.
--- End Message ---
--- Begin Message ---
On 02/02/2026 20:28, Daniel Lange wrote:
Hi Adrian,
Am 02.02.26 um 19:22 schrieb Adrian Bunk:
The package in trixie works for me and looks fine to me.
Are you able to reproduce it?
Yes, I had the same issue as #1120305 before I fixed it recompiling
jbig2 locally.
If you are not able to, ask the submitter for complete ldd output.
(My guess would be a libjbig2enc.so.0 in /usr/local/lib.)
@Wolf-Dieter: Can you provide the full ldd output please?
Mine looks like this (as I had a locally compiled jbig2 on Bookworm before):
$ lddtree /usr/bin/jbig2
/usr/bin/jbig2 (interpreter => /lib64/ld-linux-x86-64.so.2)
libjbig2enc.so.0 => /usr/local/lib/libjbig2enc.so.0
^^^^^
You have a locally installed (and outdated) library in /usr/local, as Adrian
guessed. Since /usr/local is listed before /usr/lib{,$triplet} in
LD_LIBRARY_PATH, that is being picked before the packaged libjbig2enc.so.0 from
/usr/lib/$triplet, which has:
emilio@kamino:~$ objdump -x /usr/lib/x86_64-linux-gnu/libjbig2enc.so.0 | grep
NEEDED
NEEDED libleptonica.so.6
NEEDED libstdc++.so.6
NEEDED libm.so.6
NEEDED libc.so.6
NEEDED libgcc_s.so.1
I'm thus closing this bug.
Cheers,
Emilio
liblept.so.5 => None
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
libleptonica.so.6 => /lib/x86_64-linux-gnu/libleptonica.so.6
libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16
libjpeg.so.62 => /lib/x86_64-linux-gnu/libjpeg.so.62
libgif.so.7 => /lib/x86_64-linux-gnu/libgif.so.7
libtiff.so.6 => /lib/x86_64-linux-gnu/libtiff.so.6
libzstd.so.1 => /lib/x86_64-linux-gnu/libzstd.so.1
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5
libLerc.so.4 => /lib/x86_64-linux-gnu/libLerc.so.4
libjbig.so.0 => /lib/x86_64-linux-gnu/libjbig.so.0
libdeflate.so.0 => /lib/x86_64-linux-gnu/libdeflate.so.0
libwebp.so.7 => /lib/x86_64-linux-gnu/libwebp.so.7
libsharpyuv.so.0 => /lib/x86_64-linux-gnu/libsharpyuv.so.0
libwebpmux.so.3 => /lib/x86_64-linux-gnu/libwebpmux.so.3
libopenjp2.so.7 => /lib/x86_64-linux-gnu/libopenjp2.so.7
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
So your suspicion might be correct!
Best regards,
Daniel
--- End Message ---