Your message dated Wed, 16 Mar 2022 10:21:33 +0000
with message-id <e1nuqmb-00022q...@fasolo.debian.org>
and subject line Bug#1006300: fixed in libvirt 8.1.0-1
has caused the Debian Bug report #1006300,
regarding src:libvirt: libvirt should no longer build the 
libvirt-daemon-driver-xen package on i386
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 ow...@bugs.debian.org
immediately.)


-- 
1006300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvirt
Version: 8.0.0-1
Severity: normal
Tags: patch

Hi,

Starting with version 4.16, the xen package in Debian stopped building xen on
the i386 architecture. We only realized shortly after uploading to unstable
that this change also affects the packages that depend on us.

One step to clean this up now is to adjust libvirt accordingly and stop
building the libvirt-daemon-driver-xen package on i386.
Attached is a patch that does this by removing i386 from ARCHES_XEN as well as
adjusting package dependencies. Please review and apply the patch.

If you have any questions feel free to ask on #debian-xen or on the
pkg-xen-de...@lists.alioth.debian.org list.

Thanks,
Maxi
diff -Nru libvirt-8.0.0/debian/changelog libvirt-8.0.0/debian/changelog
--- libvirt-8.0.0/debian/changelog	2022-01-22 19:22:57.000000000 +0100
+++ libvirt-8.0.0/debian/changelog	2022-02-21 23:13:01.000000000 +0100
@@ -1,3 +1,11 @@
+libvirt (8.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove i386 from ARCHES_XEN. Starting with xen version 4.16, xen is no
+    longer built on the i386 architecture in Debian.
+
+ -- Maximilian Engelhardt <m...@daemonizer.de>  Mon, 21 Feb 2022 23:13:01 +0100
+
 libvirt (8.0.0-1) unstable; urgency=medium
 
   * [a26cc81] New upstream version 8.0.0
diff -Nru libvirt-8.0.0/debian/control libvirt-8.0.0/debian/control
--- libvirt-8.0.0/debian/control	2022-01-22 19:22:57.000000000 +0100
+++ libvirt-8.0.0/debian/control	2022-02-20 23:35:29.000000000 +0100
@@ -45,7 +45,7 @@
  libtirpc-dev,
  libudev-dev [linux-any],
  libwireshark-dev,
- libxen-dev [amd64 arm64 armhf i386],
+ libxen-dev [amd64 arm64 armhf],
  libxml2-dev,
  libxml2-utils,
  libyajl-dev,
@@ -221,7 +221,7 @@
 
 Package: libvirt-daemon-driver-xen
 Section: admin
-Architecture: amd64 arm64 armhf i386
+Architecture: amd64 arm64 armhf
 Multi-Arch: no
 Depends:
  libvirt-daemon (= ${binary:Version}),
@@ -474,7 +474,7 @@
 Multi-Arch: same
 Depends:
  libvirt0 (= ${binary:Version}),
- libxen-dev [i386 amd64 armhf arm64],
+ libxen-dev [amd64 armhf arm64],
  ${misc:Depends},
 Recommends:
  pkg-config,
diff -Nru libvirt-8.0.0/debian/rules libvirt-8.0.0/debian/rules
--- libvirt-8.0.0/debian/rules	2022-01-22 19:22:57.000000000 +0100
+++ libvirt-8.0.0/debian/rules	2022-02-20 23:38:09.000000000 +0100
@@ -16,7 +16,7 @@
 include /usr/share/dpkg/buildflags.mk
 
 ARCHES_LXC  = alpha amd64 arm64 armel armhf hppa i386 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
-ARCHES_XEN  = amd64 arm64 armhf i386
+ARCHES_XEN  = amd64 arm64 armhf
 ARCHES_VBOX = amd64 i386
 
 ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 8.1.0-1
Done: Andrea Bolognani <e...@kiyuko.org>

We believe that the bug you reported is fixed in the latest version of
libvirt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1006...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrea Bolognani <e...@kiyuko.org> (supplier of updated libvirt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 15 Mar 2022 23:53:49 +0100
Source: libvirt
Architecture: source
Version: 8.1.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<pkg-libvirt-maintain...@lists.alioth.debian.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Closes: 1006300 1006324
Changes:
 libvirt (8.1.0-1) experimental; urgency=medium
 .
   [ Andrea Bolognani ]
   * [224b64e] New upstream version 8.1.0
   * [06dea7a] patches: Drop backports
   * [9f3a2e6] patches: Add backport/qemu-segmentation-fault-[...].patch
     - Fixes a regression introduced in 8.1.0
   * [70e6209] control: Drop build dependency on dnsmasq-base
     - Availability is only checked at runtime
 .
   [ Martin Pitt ]
   * [171a675] apparmor: Fix QEMU access for UEFI variable files
     - QEMU needs to read, write and lock the NVRAM *.fd files with
       UEFI firmware
     - Closes: #1006324
     - LP: #1962035
 .
   [ Maximilian Engelhardt ]
   * [a06d5e5] control: Drop i386 from Xen arches
     - Starting with version 4.16, Xen is no longer built on the i386
       architecture in Debian
     - Thanks to Diederik de Haas for helping get this fix merged
     - Closes: #1006300
Checksums-Sha1:
 044f676399103e44dbbaa4ee0cc3b5110d9d502a 5351 libvirt_8.1.0-1.dsc
 9968025c8492220a81eb021eca16bd19053955bb 8881608 libvirt_8.1.0.orig.tar.xz
 a84c0ddcbaac6af5e2c920b268f18cff0b6a1707 833 libvirt_8.1.0.orig.tar.xz.asc
 bba93c4430d998e43eb8e508154b1e36e2722362 81152 libvirt_8.1.0-1.debian.tar.xz
 10d0b52dd2ab83c457a759a63b4eec45d725aaae 13904 libvirt_8.1.0-1_source.buildinfo
Checksums-Sha256:
 30b755aab059332590fce1ec269bcbdb4da6ab89e612f66c65d5f1a256af1f05 5351 
libvirt_8.1.0-1.dsc
 3c6c43becffeb34a3f397c616206aa69a893ff8bf5e8208393c84e8e75352934 8881608 
libvirt_8.1.0.orig.tar.xz
 aa593de0722b87fbcf1c21f575b1a49643023767186b9fdbb70a026ace0a1c4a 833 
libvirt_8.1.0.orig.tar.xz.asc
 7fa8c6100b2cee7b061e87d81b602fab4d300c05c797bb04664dd1b669c6b204 81152 
libvirt_8.1.0-1.debian.tar.xz
 be72e1e923d8f82809c5314b6dfb337e6e6ebd736feac2f7c313aeaa905fab46 13904 
libvirt_8.1.0-1_source.buildinfo
Files:
 b5ecf1fcddcbf31e2db74d8b1ad3d975 5351 libs optional libvirt_8.1.0-1.dsc
 db2ab9f064a611dbeea3156cf26a2ed1 8881608 libs optional 
libvirt_8.1.0.orig.tar.xz
 4471697fdef7c60f7428f0d354c1d7cd 833 libs optional 
libvirt_8.1.0.orig.tar.xz.asc
 1fa73a4a0e6ce124ba557389a057c376 81152 libs optional 
libvirt_8.1.0-1.debian.tar.xz
 b63db3095660d7e46dd4fbadf78544f8 13904 libs optional 
libvirt_8.1.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEO48t9niVypx3EjLf954fxUKFg6wFAmIxskAPHGVvZkBraXl1
a28ub3JnAAoJEPeeH8VChYOsNBkP/3WQgtIAUtkZQjU1lxBUaWW3ASb7EU1V/y9N
piducSvPysLvwfaByqbZ6GrdF1aHwZL757ymZimTkuR3WK/uxPJ+368APxOnHUV+
lkGpgRU9zTmipNdDBmwFu8+VUKlUdOsFd2nOmTAZx3HPBUOnOrxeISispTDFDz1X
BWbQG36bueTw0QGBHmAhqCKPsZTAotbwWeVhcCcghPrYcVymYxqEhvgqHr7GxLcP
Dn82lzk1o1LgtdWgROmJ6jvlo1x4yWmeUal3EQXOAoJVMgVUnAUZEvqKOsM5xk/F
tRINJeaz20MUAd04VKGZLm99BuVpJJbucYm3Spuj7UpgGogfjsmrEM3/XKZHVhCd
GuqgWGvIQl/SvSP9UQVsYxGeJOPW081X7Fn9YM0gfK77Uy9/ZXO1eyqp2RNsSL6b
IgUKPL8xObaka8NZRNxF4QAicOvHkGz0zH427g5cPmlyp33EeJ12uqf7Lr5srsRB
unom2rcqRb26jWUM+HJQXPfqduJXHbr6467IQwxomSmzoEdBVQWIdkbz9SSziTe5
D5sbsKKcYqxzvoexYv1OpbwWzCFf7Mpxb8NaruPmV51rqi6UpC6E744Bu8V05Kxp
1UmCjjMUZ0rkSL59Uh0clYjX/b72PHSOkggPsqZ5sJD6t8o+qkkdBs67CqT2dooz
pKnDMFYQ
=xFDM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to