Your message dated Tue, 28 May 2024 14:50:55 +0000
with message-id <[email protected]>
and subject line Bug#1069779: Removed package(s) from unstable
has caused the Debian Bug report #902285,
regarding [patch] debirf: removing init-system-helpers cause error with "debirf
make minimal"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
902285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902285
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.38+rm
Dear submitter,
as the package debirf has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1069779
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---