Package: findutils Version: 4.10.0-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? 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 findutils depends on: ii libc6 2.39-6 ii libselinux1 3.5-2+b3 findutils recommends no packages. findutils suggests no packages. -- no debconf information -- Samuel > Subject: pb fvwm95-2 comment l'installer le compiler??? > Merci d'avance je te conseille d'être un peu plus précis dans l'exposé de ton pb... -+- EJ in guide du linuxien pervers :"Les modéros sont sympas !" -+-
--- debian/rules.original 2024-08-05 20:08:00.000000000 +0200 +++ debian/rules 2024-08-05 20:08:28.000000000 +0200 @@ -11,11 +11,15 @@ export MAKEINFO endif +ifeq ($(DEB_HOST_ARCH),hurd-i386) + Y2038 = --disable-year2038 +endif + override_dh_auto_configure: dh_auto_configure --verbose -- \ --localstatedir=/var/cache/locate \ - --enable-d_type-optimisation - + --enable-d_type-optimisation \ + $(Y2038) override_dh_auto_clean: [ ! -f Makefile ] || dh_auto_clean --verbose