On Tue, Nov 04, 2014 at 12:46:00PM +0100, Tim Ruehsen wrote: > Could you give me the output of 'grep PYTHON Makefile*' ?
But why do you think the presence of python could be the problem? There are 20 python tests, 19 succeed, 1 fails. That does not seem to point at a problem with the availability of python. But since you ask: $ autoreconf configure.ac:147: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:147: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:147: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. $ ./configure --prefix=$HOME/wget-clone-bin ... $ make ... $ make check ... ============================================================================ Testsuite summary for wget 1.16.34-981c-dirty ============================================================================ # TOTAL: 20 # PASS: 19 # SKIP: 0 # XFAIL: 1 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ XFAIL: Test-auth-both.py Andries
