libvirt's build-dependencies are uninstallable on current sid:
-----------------
The following packages have unmet dependencies:
libssh2-1-dev : Depends: libgcrypt20-dev but it is not going to be installed
E: Build-dependencies for libvirt could not be satisfied.
-----------------
Please update to libgnutls28-dev / libgcrypt20-dev.
Just FYI I just uploaded to debian-ports arm64 unreleased with the attatched
debdiff as this was blocking stuff there. I took the approach of using 4.8
explicitly to avoid any problems with 4.9
No intent to NMU in debian proper, I presume a maintainer upload of libvirt
will follow now that gcc-4.9 has been fixed (which afaict happened while
preperation of my arm64 unreleased uploaded was in progress).
diff -Nru libvirt-1.2.4/debian/changelog libvirt-1.2.4/debian/changelog
--- libvirt-1.2.4/debian/changelog 2014-05-10 20:24:20.000000000 +0000
+++ libvirt-1.2.4/debian/changelog 2014-07-11 23:00:49.000000000 +0000
@@ -1,3 +1,12 @@
+libvirt (1.2.4-3+arm64) unreleased; urgency=medium
+
+ * Change build-dependency to libgnutls28-dev and libgcrypt20-dev to avoid
+ build-dependency conflict (Closes: 753121)
+ * Use gcc 4.8 as apparently 4.9 has problems with this package
+ (see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753121#10)
+
+ -- Peter Michael Green <plugw...@debian.org> Fri, 11 Jul 2014 22:31:23 +0000
+
libvirt (1.2.4-3) unstable; urgency=medium
* [b0b7359] Don't pretend kFreeBSD supports linux only features. So far we
diff -Nru libvirt-1.2.4/debian/control libvirt-1.2.4/debian/control
--- libvirt-1.2.4/debian/control 2014-05-10 13:38:31.000000000 +0000
+++ libvirt-1.2.4/debian/control 2014-07-11 23:00:29.000000000 +0000
@@ -10,8 +10,8 @@
libncurses5-dev,
libreadline-dev,
zlib1g-dev,
- libgcrypt11-dev,
- libgnutls-dev,
+ libgcrypt20-dev,
+ libgnutls28-dev,
libavahi-client-dev,
libsasl2-dev,
libxen-dev (>= 4.3) [i386 amd64],
@@ -59,6 +59,7 @@
ebtables [linux-any],
iptables [linux-any],
qemu-utils [linux-any],
+ gcc-4.8, g++-4.8
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt.git
diff -Nru libvirt-1.2.4/debian/rules libvirt-1.2.4/debian/rules
--- libvirt-1.2.4/debian/rules 2014-05-10 20:22:44.000000000 +0000
+++ libvirt-1.2.4/debian/rules 2014-07-11 22:30:33.000000000 +0000
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+export CC=gcc-4.8
+export CXX=g++-4.8
+
ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
WITH_XEN = --with-xen