Your message dated Fri, 26 Sep 2025 10:04:48 +0000
with message-id <[email protected]>
and subject line Bug#1085181: fixed in libcaca 0.99.beta20-6
has caused the Debian Bug report #1085181,
regarding libcaca0: libgl_plugin.so.0.0.0 from libcaca0 from Debian Bookworm 
depends on non-existent libglut.so.3
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.)


-- 
1085181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085181
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcaca0
Version: 0.99.beta20-3
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

I installed package libcaca0 on recent Debian Bookworm using "apt install 
libcaca0".
I received version 0.99.beta20-3.
This is an actual version for Debian Bookworm according to 
https://packages.debian.org/bookworm/libcaca0.
Then I tried to see dependencies of library 
/usr/lib/x86_64-linux-gnu/caca/libgl_plugin.so.0.0.0:
```
vagrant@bookworm:/usr/lib/x86_64-linux-gnu/caca$ ldd libgl_plugin.so.0.0.0
        linux-vdso.so.1 (0x00007ffc168bc000)
        libcaca.so.0 => /lib/x86_64-linux-gnu/libcaca.so.0 (0x00007fb8f9b38000)
        libGL.so.1 => not found
        libGLU.so.1 => not found
        libglut.so.3 => not found
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb8f9957000)
        libslang.so.2 => /lib/x86_64-linux-gnu/libslang.so.2 
(0x00007fb8f9400000)
        libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 
(0x00007fb8f991b000)
        libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 
(0x00007fb8f98e8000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb8f98e3000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb8f98c4000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb8f9c0e000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb8f97e5000)
```

It is possible to notice dependency on libglut.so.3.
But there is no such file in Debian Bookworm:
https://packages.debian.org/search?mode=exactfilename&suite=bookworm&section=all&arch=any&searchon=contents&keywords=libglut.so.3

It is possible to find libglut.so in libglut-dev package:
https://packages.debian.org/search?mode=exactfilename&suite=bookworm&section=all&arch=any&searchon=contents&keywords=libglut.so

Or libglut.so.3.12.0 or libglut.so.3.12 in libglut3.12 package:
https://packages.debian.org/search?mode=exactfilename&suite=bookworm&section=all&arch=any&searchon=contents&keywords=libglut.so.3.12.0

But there is no libglut.so.3 in Debian Bookworm at all.

Maybe it is necessary to rebuild source package libcaca with recent libglut 
packages as build deps?

Or maybe it is necessary to include in libglut3.12 new symbolic link 
/usr/lib/<ARCH_TRIPLEX>/libglut.so.3 pointing to 
/usr/lib/<ARCH_TRIPLEX>/libglut.so.3.12.0, as existing symbolic link 
libglut.so.3.12 do?

I saw described problem in Debian Bookworm amd64 and i386.

-- System Information:
Debian Release: 12.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-25-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libcaca0 depends on:
ii  libc6         2.36-9+deb12u8
ii  libncursesw6  6.4-4
ii  libslang2     2.3.3-3
ii  libstdc++6    12.2.0-14
ii  libtinfo6     6.4-4
ii  zlib1g        1:1.2.13.dfsg-1

libcaca0 recommends no packages.

libcaca0 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libcaca
Source-Version: 0.99.beta20-6
Done: Sebastian Ramacher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcaca, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <[email protected]> (supplier of updated libcaca package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 26 Sep 2025 11:39:56 +0200
Source: libcaca
Architecture: source
Version: 0.99.beta20-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 754546 1017948 1085181
Changes:
 libcaca (0.99.beta20-6) unstable; urgency=medium
 .
   * debian/control: Bump Standards-Version
   * debian/:
     - Disable slang backend due to libslang2 being GPL-licensed (Closes: 
#754546)
     - Generate Recommends for dependencies of plugins (Closes: #1085181)
   * debian/patches: Fix FTCBFS (Closes: #1017948)
     Thanks to Helmut Grohne
Checksums-Sha1:
 b1a08d72c73a76f55d0216b473eda20d1730be05 1708 libcaca_0.99.beta20-6.dsc
 1efafce3d18f3be052f0e25dbc74746b5e07427b 11128 
libcaca_0.99.beta20-6.debian.tar.xz
 3ce1dc8a6a6a816f270a3dc3d27d992fee71482d 6479 
libcaca_0.99.beta20-6_source.buildinfo
Checksums-Sha256:
 abd0f7308af9cf9962a255d78355412327ca80cadf6722a927ca685d2efb4c9b 1708 
libcaca_0.99.beta20-6.dsc
 99fe3a888afbc8d618244285b33f23d98604b700a37053849f8fd89a907f0fbe 11128 
libcaca_0.99.beta20-6.debian.tar.xz
 d5e1bfdd71f552fcc2997c9acbc73e46e2054f811e8e10b37028304efd96b7df 6479 
libcaca_0.99.beta20-6_source.buildinfo
Files:
 2a10bad294b74deb3ea7197b06fc41f9 1708 libs optional libcaca_0.99.beta20-6.dsc
 280ade43ab440a279fd642036383a47a 11128 libs optional 
libcaca_0.99.beta20-6.debian.tar.xz
 c8a382c6945ec3560e6daa2b7bc14a0a 6479 libs optional 
libcaca_0.99.beta20-6_source.buildinfo


-----BEGIN PGP SIGNATURE-----

wr0EARYKAG8FgmjWYs0JECGTazZgD82JRxQAAAAAAB4AIHNhbHRAbm90YXRpb25z
LnNlcXVvaWEtcGdwLm9yZ58pazcdhyW7PqV5at3m1TFvpCQHs+iuHnPMBMcTk+Y/
FiEEQmJ+hB2ZZ9qD4fqQIZNrNmAPzYkAAPzgAQDVE21O7H3qNocHhDq/CHU6zL9r
uyStruSYn/7wGgUkgQD+JDEJCA+MqNAKSS4r1k98bDNRBTCWyeTtJTYdGLgZggA=
=p0zy
-----END PGP SIGNATURE-----

Attachment: pgpQiT5zrNQHd.pgp
Description: PGP signature


--- End Message ---

Reply via email to