Re: update net/wget 1.21.4

2023-08-01 Thread Nam Nguyen
Christian Weisgerber writes: > Nam Nguyen: > >> It is weird that it successfully builds unit-tests (before ...) then >> tries to rebuild it again (after ...): > > The difference is staring you in the face. ;-) Thanks for investigating. MAKE_JOBS=1 works and unit-tests rebuilds three times

Re: update net/wget 1.21.4

2023-07-30 Thread Christian Weisgerber
Nam Nguyen: > It is weird that it successfully builds unit-tests (before ...) then > tries to rebuild it again (after ...): The difference is staring you in the face. ;-) The Makefile mixes "unit-tests" and "./unit-tests". gmake understands that those refer to one and the same target; our make

Re: update net/wget 1.21.4

2023-07-28 Thread Stuart Henderson
On 2023/07/27 18:39, Nam Nguyen wrote: > I can reproduce this wget.h not found error with MAKE_JOBS=1. naddy@ > reported this error a while ago, too. > > Here is an inline diff that additionally switches back to USE_GMAKE = > Yes so tests can reliably compile with MAKE_JOBS=1. Still OK? Yes

Re: update net/wget 1.21.4

2023-07-27 Thread Nam Nguyen
Stuart Henderson writes: > On 2023/07/27 14:44, Nam Nguyen wrote: >> Stuart Henderson writes: >> >> > tests fail to run completely here: >> > >> > cc -I/usr/local/include -I/usr/local/include -DHAVE_LIBSSL >> > -I/usr/local/include -DNDEBUG -O2 -pipe -I/usr/local/include >> > -L/usr/local/lib -o

Re: update net/wget 1.21.4

2023-07-27 Thread Stuart Henderson
On 2023/07/27 14:44, Nam Nguyen wrote: > Stuart Henderson writes: > > > tests fail to run completely here: > > > > cc -I/usr/local/include -I/usr/local/include -DHAVE_LIBSSL > > -I/usr/local/include -DNDEBUG -O2 -pipe -I/usr/local/include > > -L/usr/local/lib -o ./unit-tests ./unit-tests.c > >

Re: update net/wget 1.21.4

2023-07-27 Thread Nam Nguyen
Stuart Henderson writes: > tests fail to run completely here: > > cc -I/usr/local/include -I/usr/local/include -DHAVE_LIBSSL > -I/usr/local/include -DNDEBUG -O2 -pipe -I/usr/local/include > -L/usr/local/lib -o ./unit-tests ./unit-tests.c > ./unit-tests.c:31:10: fatal error: 'wget.h' file not

Re: update net/wget 1.21.4

2023-07-26 Thread Stuart Henderson
On 2023/07/25 16:48, Nam Nguyen wrote: > Here is an update to net/wget 1.21.4. I introduced two new patches as a > workaround to pass unit tests, which falsely fail because of generating > unexpected output when run in the background. tests fail to run completely here: cc -I/usr/local/include

update net/wget 1.21.4

2023-07-25 Thread Nam Nguyen
Here is an update to net/wget 1.21.4. I introduced two new patches as a workaround to pass unit tests, which falsely fail because of generating unexpected output when run in the background. see: https://lists.gnu.org/archive/html/bug-wget/2023-07/msg1.html NEWS: