Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-20 Thread Wouter Verhelst
On Tue, Oct 18, 2016 at 04:55:48PM +0100, Alex Bligh wrote: > > > On 18 Oct 2016, at 15:19, Eric Blake wrote: > > > > Initial testing: broken before my patches: > > > > checking for GnuTLS... configure: error: Package requirements (gnutls >= > > 3.3.0) were not met: > > > > Requested 'gnutls >

Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-18 Thread Alex Bligh
> On 18 Oct 2016, at 15:19, Eric Blake wrote: > > Initial testing: broken before my patches: > > checking for GnuTLS... configure: error: Package requirements (gnutls >= > 3.3.0) were not met: > > Requested 'gnutls >= 3.3.0' but version of GnuTLS is 2.8.5 > > You'll want to make the new TLS c

Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-18 Thread Eric Blake
On 10/18/2016 06:01 AM, Wouter Verhelst wrote: > > The reason for using $(top_srcdir) is so that VPATH builds don't go > bollocks. Did you do a "make distcheck" with this? VPATH build using automake 1.15 worked just fine (as in: $ ./autogen.sh $ mkdir ../nbd-build $ cd ../nbd-build $ ../nbd/conf

Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-18 Thread Eric Blake
On 10/18/2016 09:12 AM, Eric Blake wrote: > On 10/18/2016 06:01 AM, Wouter Verhelst wrote: > >>> Following the advice almost works, except that automake 1.15 still >>> has a nasty bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928) >>> where use of $(foo) in a _SOURCES variable coupled with

Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-18 Thread Eric Blake
On 10/18/2016 06:01 AM, Wouter Verhelst wrote: >> Following the advice almost works, except that automake 1.15 still >> has a nasty bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928) >> where use of $(foo) in a _SOURCES variable coupled with subdir-objects >> creates a directory with a lite

Re: [Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-18 Thread Wouter Verhelst
On Mon, Oct 17, 2016 at 03:23:35PM -0500, Eric Blake wrote: > Starting from a fresh git checkout, running ./autogen.sh gives a > couple of warnings on my Fedora 24 build tools, one from libtool: > > libtoolize: Consider adding '-I support' to ACLOCAL_AMFLAGS in Makefile.am. > > and one from autom

[Nbd] [PATCH v2 1/6] build: Silence autogen.sh warnings

2016-10-17 Thread Eric Blake
Starting from a fresh git checkout, running ./autogen.sh gives a couple of warnings on my Fedora 24 build tools, one from libtool: libtoolize: Consider adding '-I support' to ACLOCAL_AMFLAGS in Makefile.am. and one from automake: tests/run/Makefile.am:4: warning: source file '$(top_srcdir)/clise