package: debirf tags: patch Hi,
"debirf make minimal" cause dependency error as below (from debootstrap.log) > Setting up util-linux (2.32-0.1) ... > update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in > auto mode > /var/lib/dpkg/info/util-linux.postinst: 15: > /var/lib/dpkg/info/util-linux.postinst: update-rc.d: not found > > dpkg: error processing package util-linux (--configure): > installed util-linux package post-installation script subprocess returned > error exit status 1 > Setting up libpam-modules-bin (1.1.8-3.7) ... > Setting up libpam-modules:amd64 (1.1.8-3.7) ... > Setting up libpam-runtime (1.1.8-3.7) ... > Setting up passwd (1:4.5-1) ... > Shadow passwords are now on. > Setting up login (1:4.5-1) ... > Setting up adduser (3.117) ... > Setting up apt (1.6.1) ... > /var/lib/dpkg/info/apt.postinst: 85: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > /var/lib/dpkg/info/apt.postinst: 88: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > /var/lib/dpkg/info/apt.postinst: 95: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > /var/lib/dpkg/info/apt.postinst: 102: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > /var/lib/dpkg/info/apt.postinst: 105: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > /var/lib/dpkg/info/apt.postinst: 112: /var/lib/dpkg/info/apt.postinst: > deb-systemd-helper: not found > dpkg: sysvinit-utils: dependency problems, but configuring anyway as you > requested: > sysvinit-utils depends on init-system-helpers (>= 1.25~); however: > Package init-system-helpers is not installed. > sysvinit-utils depends on util-linux (>> 2.28-2~); however: > Package util-linux is not configured yet. > > Setting up sysvinit-utils (2.88dsf-59.10) ... > dpkg: mount: dependency problems, but configuring anyway as you requested: > > mount depends on util-linux (>= 2.29.2-3~); however: > Package util-linux is not configured yet. > > Setting up mount (2.32-0.1) ... > Processing triggers for libc-bin (2.27-3) ... > Errors were encountered while processing: > util-linux Here's a proposal patch. (Note: this patch fix dependency error but another error still occurs). >From b6618e1d13ffaeb1e9a162c08f95b0f47b751c53 Mon Sep 17 00:00:00 2001 From: Hideki Yamane <[email protected]> Date: Sun, 24 Jun 2018 23:14:10 +0900 Subject: [PATCH] fix dependency error --- src/packages | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages b/src/packages index a2d4000..29fce55 100644 --- a/src/packages +++ b/src/packages @@ -9,7 +9,6 @@ -bsdmainutils -cron -ed --init-system-helpers -ifupdown -info -isc-dhcp-client -- 2.18.0

