On Thu, Dec 05, 2013 at 07:35:43PM +0400, Michael Tokarev wrote: > Source: libvirt > Version: 1.1.4-2 > Severity: minor > > When trying to build libvirt on older debian (wheezy), some required > dependencies are not checked. For example: > > checking for LIBNL... no > configure: error: libnl-devel >= 1.1 is required for macvtap support > > so it looks like the package should have versioned build-dependency > on libnl-dev as stated on $subject.
It doesn't need libnl-devel since it's using libnl-3-dev. I think the issue is rather that on wheezy netcf is linked against libnl1 instead of libnl3 and therefore it's incorrectly falling back to libnl-1. So the dependencies need only to be changed for the backport (see the bpo/wheezy branch in git). Cheers, -- Guido > > Thanks, > > /mjt > > _______________________________________________ > Pkg-libvirt-maintainers mailing list > pkg-libvirt-maintain...@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-libvirt-maintainers > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org