Your message dated Tue, 06 Aug 2024 11:50:04 +0000
with message-id <[email protected]>
and subject line Bug#1078004: fixed in man-db 2.12.1-3
has caused the Debian Bug report #1078004,
regarding man-db: Please disable 2038 on hurd-i386
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.)


-- 
1078004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078004
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: man-db
Version: 2.12.1-2
Severity: important
Tags: patch

Hello,

With the hurd-amd64 port coming up, we do not plan to introduce a 64bit
time interface to hurd-i386, so could you please apply the attached
patch to disable requiring it until we completely replace hurd-i386 with
hurd-amd64?

Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), 
(500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.9.8-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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 man-db depends on:
ii  bsdextrautils           2.40.2-1
ii  bsdmainutils            12.1.8
ii  cdebconf [debconf-2.0]  0.272
ii  debconf [debconf-2.0]   1.5.87
ii  groff-base              1.23.0-5
ii  libc6                   2.39-6
ii  libgdbm6t64             1.23-6
ii  libpipeline1            1.5.7-2
ii  libseccomp2             2.5.5-1+b1
ii  zlib1g                  1:1.3.dfsg+really1.3.1-1

man-db recommends no packages.

Versions of packages man-db suggests:
ii  apparmor                   3.1.7-1+b1
ii  chromium [www-browser]     126.0.6478.126-1~deb13u1
ii  dillo [www-browser]        3.0.5-7+b3
ii  edbrowse [www-browser]     3.8.9-6
ii  elinks [www-browser]       0.17.0-2
ii  firefox [www-browser]      128.0.3-2
ii  firefox-esr [www-browser]  115.13.0esr-2
ii  groff                      1.23.0-5
ii  konqueror [www-browser]    4:22.12.3-2+b3
ii  less                       643-1
ii  links [www-browser]        2.29-1+b3
ii  links2 [www-browser]       2.29-1+b3
ii  lynx [www-browser]         2.9.2-1
ii  w3m [www-browser]          0.5.3+git20230121-2+b3

-- debconf information:
* man-db/install-setuid: false
* man-db/auto-update: true

-- 
Samuel
    if (argc > 1 && strcmp(argv[1], "-advice") == 0) {
        printf("Don't Panic!\n");
        exit(42);
    }
        -- Arnold Robbins in the LJ of February '95, describing RCS
--- debian/rules.original       2024-08-05 20:19:15.000000000 +0200
+++ debian/rules        2024-08-05 20:19:47.000000000 +0200
@@ -10,6 +10,10 @@
 # Use DT_RUNPATH rather than DT_RPATH, so that LD_LIBRARY_PATH works properly.
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--enable-new-dtags
 
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+  Y2038 = --disable-year2038
+endif
+
 override_dh_autoreconf:
        dh_autoreconf ./bootstrap -- \
                --gnulib-srcdir=/usr/share/gnulib --no-git --skip-po
@@ -28,7 +32,8 @@
                    --with-compress=compress --with-bzip2=bzip2 \
                    --with-xz=xz --with-lzip=lzip --with-lzma=lzma \
                    --with-zstd=zstd \
-                   --with-sections='1 n l 8 3 0 2 3type 3posix 3pm 3perl 3am 5 
4 9 6 7'
+                   --with-sections='1 n l 8 3 0 2 3type 3posix 3pm 3perl 3am 5 
4 9 6 7' \
+                   $(Y2038)
 
 override_dh_auto_test:
        VERBOSE=1 dh_auto_test

--- End Message ---
--- Begin Message ---
Source: man-db
Source-Version: 2.12.1-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
man-db, 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.
Colin Watson <[email protected]> (supplier of updated man-db 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: SHA256

Format: 1.8
Date: Tue, 06 Aug 2024 12:28:02 +0100
Source: man-db
Architecture: source
Version: 2.12.1-3
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1078004
Changes:
 man-db (2.12.1-3) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Apply X-Style: black.
   * Drop obsolete "Replaces: nlsutils" (added in 1997!).
   * Remove dh_auto_test override, redundant as of debhelper 9.20160306
     (thanks, Niels Thykier).
 .
   [ Samuel Thibault ]
   * Disable Y2038 support on hurd-i386 (closes: #1078004).
Checksums-Sha1:
 165ceceba94c72e9ffcc3834f54f76b2532f0f91 2495 man-db_2.12.1-3.dsc
 ccc03176c9ecb8096fd6d2f18ffa3a36170459c6 75104 man-db_2.12.1-3.debian.tar.xz
Checksums-Sha256:
 8504bfd96f4f73deb05415f327d133d9acd1753b4b33b0254c46cf3fccf38fb3 2495 
man-db_2.12.1-3.dsc
 37bb5a1643772b476564a43b3107f36ebea28d3bcda314cb13362fb3e43c7118 75104 
man-db_2.12.1-3.debian.tar.xz
Files:
 381c5ff12eb4529f58964e6970a37c65 2495 doc important man-db_2.12.1-3.dsc
 3d6a5e2a97ac10abf1021a5869760d76 75104 doc important 
man-db_2.12.1-3.debian.tar.xz

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

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmayCPoACgkQOTWH2X2G
UAukXBAAi0ggcLAZ8fnI06+hlIDf57VzvCvp82lFUgYE+a+EYzrAPD2D5dgLD/A1
nx7ZvQrGdraVSSld/dQpI2V6PqI638++0lA5xAo2Ckh4v9aTA9s6l2NyhTbSEkDk
SNKWN4rVbwhz/qQZVWq45a4lhcT4luAVgKs4ipVkJWhPsNmrwvZlH80qvO3Ll3Gh
YvlLao8KuS7B/4PjiDib6bMqP+eY5jRJA20sMHxNhezsV3wG/hsuzaawIVIVMphw
PvbinQzwiE0jFM95bBVjuAlh1bJnzWPexr1TLFkut6h/+xZRHsA+8joFIV+UPi9c
S6EIW/aN5cWFpHfZnWRQR08cjALwCKu1Gznz3Xyr6bggAZHT4qITEKIc57jirCq3
9Oj+lxTLyF5rOFnxHnlOXjHmKnfJ006rPE8C+sfHW59q9oSrqMdjgzagqA39TnNk
Tus2sGmRD3qAoYqtJB5wvfRnKlxysbJNCl7rQr+OE1iQZ7KToaXWBNdSPVAcU2tJ
K4XzNl2cuoYKAWfpRYBCRXEy1Bkr9wGZaDG/SFg+dXP/QGjqDJXDHNhy8CQIqVR2
1ENoO/gbLZfV1eAdE8BvcYytMQJNXbM97MevyLRTNi6BEdsJvq/5P/LsbNtbYJAF
9kSW7IVjW0hrw1d0VoTihp/2LOrOkHBmd1neWzIPL89CLiLD/Xo=
=CkMl
-----END PGP SIGNATURE-----

Attachment: pgpeEoE4UImfF.pgp
Description: PGP signature


--- End Message ---

Reply via email to