[libvirt] Entering freeze for libvirt-1.0.1

As planned I have just tagged the tree and pushed a release candidate 1 tarball and assorted rpms to ftp://libvirt.org/libvirt/ If everything goes well, I will push an rc2 on Friday incorporating the various fixes found in the meantime and plan to push the final release early Monday 17. Give it a try, report problems you may hit, 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 12/12/2012, at 3:55 AM, Daniel Veillard wrote:
As planned I have just tagged the tree and pushed a release candidate 1 tarball and assorted rpms to ftp://libvirt.org/libvirt/
If everything goes well, I will push an rc2 on Friday incorporating the various fixes found in the meantime and plan to push the final release early Monday 17.
Give it a try, report problems you may hit,
This is barfing on OSX Lion (10.7.5) with: ************************************************************ CC libvirt_util_la-virkeycode.lo CC libvirt_util_la-virkeyfile.lo util/virinitctl.c:104:1: error: bit-field '_gl_verify_error_if_negative' has negative width (-1) verify(sizeof(struct virInitctlRequest) == 384); ^ ../gnulib/lib/verify.h:241:20: note: expanded from macro 'verify' # define verify(R) _GL_VERIFY (R, "verify (" #R ")") ^ ../gnulib/lib/verify.h:201:9: note: expanded from macro '_GL_VERIFY' [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] ^ ../gnulib/lib/verify.h:166:16: note: expanded from macro '_GL_VERIFY_TRUE' (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) ^ ../gnulib/lib/verify.h:186:28: note: expanded from macro '_GL_VERIFY_TYPE' struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } ^ 1 error generated. make[3]: *** [libvirt_util_la-virinitctl.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... ************************************************************ Using: ************************************************************ $ cc --version Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.2 Thread model: posix ************************************************************ The 1.0.0 release of Libvirt compiles ok, so this is definitely something new. Anyone have ideas? :) + Justin
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/
_______________________________________________ Libvirt-announce mailing list Libvirt-announce@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-announce
-- Aeolus Cloud Evangelist http://www.aeolusproject.org

[dropping libvirt-announce] On 12/12/2012 11:44 AM, Justin Clift wrote:
On 12/12/2012, at 3:55 AM, Daniel Veillard wrote:
As planned I have just tagged the tree and pushed a release candidate 1 tarball and assorted rpms to ftp://libvirt.org/libvirt/
If everything goes well, I will push an rc2 on Friday incorporating the various fixes found in the meantime and plan to push the final release early Monday 17.
Give it a try, report problems you may hit,
This is barfing on OSX Lion (10.7.5) with:
************************************************************ CC libvirt_util_la-virkeycode.lo CC libvirt_util_la-virkeyfile.lo util/virinitctl.c:104:1: error: bit-field '_gl_verify_error_if_negative' has negative width (-1) verify(sizeof(struct virInitctlRequest) == 384); ^
The 1.0.0 release of Libvirt compiles ok, so this is definitely something new.
Anyone have ideas? :)
Yes, and it should be fixed once Roman's patches go in: https://www.redhat.com/archives/libvir-list/2012-December/msg00697.html -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

On 12/12/2012, at 7:50 PM, Eric Blake wrote:
[dropping libvirt-announce]
On 12/12/2012 11:44 AM, Justin Clift wrote:
On 12/12/2012, at 3:55 AM, Daniel Veillard wrote:
As planned I have just tagged the tree and pushed a release candidate 1 tarball and assorted rpms to ftp://libvirt.org/libvirt/
If everything goes well, I will push an rc2 on Friday incorporating the various fixes found in the meantime and plan to push the final release early Monday 17.
Give it a try, report problems you may hit,
This is barfing on OSX Lion (10.7.5) with:
************************************************************ CC libvirt_util_la-virkeycode.lo CC libvirt_util_la-virkeyfile.lo util/virinitctl.c:104:1: error: bit-field '_gl_verify_error_if_negative' has negative width (-1) verify(sizeof(struct virInitctlRequest) == 384); ^
The 1.0.0 release of Libvirt compiles ok, so this is definitely something new.
Anyone have ideas? :)
Yes, and it should be fixed once Roman's patches go in: https://www.redhat.com/archives/libvir-list/2012-December/msg00697.html
Excellent. :) Just took a look at those patches, and I'm kind of wondering if they might be a lead in for libvirt to work with QEMU on OSX. _Apparently_ QEMU does work in some fashion, though I've never actually tried it. Might give it a shot in a bit, see what happens. One can hope. ;> + Justin -- Aeolus Cloud Evangelist http://www.aeolusproject.org

Okay rc2 is tagged in git and I made tarball and rpms available at ftp://libvirt.org/libvirt/ this should fix the portability problem reported by Justin and hopefully we can push the final release on Monday, if there is no big problems reported with rc2, 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 14/12/2012, at 3:14 PM, Daniel Veillard wrote:
Okay rc2 is tagged in git and I made tarball and rpms available at ftp://libvirt.org/libvirt/
this should fix the portability problem reported by Justin and hopefully we can push the final release on Monday, if there is no big problems reported with rc2,
Compiles ok on OSX. Seems to work ok too. + Justin -- Aeolus Cloud Evangelist http://www.aeolusproject.org
participants (3)
-
Daniel Veillard
-
Eric Blake
-
Justin Clift