Package: util-linux
Version: 2.35.2-6
Severity: important
Tags: ftbfs, patch

Hello,

I addition to the issue #963625, util-linux currently FTBFS on non-linux
because write is not getting enabled. The attached patch fixes this.

Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 
'proposed-updates'), (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

Kernel: Linux 5.7.0-1-amd64 (SMP w/8 CPU cores)
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=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages util-linux depends on:
ii  libaudit1      1:2.8.5-3+b1
ii  libblkid1      2.35.2-6
ii  libc6          2.30-8
ii  libcap-ng0     0.7.9-2.2
ii  libcrypt1      1:4.4.16-1
ii  libmount1      2.35.2-6
ii  libpam0g       1.3.1-5
ii  libselinux1    3.0-1+b3
ii  libsmartcols1  2.35.2-6
ii  libsystemd0    245.6-1
ii  libtinfo6      6.2-1
ii  libudev1       245.6-1
ii  libuuid1       2.35.2-6
ii  login          1:4.8.1-1
ii  zlib1g         1:1.2.11.dfsg-2

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools          4.1-2
ii  kbd                 2.0.4-4
ii  util-linux-locales  2.35.2-6

-- Configuration Files:
/etc/default/hwclock changed [not included]

-- no debconf information

-- 
Samuel
<y> ça gaze ?
<l> prout
 -+- #ens-mim - ouvrez les fenêtres ! -+-
--- debian/rules.original       2020-07-06 17:29:34.000000000 +0000
+++ debian/rules        2020-07-06 17:29:38.000000000 +0000
@@ -8,7 +8,6 @@
 CONFOPTS += --with-selinux
 CONFOPTS += --with-smack
 CONFOPTS += --enable-partx
-CONFOPTS += --enable-write
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
        CONFOPTS += --without-systemd --without-udev --without-audit
 else
@@ -16,6 +15,8 @@
 endif
 endif
 
+CONFOPTS += --enable-write
+
 # build static versions of programs used in fdisk-udeb and util-linux-udeb
 CONFOPTS += --enable-static-programs=fdisk,sfdisk,blkid
 

Reply via email to