[libvirt] [PATCH] build: update to latest gnulib

2016-11-14 Thread Eric Blake
In particular, this is a quick gnulib fix for a mingw compile error. * .gnulib: Update to latest. Signed-off-by: Eric Blake --- I'll be pushing this soon, as a fix for a build-breaker. * .gnulib 5ddd9d7...0602cfd (5): > strerror_r-posix: Another fix, for

Re: [libvirt] [PATCH] build: update to latest gnulib

2016-11-14 Thread Pádraig Brady
On 14/11/16 19:51, Eric Blake wrote: > [adding gnulib] > > On 11/14/2016 04:23 AM, Daniel P. Berrange wrote: >> On Sat, Nov 12, 2016 at 02:58:03PM -0600, Eric Blake wrote: >>> In particular, pull in gnulib's fix for the broken SIZE_MAX on s390. > >>> >>> * .gnulib e89b4a7...5ddd9d7 (73): >>> >

Re: [libvirt] [PATCH] build: update to latest gnulib

2016-11-14 Thread Eric Blake
[adding gnulib] On 11/14/2016 04:23 AM, Daniel P. Berrange wrote: > On Sat, Nov 12, 2016 at 02:58:03PM -0600, Eric Blake wrote: >> In particular, pull in gnulib's fix for the broken SIZE_MAX on s390. >> >> * .gnulib e89b4a7...5ddd9d7 (73): >> > strerror_r-posix: Fix override of

Re: [libvirt] [PATCH] build: update to latest gnulib

2016-11-14 Thread Daniel P. Berrange
On Sat, Nov 12, 2016 at 02:58:03PM -0600, Eric Blake wrote: > In particular, pull in gnulib's fix for the broken SIZE_MAX on s390. > > * .gnulib: Update to latest. > * bootstrap: Resync to upstream. > > Signed-off-by: Eric Blake > --- > > A buildbot on an s390 platform was

[libvirt] [PATCH] build: update to latest gnulib

2016-11-12 Thread Eric Blake
In particular, pull in gnulib's fix for the broken SIZE_MAX on s390. * .gnulib: Update to latest. * bootstrap: Resync to upstream. Signed-off-by: Eric Blake --- A buildbot on an s390 platform was complaining: CC util/libvirt_setuid_rpc_client_la-virconf.lo

[libvirt] [PATCH] build: update to latest gnulib, for syntax-check

2013-05-10 Thread Eric Blake
This picks up a fix for a syntax-check weakness mentioned here: https://www.redhat.com/archives/libvir-list/2013-May/msg00811.html * .gnulib: Update to latest, for maint.mk improvement. Signed-off-by: Eric Blake ebl...@redhat.com --- Pushing under the trivial rule. * .gnulib 0f8ddbf...a363f4e

Re: [libvirt] [PATCH] build: update to latest gnulib, for secure tarball

2012-07-27 Thread Eric Blake
On 07/26/2012 07:52 AM, Eric Blake wrote: On 07/26/2012 07:45 AM, Daniel P. Berrange wrote: On Fri, Jul 20, 2012 at 05:39:43PM -0600, Eric Blake wrote: Pick up some build fixes in the latest gnulib. In particular, we want to ensure that official tarballs are secure, but don't want to

Re: [libvirt] [PATCH] build: update to latest gnulib, for secure tarball

2012-07-27 Thread Eric Blake
On 07/27/2012 11:18 AM, Eric Blake wrote: On 07/26/2012 07:52 AM, Eric Blake wrote: On 07/26/2012 07:45 AM, Daniel P. Berrange wrote: On Fri, Jul 20, 2012 at 05:39:43PM -0600, Eric Blake wrote: Pick up some build fixes in the latest gnulib. In particular, we want to ensure that official

Re: [libvirt] [PATCH] build: update to latest gnulib, for secure tarball

2012-07-26 Thread Daniel P. Berrange
On Fri, Jul 20, 2012 at 05:39:43PM -0600, Eric Blake wrote: Pick up some build fixes in the latest gnulib. In particular, we want to ensure that official tarballs are secure, but don't want to penalize people who don't run 'make dist', since fixed automake still hasn't hit common platforms

Re: [libvirt] [PATCH] build: update to latest gnulib, for secure tarball

2012-07-26 Thread Eric Blake
On 07/26/2012 07:45 AM, Daniel P. Berrange wrote: On Fri, Jul 20, 2012 at 05:39:43PM -0600, Eric Blake wrote: Pick up some build fixes in the latest gnulib. In particular, we want to ensure that official tarballs are secure, but don't want to penalize people who don't run 'make dist', since

[libvirt] [PATCH] build: update to latest gnulib, for secure tarball

2012-07-20 Thread Eric Blake
Pick up some build fixes in the latest gnulib. In particular, we want to ensure that official tarballs are secure, but don't want to penalize people who don't run 'make dist', since fixed automake still hasn't hit common platforms like Fedora 17. * .gnulib: Update to latest, for Automake

Re: [libvirt] [PATCH] build: update to latest gnulib

2012-02-29 Thread Laine Stump
On 02/24/2012 07:39 PM, Eric Blake wrote: It's been a while, and we're between releases, so now's as good a time as any to resync. I didn't notice any showstopper bugs being fixed, but we definitely get some improvements, such as tighter syntax checks. I just noticed this hasn't been

Re: [libvirt] [PATCH] build: update to latest gnulib

2012-02-29 Thread Eric Blake
On 02/29/2012 02:50 AM, Laine Stump wrote: On 02/24/2012 07:39 PM, Eric Blake wrote: It's been a while, and we're between releases, so now's as good a time as any to resync. I didn't notice any showstopper bugs being fixed, but we definitely get some improvements, such as tighter syntax

[libvirt] [PATCH] build: update to latest gnulib

