On Tue, Nov 04, 2014 at 10:44:40AM +0100, Tim Ruehsen wrote: > > But install should not touch /usr/local/bin/ when the prefix is not > > /usr/local? > > Hmmm, I am not an install expert (never use it), but it looks you are right.
> > As a very minor remark: on my Ubuntu machine wget-1.15 ends "make check" > > with > > > > 78 tests were run > > 64 PASS, 0 FAIL > > 14 SKIP, 0 UNKNOWN > > > > while wget-1.16 ends with > > > > # TOTAL: 83 > > # PASS: 69 > > # SKIP: 0 > > # XFAIL: 0 > > # FAIL: 14 > > # XPASS: 0 > > # ERROR: 0 > Maybe you can test the latest 'git clone' ? > A bunch of things have been fixed since the release. Aha. Side remark: README.checkout tells one to run bootstrap.sh. There is no such file. But there is bootstrap. Yes, the corresponding output is now ... make[5]: Leaving directory `/home/aeb/wget/git/wget/tests' ============================================================================ Testsuite summary for wget 1.16.34-981c ============================================================================ # TOTAL: 84 # PASS: 70 # SKIP: 14 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ ... make[5]: Leaving directory `/home/aeb/wget/git/wget/testenv' ============================================================================ Testsuite summary for wget 1.16.34-981c ============================================================================ # TOTAL: 20 # PASS: 19 # SKIP: 0 # XFAIL: 1 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ XFAIL: Test-auth-both Andries