[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#968548: marked as done (buster-pu: package s390-tools/2.3.0-2~deb10u1)



Your message dated Sat, 26 Sep 2020 11:36:30 +0100
with message-id <d50ba4de424290cd2840a09ef19950156fcf51ab.camel@adam-barratt.org.uk>
and subject line Closing bugs for fixes included in 10.6 point release
has caused the Debian Bug report #968548,
regarding buster-pu: package s390-tools/2.3.0-2~deb10u1
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 owner@bugs.debian.org
immediately.)


-- 
968548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968548
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: pu
Tags: buster
Severity: important
X-Debbugs-Cc: debian-s390@lists.debian.org

debootstrap fails to install Debian buster on s390x because of a
multi-arch "perl:any" dependency it fails to parse (bug #960265). This
update to s390-tools hardcodes the dependency on "perl" without that,
which should make the installation possible again. I already validated
that this fixed the issue on unstable and I could successfully install
it using debian-installer.

The fix is this one-liner. Debdiff attached. This should be fixed in the
package rather than debootstrap for now as debootstrap fixes are harder
to distribute.

> diff -Nru s390-tools-2.3.0/debian/control s390-tools-2.3.0/debian/control
> --- s390-tools-2.3.0/debian/control	2018-02-04 19:29:22.000000000 +0100
> +++ s390-tools-2.3.0/debian/control	2020-08-16 16:35:52.000000000 +0200
> @@ -9,7 +9,7 @@
>  
>  Package: s390-tools
>  Architecture: s390x
> -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, gawk
> +Depends: ${shlibs:Depends}, ${misc:Depends}, perl, gawk
>  Recommends: sg3-utils
>  Description: Set of fundamental utilities for Linux on S/390
>   The package contains:

My assumption is that this is not fixable through -updates but requires
a point release to be properly fixed.

Kind regards and thanks
Philipp Kern
diff -Nru s390-tools-2.3.0/debian/changelog s390-tools-2.3.0/debian/changelog
--- s390-tools-2.3.0/debian/changelog	2018-02-04 19:29:22.000000000 +0100
+++ s390-tools-2.3.0/debian/changelog	2020-08-17 10:04:45.000000000 +0200
@@ -1,3 +1,17 @@
+s390-tools (2.3.0-2~deb10u1) buster; urgency=medium
+
+  * Upload debootstrap fix to Debian stable.
+
+ -- Philipp Kern <pkern@debian.org>  Mon, 17 Aug 2020 10:04:45 +0200
+
+s390-tools (2.3.0-2) unstable; urgency=medium
+
+  * Hardcode perl dependency instead of using ${perl:Depends}.
+    The latter introduces a multi-arch dependency (perl:any) that the
+    base installation environment cannot cope with.
+
+ -- Philipp Kern <pkern@debian.org>  Sun, 16 Aug 2020 10:36:02 -0400
+
 s390-tools (2.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru s390-tools-2.3.0/debian/control s390-tools-2.3.0/debian/control
--- s390-tools-2.3.0/debian/control	2018-02-04 19:29:22.000000000 +0100
+++ s390-tools-2.3.0/debian/control	2020-08-16 16:35:52.000000000 +0200
@@ -9,7 +9,7 @@
 
 Package: s390-tools
 Architecture: s390x
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, gawk
+Depends: ${shlibs:Depends}, ${misc:Depends}, perl, gawk
 Recommends: sg3-utils
 Description: Set of fundamental utilities for Linux on S/390
  The package contains:

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.6

Hi,

Each of these bugs relates to an update that was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: