Re: Wget compilation spammed with warnings and notes

2016-06-14 Thread Paul Eggert
On 06/14/2016 11:54 AM, Tim Rühsen wrote: mmm, you (or anyone else) don't know a way to use special CFLAGS just for gnulib / lib directory (or in general: a subdirectory) ? Yes, that's reasonably common. See coreutils configure.ac for an example; look for "We use a slightly smaller set of warn

Re: Wget compilation spammed with warnings and notes

2016-06-14 Thread Tim Rühsen
On Tuesday 14 June 2016 09:36:14 Paul Eggert wrote: > Tim Ruehsen wrote: > > fatal-signal.c:196:19: warning: comparison between signed and unsigned > > integer expressions [-Wsign-compare] > > > > if (!(sig < sizeof (saved_sigactions) / sizeof > > > > (saved_sigactions[0]))) > > Yes, w

Re: LTLIBICONV / LIBICONV question

2016-06-14 Thread Tim Rühsen
On Tuesday 14 June 2016 14:24:18 Mike Frysinger wrote: > On 14 Jun 2016 17:02, Tim Ruehsen wrote: > > On Tuesday 14 June 2016 10:20:59 Mike Frysinger wrote: > > > On 14 Jun 2016 15:21, Tim Ruehsen wrote: > > > > for GNU Wget we don't (explicitely) use libtool, but on some systems > > > > LTLIBICONV

Re: LTLIBICONV / LIBICONV question

2016-06-14 Thread Mike Frysinger
On 14 Jun 2016 17:02, Tim Ruehsen wrote: > On Tuesday 14 June 2016 10:20:59 Mike Frysinger wrote: > > On 14 Jun 2016 15:21, Tim Ruehsen wrote: > > > for GNU Wget we don't (explicitely) use libtool, but on some systems > > > LTLIBICONV is set while LIBICONV is not. > > > See http://savannah.gnu.org/

Re: putc(-1) == EOF on IRIX in frcode

2016-06-14 Thread Eric Blake
[adding bug-gnulib] On 06/12/2016 03:47 PM, Rainer M. Canavan wrote: > I've noticed that updatedb has consistently failed since upgrading > to findutils 4.6.0. I'm using IRIX 6.5.30 and the mipspro compilers. Thanks for the report. > > It turns out that frcode assumes that a write error has occ

Re: Wget compilation spammed with warnings and notes

2016-06-14 Thread Paul Eggert
Tim Ruehsen wrote: fatal-signal.c:196:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (!(sig < sizeof (saved_sigactions) / sizeof (saved_sigactions[0]))) Yes, we don't bother to fix those, as the code is fine. Instead, other projects use th

Re: LTLIBICONV / LIBICONV question

2016-06-14 Thread Tim Ruehsen
On Tuesday 14 June 2016 10:20:59 Mike Frysinger wrote: > On 14 Jun 2016 15:21, Tim Ruehsen wrote: > > for GNU Wget we don't (explicitely) use libtool, but on some systems > > LTLIBICONV is set while LIBICONV is not. > > See http://savannah.gnu.org/bugs/?48193 for details. > > > > But I also rememb

Re: LTLIBICONV / LIBICONV question

2016-06-14 Thread Mike Frysinger
On 14 Jun 2016 15:21, Tim Ruehsen wrote: > for GNU Wget we don't (explicitely) use libtool, but on some systems > LTLIBICONV is set while LIBICONV is not. > See http://savannah.gnu.org/bugs/?48193 for details. > > But I also remember seeing LIBICONV set and LTLIBICONV unset in the past. > > At t

LTLIBICONV / LIBICONV question

2016-06-14 Thread Tim Ruehsen
Hi, for GNU Wget we don't (explicitely) use libtool, but on some systems LTLIBICONV is set while LIBICONV is not. See http://savannah.gnu.org/bugs/?48193 for details. But I also remember seeing LIBICONV set and LTLIBICONV unset in the past. At this point, we are looking for clarification about

Re: Wget compilation spammed with warnings and notes

2016-06-14 Thread Tim Ruehsen
Hi Paul, first of all, thanks for your quick and comprehensive answer. On Monday 13 June 2016 11:34:09 Paul Eggert wrote: > On 06/13/2016 07:52 AM, Tim Ruehsen wrote: > > Especially -Wlong-long and -pedantic floods the screen with warnings and > > notes from gnulib modules. Finding any warnings e