Your message dated Fri, 24 Jan 2025 18:31:56 +0100
with message-id <[email protected]>
and subject line Re: libseccomp2 in buster-backports breaks man-db in buster
has caused the Debian Bug report #1029627,
regarding libseccomp2 in buster-backports breaks man-db in buster
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.)


-- 
1029627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libseccomp2
Version: 2.5.1-1~bpo10+1
Severity: important

When installing libseccomp2 on a buster system, the man command breaks (or
rather, its use of the /usr/lib/man-db/manconv utility):

  $ man man > /dev/null; echo $?
  man: /usr/lib/man-db/manconv: Bad system call
  man: command exited with status 127: (cd /usr/share/man && 
/usr/lib/man-db/zsoelim) | (cd /usr/share/man && /usr/lib/man-db/manconv -f 
UTF-8:ISO-8859-1 -t UTF-8//IGNORE) | (cd /usr/share/man && preconv -e UTF-8) | 
(cd /usr/share/man && tbl) | (cd /usr/share/man && nroff -mandoc -rLL=195n 
-rLT=195n -Tutf8)
  3

You can work around this issue by setting MAN_DISABLE_SECCOMP=1:

  $ MAN_DISABLE_SECCOMP=1 man man > /dev/null; echo $?
  0

Downgrading libseccomp2 to 2.3.3-4 (current version in buster) makes the issue
go away again.

-- System Information:
Debian Release: 10.13
  APT prefers oldstable
  APT policy: (990, 'oldstable'), (500, 'stable-security'), (500, 
'oldstable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-0.deb10.16-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libseccomp2 depends on:
ii  libc6  2.28-10+deb10u2

libseccomp2 recommends no packages.

libseccomp2 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Wed, 25 Jan 2023 16:30:52 +0000 Martijn Pieters <[email protected]> wrote:
> Package: libseccomp2
> Version: 2.5.1-1~bpo10+1
> Severity: important
>
> When installing libseccomp2 on a buster system, the man command breaks (or
> rather, its use of the /usr/lib/man-db/manconv utility):

Closing as buster is no longer supported.
By now even LTS support expired but note that LTS does not cover backports.

Felix

--- End Message ---

Reply via email to