[Libvirt-announce] Entering freeze for libvirt-1.1.0

Since Dan pushed the fine grained ACL control patches, this release really ought to be 1.1.0, I just tagged it in git and pushed tarball and rpms to the server: ftp://libvirt.org/libvirt/ I know that Laine has still a patch set to push, now it seems they all got ACK'ed so better get them in for rc2, which I will probably push on thursday. Then if everything looks fine we can have the final release on Monday. I gave it my usual user test, on Fedora, seems to work fine from my limited perspective. I just had to push the attached patch as a build breaker otherwise make rpm would wail because the polkit API definitions would not be packaged. Probably worth a double checking by Dan for correctness. Thanks in advance for feedback on the candidate release, Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

I have just tagged the release candidate 2 in git and sent a tarball to the usual place (rpms are coming): ftp://libvirt.org/libvirt/ This includes the end of the patch set from Laine, and hopefully it won't require too many other patches. I tried it and it doesn't look obviously broken to me, please give it a try too, especially for portability :-) If all goes well the final release should be next Monday ! thanks ! Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On 27/06/2013, at 5:01 PM, Daniel Veillard wrote:
I have just tagged the release candidate 2 in git and sent a tarball to the usual place (rpms are coming): ftp://libvirt.org/libvirt/
Sorry for the delay, only just now remembered to test this. :) Compilation is failing on OSX 10.7 x64 with: ************************************************************** CC libvirt_util_la-virnetdevveth.lo CC libvirt_util_la-virnetdevvlan.lo CC libvirt_util_la-virnetdevvportprofile.lo CC libvirt_util_la-virnetlink.lo CC libvirt_util_la-virnodesuspend.lo CC libvirt_util_la-virnuma.lo util/virnetdevtap.c:315:26: error: use of undeclared identifier 'IF_MAXUNIT' for (i = 0; i <= IF_MAXUNIT; i++) { ^ 1 error generated. make[3]: *** [libvirt_util_la-virnetdevtap.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ************************************************************** There doesn't seem to be a definition for IF_MAXUNIT on OSX (10.7 anyway): $ grep -ri IF_MAXUNIT /usr/include/ $ Interestingly, it's also not on a RHEL 6.4 box locally here either: $ grep -ri "IF_MAXUNIT" /usr/include/ $ Though, it's possible that box is missing required devel packages for libvirt. (unsure) Googling shows IF_MAXUNIT in context of FreeBSD stuff. Not sure of the right approach here. eg exclude compiling this on OSX, or alternatively make-it-work on OSX. Hope that helps. :) + Justin -- Open Source and Standards @ Red Hat twitter.com/realjustinclift
participants (2)
-
Daniel Veillard
-
Justin Clift