Package: coreutils
Version: 9.4-3.1
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

With the hurd-amd64 port coming up, we do not plan to introduce a 32bit
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?

Thanks,
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 coreutils depends on:
ii  libacl1      2.3.2-2
ii  libattr1     1:2.5.2-1
ii  libc6        2.39-6
ii  libgmp10     2:6.3.0+dfsg-2+b1
ii  libselinux1  3.5-2+b3
ii  libssl3t64   3.2.2-1

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information

-- 
Samuel
<y> le y est un animal discret se logeant facilement dans un terminal
*** c has changed the topic on channel #ens-mim to ne pas jeter de cacahuetes 
aux ys, svp
 -+- #ens-mim - n'oubliez pas le guide -+-
--- debian/rules.original       2024-08-05 19:52:05.000000000 +0200
+++ debian/rules        2024-08-05 19:52:40.000000000 +0200
@@ -13,13 +13,17 @@
   DEB_CFLAGS_MAINT_APPEND += -mieee
 endif
 
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+  Y2038 = --disable-year2038
+endif
+
 BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir \
        mknod mv pwd readlink rm rmdir vdir sleep stty sync touch true uname \
        mktemp
 d=debian/coreutils
 
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-install-program=arch 
--with-openssl=auto-gpl-compat
+       dh_auto_configure -- --enable-install-program=arch 
--with-openssl=auto-gpl-compat $(Y2038)
 
 %:
        dh $@ --with autoreconf

Reply via email to