Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-03 Thread Dirk Loeckx
Dear Tim, Thank you very much! The --without-libpsl did the trick! Vriendelijke groeten, Kind regards, Dirk Loeckx d...@zeronary.care :: T +32 486 68 38 33 :: zeronary.care zeronary.care is an initiative of Jomale bvba :: VAT BE 0597.858.312 On Wed, 3 Apr 2019 at 10:47, Tim Rühsen wrote:

Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-03 Thread Tim Rühsen
Hi Dirk, On 4/2/19 11:09 PM, Dirk Loeckx wrote: > Dear Shah, > > Attached you can find the output of ./configure, nothing special I have the > impression. > > The output of `./unit-tests/test-parse-html` is very short: > >> dloeckx$ ./unit-tests/test-parse-html >> dyld: Library not loaded:

Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-02 Thread Dirk Loeckx
Dear Shah, Attached you can find the output of ./configure, nothing special I have the impression. The output of `./unit-tests/test-parse-html` is very short: > dloeckx$ ./unit-tests/test-parse-html > dyld: Library not loaded: /usr/local/opt/libidn2/lib/libidn2.4.dylib > Referenced from:

Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-02 Thread Darshit Shah
Two things here: 1. `configure` should have handled the case where you don't have libmicrohttpd installed. So `make -C tests` should not have failed. Could you please share the entire output of `./configure`? 2. What happens if you try to run `./unit-tests/test-parse-html`? I'm guessing

Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-02 Thread Dirk Loeckx
Dear Tim, Thanks for the quick response. I know I am a little bit out of scope, so don't feel obliged to fix this. Unfortunately, the make -C commands also both fail (attached the log file): > dloeckx$ make check -C unit-tests > /Applications/Xcode.app/Contents/Developer/usr/bin/make >

Re: [Bug-wget] Bugs in make check in wget2 on mac

2019-04-02 Thread Tim Rühsen
Hi Dirk, thanks for reporting. The only "Mac" we regularly test on is the OSX environment of TravisCI (a continuous integration service). We don't have such errors there. Looks like there is something basically going wrong with the test harness in fuzz/. If 'make check -C unit-tests' and 'make

[Bug-wget] Bugs in make check in wget2 on mac

2019-04-02 Thread Dirk Loeckx
Dear, First of all thank you very much for building wget2! Following the instructions on https://react-etc.net/page/install-wget2-macos-mac-os-x and https://gitlab.com/gnuwget/wget2#building-from-git , I tried to compile and install wget2 on macOs (latest version). Unfortunately, I got a bug