Bug#1078002: tar: Please disable 2038 on hurd-i386
Package: tar
Version: 1.35+dfsg-3
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?
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 tar depends on:
ii libacl1 2.3.2-2
ii libc6 2.39-6
ii libselinux1 3.5-2+b3
tar recommends no packages.
Versions of packages tar suggests:
ii bzip2 1.0.8-5.1
ii ncompress 5.0-2
pn tar-doc <none>
pn tar-scripts <none>
ii xz-utils 5.6.2-2
-- no debconf information
--
Samuel
#ifndef I_WISH_WORLD_WERE_PERFECT
/* It is not :-( All the routers (except for Linux) return only
...
-+- linux/net/ipv4/ipip.c -+-
--- debian/rules.original 2024-08-05 20:11:02.000000000 +0200
+++ debian/rules 2024-08-05 20:11:15.000000000 +0200
@@ -5,6 +5,10 @@
export DEB_BUILD_MAINT_OPTIONS = future=+lfs
export DEB_CFLAGS_MAINT_APPEND = -Wall -Wno-analyzer-null-argument
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+ Y2038 = --disable-year2038
+endif
+
%:
dh $@
@@ -18,7 +22,8 @@
--libexecdir=/usr/sbin \
--enable-backup-scripts \
--with-lzma=xz \
- --disable-silent-rules
+ --disable-silent-rules \
+ $(Y2038)
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
Reply to: