[gnutls-devel] [PATCH 1/5] Update gnulib to fix build failures
Nikos Mavrogiannopoulos
nmav at gnutls.org
Fri Mar 7 08:07:49 CET 2014
On Thu, 2014-03-06 at 22:35 -0800, Kevin Cernekee wrote:
> This fixes two problems:
>
> 1) read-file build failure on Android (upstream commit cb3c90598c1)
>
> 2) Missing inet_pton.c error during GnuTLS "make bootstrap":
>
> touch ChangeLog
> test -f ./configure || AUTOPOINT=true autoreconf --install
> missing file gl/tests/inet_pton.c
> configure.ac:189: error: expected source file, required through AC_LIBSOURCES, not found
> gl/m4/gnulib-comp.m4:203: gl_INIT is expanded from...
> configure.ac:189: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> make: *** [autoreconf] Error 1
Hello Kevin,
Is that on latest master? I fixed some issue yesterday that was related
to that. I'd like to remove all the gnulib networking code from gl/ and
move it to src/gl/ as gl overwrites many system functions and makes it
impossible the library to work in windows systems properly if the
application using the library doesn't use gnulib too.
btw. I do not have commit nr: cb3c90598c1
regards,
Nikos
More information about the Gnutls-devel
mailing list