Your message dated Fri, 04 Dec 2015 18:28:46 +0000
with message-id <[email protected]>
and subject line Bug#806064: fixed in libvirt 1.3.0~rc1-1
has caused the Debian Bug report #806064,
regarding libvirt: FTBFS when built with dpkg-buildpackage -A (No such file or
directory)
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.)
--
806064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806064
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libvirt
Version: 1.2.21-1
User: [email protected]
Usertags: binary-indep
Severity: important
Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:
--------------------------------------------------------------------------------
[...]
fakeroot debian/rules binary-indep
dh binary-indep --builddirectory=/<<PKGBUILDDIR>>/debian/build --parallel
--with autoreconf
dh_testroot -i -O--builddirectory=/<<PKGBUILDDIR>>/debian/build -O--parallel
dh_prep -i -O--builddirectory=/<<PKGBUILDDIR>>/debian/build -O--parallel
dh_auto_install -i -O--builddirectory=/<<PKGBUILDDIR>>/debian/build
-O--parallel
make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>/debian/build'
Making install in .
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/build'
make[3]: Entering directory '/<<PKGBUILDDIR>>/debian/build'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libvirt.pc libvirt-qemu.pc libvirt-lxc.pc
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/pkgconfig'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
Making install in gnulib/lib
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/build/gnulib/lib'
make install-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/debian/build/gnulib/lib'
make[4]: Entering directory '/<<PKGBUILDDIR>>/debian/build/gnulib/lib'
if test yes = no; then \
case 'linux-gnu' in \
[... snipped ...]
debian/libvirt-daemon-system.libvirt-guests.init
cp tools/libvirt-guests.sysconf \
debian/libvirt-daemon-system.libvirt-guests.default
# Add our backward compat polkit rule
cp debian/polkit/60-libvirt.pkla \
debian/libvirt-daemon-system/var/lib/polkit-1/localauthority/10-vendor.d/
cp: cannot create regular file
'debian/libvirt-daemon-system/var/lib/polkit-1/localauthority/10-vendor.d/': No
such file or directory
debian/rules:148: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:132: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit
status 2
--------------------------------------------------------------------------------
Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:
* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.
* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.
After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).
Thanks.
--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 1.3.0~rc1-1
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 04 Dec 2015 17:12:53 +0100
Source: libvirt
Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-system
libvirt0 libvirt0-dbg libvirt-doc libvirt-dev libvirt-sanlock
Architecture: source all
Version: 1.3.0~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
libvirt-bin - programs for the libvirt library
libvirt-clients - programs for the libvirt library
libvirt-daemon - programs for the libvirt library
libvirt-daemon-system - Libvirt daemon configuration files
libvirt-dev - development files for the libvirt library
libvirt-doc - documentation for the libvirt library
libvirt-sanlock - library for interfacing with different virtualization systems
libvirt0 - library for interfacing with different virtualization systems
libvirt0-dbg - library for interfacing with different virtualization systems
Closes: 806064
Changes:
libvirt (1.3.0~rc1-1) experimental; urgency=medium
.
* [ae8211f] New upstream version 1.3.0~rc1
* [2721bee] Run build-tests with libvirt-dev only to make sure we have
everything in the dev packages
* [f4cbf4a] Drop patches applied upstream:
Disable-service-timeout-for-libvirt-guests.patch
qemu-Handle-default-IDE-controller-on-other-machine-types.patch
* [bf1a167] Bump symbol versions
* [f8eb83b] Create dir for doc generation and depend on xsltproc for it
* [9d46b57] Don't ship virt-admin yet, it's still in development upstream
* [71d0f8b] Ship virtlogd
* [02cd930] Override dh_install-arch instead of dh_install (Closes: #806064)
Checksums-Sha1:
832ffd23554983329f3d08bf2fb42461199c1f7d 3753 libvirt_1.3.0~rc1-1.dsc
6d3940813034e78fd3537e245a02ce468abaa664 30075200 libvirt_1.3.0~rc1.orig.tar.gz
5ac6aecfcbd0da8187aea287c34caf781d9ec822 51800
libvirt_1.3.0~rc1-1.debian.tar.xz
509dc6d26869321206e980a8f514297dce8f40a6 1354072
libvirt-doc_1.3.0~rc1-1_all.deb
Checksums-Sha256:
c985b4c0dbffded17a85f55b7fc7d4a2a9400965f5ce74335b9b4b654d0cb5ae 3753
libvirt_1.3.0~rc1-1.dsc
f972c00b627e263d01ebfa998c508d80131ac14f1f3d3b4be430d090eb71317a 30075200
libvirt_1.3.0~rc1.orig.tar.gz
41c5ff20604da73a28307135a5bee98edc55c23464afa00f7557e8d0d66a73a0 51800
libvirt_1.3.0~rc1-1.debian.tar.xz
a336215a50d0ad417a5ce93e4af03d6362f43d76f66857306b6affd5ef3b093d 1354072
libvirt-doc_1.3.0~rc1-1_all.deb
Files:
c929d8dc765e416f4e1862f539dfeaa0 3753 libs optional libvirt_1.3.0~rc1-1.dsc
b7e7e4df68b6847f8a5446e90dd87d26 30075200 libs optional
libvirt_1.3.0~rc1.orig.tar.gz
efbdb00c58dee6b63db2321961757f87 51800 libs optional
libvirt_1.3.0~rc1-1.debian.tar.xz
14d0dea33367673ad1730e72377fb6d0 1354072 doc optional
libvirt-doc_1.3.0~rc1-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIVAwUBVmHMmge4t7DqmBILAQgDrBAAqLC4VXrvwhxb/kmGBab9f/WQdQZ5WzMg
MFAsDyCG8Sm76SsZaTHSvNuKdjObYgwB7D2A8yhW+HdmXqAlHeL1WT96QFxJAiBB
GiXYQDVdPJWLqVL5LDxoBjz8ltcpB9qq7RCsDPmHpy/g9tK/hxSHcGAz7hLM50LT
W/GvN/jkAqDtSAo0LBqmwVCHl2/ua7WelRnwu6eW0yHB6KBo6KEBSfjsoo8i5e7+
5ZdR9b/lcKBel9s4RA8uJDclN5FKrR1Ho+JkNmd0ErDP+bpLp9JbzCU4OxA+4dno
toctBXiNeJBPCoQCly8+iiAhKOFBLh0hJ5ksikYYM9qW+hK9wO3IbpgYfeotKLxb
HJ6O9s9IcWs/75g5jXfuugbCLPFlv5+01oCzkeG8X0l/O+kUlXvk+aJRR3OUGR+Q
QAHlUU4Um115ETM2bPw9x2TKoFXblcOpRaI7QB3a/7iT0IqZrSc7pwYT42+VpT+f
ZqIACyEpObffLGvnfU6WkaY/tHU/f52S9kMVcVdvfR/DOb46I6mZnGbM99M1I+Q3
PLS5/Mm594DJ+ebMtu9THP7kEly97TB/6WVb4CZ6D/GVAEEecI0PoXJ71yz/G0CK
ujNt4MJ7Poqx7p3k3EKAhriTTEjQ8DWlAAGyQe1pDzkrJaKHberirt9zRp/etpGv
tu9VKeJa59o=
=asNZ
-----END PGP SIGNATURE-----
--- End Message ---