Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread GW
On Tuesday 05 November 2013 10.02:29 Eric Blake wrote: > On 11/05/2013 09:53 AM, GW wrote: > > On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: > >> On 11/05/2013 09:43 AM, GW wrote: > >>> In file included from close-stream.c:25:0: > >>> fpending.h:28:8: error: conflicting types for '__fpendi

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread GW
On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: > On 11/05/2013 09:43 AM, GW wrote: > > In file included from close-stream.c:25:0: > > fpending.h:28:8: error: conflicting types for '__fpending' > > In file included from ./stdio.h:43:0, > > > > from close-stream.h:1, > > >

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
On 11/05/2013 09:53 AM, GW wrote: > On Tuesday 05 November 2013 09.48:44 Eric Blake wrote: >> On 11/05/2013 09:43 AM, GW wrote: >>> In file included from close-stream.c:25:0: >>> fpending.h:28:8: error: conflicting types for '__fpending' >>> In file included from ./stdio.h:43:0, >>> >>>

Re: Request to relicense hash gnulib module to LGPLv2+

2013-11-05 Thread Richard W.M. Jones
On Tue, Nov 05, 2013 at 08:29:15AM -0800, Jim Meyering wrote: > On Tue, Nov 5, 2013 at 7:51 AM, Richard W.M. Jones wrote: > > On Wed, Aug 28, 2013 at 06:51:11PM +0100, Richard W.M. Jones wrote: > >> libguestfs (an LGPLv2+ library) uses the 'hash' module, which turns > >> out to be "GPL". > >> > >>

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
On 11/05/2013 09:43 AM, GW wrote: > In file included from close-stream.c:25:0: > fpending.h:28:8: error: conflicting types for '__fpending' > In file included from ./stdio.h:43:0, > from close-stream.h:1, > from close-stream.c:20: > /usr/include/stdio.h:354:11: not

Re: Request to relicense hash gnulib module to LGPLv2+

2013-11-05 Thread Jim Meyering
On Tue, Nov 5, 2013 at 7:51 AM, Richard W.M. Jones wrote: > On Wed, Aug 28, 2013 at 06:51:11PM +0100, Richard W.M. Jones wrote: >> libguestfs (an LGPLv2+ library) uses the 'hash' module, which turns >> out to be "GPL". >> >> Actually this happened because we started to use it in a separate >> GPL'

Re: [PATCH] Fix M4 build on DragonFly BSD

2013-11-05 Thread Eric Blake
[adding bug-gnulib] On 11/05/2013 08:55 AM, GW wrote: > M4 does not build "as is" on DragonFly BSD. However, the fix we found and > used > for a while at DragonFly is actually fairly simple: > > > --- lib/fpending.h.orig 2013-11-05 16:23:53.676412000 +0100 > +++ lib/fpending.h 2013-11-05

Re: Request to relicense hash gnulib module to LGPLv2+

2013-11-05 Thread Richard W.M. Jones
On Wed, Aug 28, 2013 at 06:51:11PM +0100, Richard W.M. Jones wrote: > libguestfs (an LGPLv2+ library) uses the 'hash' module, which turns > out to be "GPL". > > Actually this happened because we started to use it in a separate > GPL'd utility program, but later on included this functionality in th