Bug#1004183: gnutls28 FTCBFS: python3 dependency not installable

Helmut Grohne helmut at subdivi.de
Sat Jan 22 10:09:36 GMT 2022


Source: gnutls28
Version: 3.7.3-3
Severity: important
Justification: gnutls28 is relevant for architecture bootstrap
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability
User: helmutg at debian.org
Usertags: rebootstrap

gnutls28 fails to cross build from source, because the new build
dependency on the host architecture python3 interpreter cannot be
installed. I think you meant to use the build architecture one. Please
consider applying the attached patch.

Working around this in rebootstrap is easy, so there is not particular
urgency from my side.

Helmut
-------------- next part --------------
diff --minimal -Nru gnutls28-3.7.3/debian/changelog gnutls28-3.7.3/debian/changelog
--- gnutls28-3.7.3/debian/changelog	2022-01-22 07:45:00.000000000 +0100
+++ gnutls28-3.7.3/debian/changelog	2022-01-22 10:36:50.000000000 +0100
@@ -1,3 +1,10 @@
+gnutls28 (3.7.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python3 dependency with :any. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sat, 22 Jan 2022 10:36:50 +0100
+
 gnutls28 (3.7.3-3) unstable; urgency=low
 
   * Fix CI errors:
diff --minimal -Nru gnutls28-3.7.3/debian/control gnutls28-3.7.3/debian/control
--- gnutls28-3.7.3/debian/control	2022-01-20 18:04:06.000000000 +0100
+++ gnutls28-3.7.3/debian/control	2022-01-22 10:36:49.000000000 +0100
@@ -28,7 +28,7 @@
  nettle-dev (>= 3.6),
  openssl <!nocheck>,
  pkg-config,
- python3,
+ python3:any,
  softhsm2 <!nocheck>,
 Build-Depends-Indep:
  gtk-doc-tools,


More information about the Pkg-gnutls-maint mailing list