bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] use python test suite only if python3 found


From: Andries E. Brouwer
Subject: Re: [Bug-wget] [PATCH] use python test suite only if python3 found
Date: Tue, 4 Nov 2014 12:59:22 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]