Package: util-linux
Version: 2.42.2-1
Severity: important
Tags: patch
Hello,
There are a couple issues with the hurd build. The attached patch fixes
them by just fixing configuration options, could you apply it?
Thanks,
Samuel
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500,
'proposed-updates'), (500, 'oldstable-debug'), (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 7.0.10+deb14-amd64 (SMP w/22 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.42.1-3
ii libc6 2.42-16
ii libcap-ng0 0.9.3-1
ii libcrypt1 1:4.5.1-1+b1
ii libmount1 2.42.1-3
ii libpam-modules 1.7.0-6
ii libpam-runtime 1.7.0-6
ii libpam0g 1.7.0-6
ii libselinux1 3.10-1
ii libsmartcols1 2.42.1-3
ii libsystemd0 260.1-1
ii libtinfo6 6.6+20251231-1+b1
ii libudev1 260.1-1
ii libuuid1 2.42.1-3
Versions of packages util-linux recommends:
ii sensible-utils 0.0.26
Versions of packages util-linux suggests:
ii dosfstools 4.2-1.2
ii kbd 2.9.0-1
ii util-linux-extra 2.42.1-3
ii util-linux-locales 2.42.1-3
ii wtmpdb 0.75.0-6
-- no debconf information
--
Samuel
> et sinon, quand on s'interesse a un media que l'on ne maitrise pas,
> on essaye de le comprendre d'abord.
(Suivi par l'intégralité du message initial de 45 lignes.)
-+-BM in : GNU - La maîtrise est un long apprentissage petit scarabé -+-
--- debian/rules.original 2026-06-25 08:03:22.000000000 +0000
+++ debian/rules 2026-06-25 08:31:33.000000000 +0000
@@ -40,7 +40,7 @@
CONFOPTS += --disable-write
# build static versions of programs used in fdisk-udeb and util-linux-udeb
-CONFOPTS_UDEB += --enable-eject --enable-fallocate --enable-fdisks
--enable-blkid
+CONFOPTS_UDEB += --enable-fdisks --enable-blkid
CONFOPTS_UDEB += --enable-static-programs=fdisk,sfdisk,blkid
# Disable libsystemd usage
CONFOPTS_UDEB += --disable-libmount-udev-support
@@ -66,6 +66,11 @@
ifeq ($(DEB_HOST_ARCH),hurd-i386)
# hurd porters plan to drop 32bit before 2038
CONFOPTS += --disable-year2038
+ CONFOPTS_UDEB += --disable-year2038
+endif
+
+ifneq ($(DEB_HOST_ARCH_OS),hurd)
+ CONFOPTS_UDEB += --enable-eject --enable-fallocate
endif
# hardening