Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-02 Thread Guido Günther
On Mon, Oct 31, 2011 at 05:51:55PM +0800, Daniel Veillard wrote: > We are now entering the freeze for libvirt-0.9.7 . > We may make an exception for patch set which got a few round of reviews > though, like Stefan's ones (v4 IIRC), and anything which we know may > need fixing in the API before th

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-02 Thread Eric Blake
On 11/02/2011 12:57 PM, Guido Günther wrote: Built fine on most Debian architectures: https://buildd.debian.org/status/package.php?p=libvirt&suite=experimental The built failure on amd64 is due to virnetsockettest failing with: 5) Socket UNIX Accept... libvir: RPC error : Path /bui

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-02 Thread Stefan Berger
On 11/02/2011 02:57 PM, Guido Günther wrote: On Mon, Oct 31, 2011 at 05:51:55PM +0800, Daniel Veillard wrote: We are now entering the freeze for libvirt-0.9.7 . We may make an exception for patch set which got a few round of reviews though, like Stefan's ones (v4 IIRC), and anything which we

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-02 Thread Guido Günther
On Wed, Nov 02, 2011 at 02:19:07PM -0600, Eric Blake wrote: > On 11/02/2011 12:57 PM, Guido Günther wrote: > >Built fine on most Debian architectures: > > > > > > https://buildd.debian.org/status/package.php?p=libvirt&suite=experimental > > > >The built failure on amd64 is due to virnetsockett

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-02 Thread Eric Blake
On 11/02/2011 02:24 PM, Stefan Berger wrote: @@ -214,6 +219,19 @@ static int testSocketUNIXAccept(const void *data ATTRIBUTE_UNUSED) } } + if (strlen(path) >= sizeof(sun.sun_path)) { + if (!virStrcpy(path, "/tmp/test.sock.XX", sizeof(sun.sun_path))) { + VIR_DEBUG("Unexpected error using virS

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-03 Thread Daniel Veillard
Thanks to everybody who provided feedback and patches on rc1, I have made an rc2 available at ftp://libvirt.org/libvirt/libvirt-0.9.7-rc2.tar.gz there is also the rpms rebuilds for Fedora 14. One think I noted while the rpm was building is the following warnings: CCLD libvirt_test.la *** Wa

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-03 Thread Daniel P. Berrange
On Thu, Nov 03, 2011 at 06:19:25PM +0800, Daniel Veillard wrote: > Thanks to everybody who provided feedback and patches on rc1, > I have made an rc2 available at >ftp://libvirt.org/libvirt/libvirt-0.9.7-rc2.tar.gz > there is also the rpms rebuilds for Fedora 14. > One think I noted while the

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-03 Thread Guido Günther
On Thu, Nov 03, 2011 at 06:19:25PM +0800, Daniel Veillard wrote: > Thanks to everybody who provided feedback and patches on rc1, > I have made an rc2 available at >ftp://libvirt.org/libvirt/libvirt-0.9.7-rc2.tar.gz > there is also the rpms rebuilds for Fedora 14. Builds fine now on Debian:

Re: [libvirt] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-04 Thread Daniel P. Berrange
On Thu, Nov 03, 2011 at 06:19:25PM +0800, Daniel Veillard wrote: > Thanks to everybody who provided feedback and patches on rc1, > I have made an rc2 available at >ftp://libvirt.org/libvirt/libvirt-0.9.7-rc2.tar.gz > there is also the rpms rebuilds for Fedora 14. I've discovered a problem wi