2012-02-24 Thread Eric Blake
It's been a while, and we're between releases, so now's as good a time as any to resync. I didn't notice any showstopper bugs being fixed, but we definitely get some improvements, such as tighter syntax checks. * .gnulib: Update to latest. * bootstrap: Resync. * cfg.mk (sc_prohibit_strncmp):

Re: [libvirt] [PATCH] build: update to latest gnulib

2012-01-12 Thread Daniel P. Berrange
On Wed, Jan 11, 2012 at 05:21:12PM -0700, Eric Blake wrote: Pick up recent gnulib improvements. * .gnulib: Update to latest. * bootstrap: Resync. * bootstrap.conf (gnulib_tool_option_extras): Adjust to bootstrap changes. * gnulib/lib/Makefile.am: Likewise. --- I'm not sure that we are

Re: [libvirt] [PATCH] build: update to latest gnulib

2012-01-12 Thread Eric Blake
On 01/12/2012 03:25 AM, Daniel P. Berrange wrote: On Wed, Jan 11, 2012 at 05:21:12PM -0700, Eric Blake wrote: Pick up recent gnulib improvements. * .gnulib: Update to latest. * bootstrap: Resync. * bootstrap.conf (gnulib_tool_option_extras): Adjust to bootstrap changes. *

[libvirt] [PATCH] build: update to latest gnulib

2012-01-11 Thread Eric Blake
Pick up recent gnulib improvements. * .gnulib: Update to latest. * bootstrap: Resync. * bootstrap.conf (gnulib_tool_option_extras): Adjust to bootstrap changes. * gnulib/lib/Makefile.am: Likewise. --- I'm not sure that we are desparate for any of these patches, so much as it's nice to re-sync

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-10-13 Thread Daniel Veillard
On Wed, Oct 12, 2011 at 05:55:16PM -0600, Eric Blake wrote: 358 changes; most probably have no impact on libvirt, but we might as well stay current. * .gnulib: Update to latest. Sure, ACK, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-10-13 Thread Eric Blake
On 10/13/2011 02:56 AM, Daniel Veillard wrote: On Wed, Oct 12, 2011 at 05:55:16PM -0600, Eric Blake wrote: 358 changes; most probably have no impact on libvirt, but we might as well stay current. * .gnulib: Update to latest. Sure, ACK, Thanks; pushed. -- Eric Blake ebl...@redhat.com

[libvirt] [PATCH] build: update to latest gnulib

2011-10-12 Thread Eric Blake
358 changes; most probably have no impact on libvirt, but we might as well stay current. * .gnulib: Update to latest. --- * .gnulib da1717b...2394a60 (358): atanl: Simplify for platforms where 'long double' == 'double'. acosl: Simplify for platforms where 'long double' == 'double'.

[libvirt] [PATCH] build: update to latest gnulib

2011-08-03 Thread Eric Blake
I noticed that with 0.9.4, gnulib ended up replacing pthread_sigmask on glibc, even though glibc's works perfectly fine. It turns out to have been an upstream gnulib bug. * .gnulib: Update to latest, for pthread_sigmask fix. --- This missed the 0.9.4 release; oh well. * .gnulib

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-08-03 Thread Matthias Bolte
2011/8/3 Eric Blake ebl...@redhat.com: I noticed that with 0.9.4, gnulib ended up replacing pthread_sigmask on glibc, even though glibc's works perfectly fine.  It turns out to have been an upstream gnulib bug. * .gnulib: Update to latest, for pthread_sigmask fix. --- This missed the 0.9.4

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-08-03 Thread Eric Blake
On 08/03/2011 11:28 AM, Matthias Bolte wrote: 2011/8/3 Eric Blakeebl...@redhat.com: I noticed that with 0.9.4, gnulib ended up replacing pthread_sigmask on glibc, even though glibc's works perfectly fine. It turns out to have been an upstream gnulib bug. * .gnulib: Update to latest, for

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-06-23 Thread Matthias Bolte
2011/6/22 Eric Blake ebl...@redhat.com: Gnulib has been busy, with 392 commits; it's easier to update now even without any known libvirt issue to be fixed, rather than having to analyze an even larger changeset later on. * .gnulib: Update to latest, for lots of changes. * bootstrap:

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-06-23 Thread Eric Blake
On 06/23/2011 09:22 AM, Matthias Bolte wrote: 2011/6/22 Eric Blake ebl...@redhat.com: Gnulib has been busy, with 392 commits; it's easier to update now even without any known libvirt issue to be fixed, rather than having to analyze an even larger changeset later on. * .gnulib: Update to

[libvirt] [PATCH] build: update to latest gnulib

2011-06-22 Thread Eric Blake
Gnulib has been busy, with 392 commits; it's easier to update now even without any known libvirt issue to be fixed, rather than having to analyze an even larger changeset later on. * .gnulib: Update to latest, for lots of changes. * bootstrap: Synchronize to upstream. --- * .gnulib

Re: [libvirt] [PATCH] build: update to latest gnulib

2011-06-13 Thread Eric Blake
On 06/08/2011 07:16 AM, Eric Blake wrote: * .gnulib: Update to latest, for more strerror_r fixes. --- strerror_r has proven tricker than I first thought. There's a couple of other useful improvements in here, too. * .gnulib 9d196fa...79d4e75 (70): strerror_r-posix: fix on MacOS

[libvirt] [PATCH] build: update to latest gnulib

2011-06-08 Thread Eric Blake
* .gnulib: Update to latest, for more strerror_r fixes. --- strerror_r has proven tricker than I first thought. There's a couple of other useful improvements in here, too. * .gnulib 9d196fa...79d4e75 (70): strerror_r-posix: fix on MacOS gnulib-tool: Better isolation between different