Re: Wget2 and Error: 'gettext' version == 0.16.1 is too old

2020-03-30 Thread Tim Rühsen
On 3/30/20 9:16 AM, Jeffrey Walton wrote: On Mon, Mar 30, 2020 at 3:02 AM Tim Rühsen wrote: Hi Jeff, On 3/30/20 8:37 AM, Jeffrey Walton wrote: ... Is it possible to relax the Autotools requirement: running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force -I m4

Re: Wget2 and Error: 'gettext' version == 0.16.1 is too old

2020-03-30 Thread Tim Rühsen
Hi Jeff, On 3/30/20 8:37 AM, Jeffrey Walton wrote: On Mon, Mar 30, 2020 at 1:13 AM wrote: Hi Jeffrey, For fixing your issue with gettext, you want to set the PATH variable, not PKG_CONFIG_PATH. Try this: export PATH=$HOME/tmp/ok_to_delete:$PATH ./bootstrap You might need to set

Wget2 result on OS X 10.9

2020-03-30 Thread Jeffrey Walton
Hi Everyone, I have some testing results for OS X 10.9. This jumped out at me. It is fairly prevalent. (I'm going to enable self tests next). Jeff In file included from websequencediagram_high.c:28: ../include/wget/wget.h:453:44: warning: unknown attribute '__alloc_size__' ignored

Re: Wget2 and Error: 'gettext' version == 0.16.1 is too old

2020-03-30 Thread Jeffrey Walton
On Mon, Mar 30, 2020 at 1:13 AM wrote: > > Hi Jeffrey, > > For fixing your issue with gettext, you want to set the PATH variable, not > PKG_CONFIG_PATH. > > Try this: > > export PATH=$HOME/tmp/ok_to_delete:$PATH > ./bootstrap > > You might need to set PKG_CONFIG_PATH for libraries, but the

Re: Wget2 and Error: 'gettext' version == 0.16.1 is too old

2020-03-30 Thread Jeffrey Walton
On Mon, Mar 30, 2020 at 3:02 AM Tim Rühsen wrote: > > Hi Jeff, > > On 3/30/20 8:37 AM, Jeffrey Walton wrote: > > ... > > Is it possible to relax the Autotools requirement: > > > > running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install > > --force -I m4 --no-recursive > >

Doxygen docs

2020-03-30 Thread Jeffrey Walton
Hi Everyone/Tim, This is from Wget2 master on Fedora 31. It looks like Doxygen. If you are using Doxygen, then a nice option to detect Doxygen issues is Clang's -Wdocumentation. Set CC=clang, and CFLAGS="-Wdocumentation". It does a nice job of catching mistakes, like missing parameters or

Wget2 and one failed self test

2020-03-30 Thread Jeffrey Walton
Hi Everyone/Tim, I'm catching one failed self test building Wget2 master on Fedora 32: PASS: libwget_tlssess_fuzzer PASS: libwget_utils_fuzzer PASS: libwget_xml_parse_buffer_fuzzer ../build-aux/test-driver: line 107: 613669 Aborted (core dumped) "$@" > $log_file 2>&1 FAIL: wget_options_fuzzer