Package: util-linux
Version: 2.40.1-1
Severity: important
Tags: patch

Hello,

With the incoming hurd-amd64 support, we don't plan to support hurd-i386
beyond 2038, so we don't plan to bother about y2k issues there, thus
fixing the FTBFS

https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=hurd-i386&ver=2.40.1-4&stamp=1717104811&raw=0

configure: error: could not enable timestamps after mid-January 2038.
This package recommends support for these later
timestamps. However, to proceed with signed 32-bit
time_t even though it will fail then, configure with
'--disable-year2038'.


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.0 (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 util-linux depends on:
ii  libblkid1      2.40.1-1
ii  libc6          2.38-11
ii  libcap-ng0     0.8.5-1
ii  libcrypt1      1:4.4.36-4
ii  libmount1      2.40.1-1
ii  libpam0g       1.5.3-7
ii  libselinux1    3.5-2+b2
ii  libsmartcols1  2.40.1-1
ii  libsystemd0    255.5-1
ii  libtinfo6      6.5-2
ii  libudev1       255.5-1
ii  libuuid1       2.40.1-1

Versions of packages util-linux recommends:
ii  sensible-utils  0.0.22

Versions of packages util-linux suggests:
ii  dosfstools          4.2-1.1
ii  kbd                 2.6.4-2
ii  util-linux-extra    2.40.1-1
ii  util-linux-locales  2.40.1-1

-- no debconf information

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/rules.original       2024-06-02 14:26:40.000000000 +0000
+++ debian/rules        2024-06-02 14:27:16.000000000 +0000
@@ -24,6 +24,11 @@
 endif
 endif
 
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+# we don't plan to keep the 32bit support beyond 2038
+       CONFOPTS += --disable-year2038
+endif
+
 
 CONFOPTS += --enable-write
 

Reply via email to