[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Wget 1.21 and OS X 10.9
From: |
Darshit Shah |
Subject: |
Re: Wget 1.21 and OS X 10.9 |
Date: |
Fri, 1 Jan 2021 23:04:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
Hi,
The Python tests look like they fail because the system does not have a
Python3 binary.
>From past experience, it is possible that you have python3 installed,
but the system does not have a python3 binary. Just Python. I don't have
a clean way to work around this problem.
On 01.01.21 21:59, Jeffrey Walton wrote:
> Hi Everyone,
>
> It looks like things went sideways on OS X 10.9. OS X 10.9 has a Perl
> new enough so that I execute self tests.
>
> $ perl -V
> Summary of my perl5 (revision 5 version 16 subversion 2)
>
> Here's a sample:
>
> gmake[4]: Entering directory '/Users/jwalton/Build-Scripts/wget-1.21/testenv'
> FAIL: Test-504.py
> FAIL: Test-416.py
> FAIL: Test-auth-basic-fail.py
> FAIL: Test-auth-basic.py
> FAIL: Test-auth-basic-netrc.py
> FAIL: Test-auth-basic-netrc-user-given.py
> FAIL: Test-auth-basic-netrc-pass-given.py
> FAIL: Test-auth-basic-no-netrc-fail.py
> FAIL: Test-auth-both.py
> FAIL: Test-auth-digest.py
> FAIL: Test-auth-no-challenge.py
> FAIL: Test-auth-no-challenge-url.py
> FAIL: Test-auth-retcode.py
> FAIL: Test-auth-with-content-disposition.py
> FAIL: Test-c-full.py
> FAIL: Test-condget.py
> FAIL: Test-Content-disposition-2.py
> FAIL: Test-Content-disposition.py
> FAIL: Test--convert-links--content-on-error.py
> FAIL: Test-cookie-401.py
> FAIL: Test-cookie-domain-mismatch.py
> FAIL: Test-cookie-expires.py
> FAIL: Test-cookie.py
> FAIL: Test-Head.py
> FAIL: Test-hsts.py
> FAIL: Test--https.py
> FAIL: Test--https-crl.py
> FAIL: Test-missing-scheme-retval.py
> FAIL: Test-O.py
> FAIL: Test-pinnedpubkey-der-https.py
> FAIL: Test-pinnedpubkey-der-no-check-https.py
> FAIL: Test-pinnedpubkey-hash-https.py
> FAIL: Test-pinnedpubkey-hash-no-check-fail-https.py
> FAIL: Test-pinnedpubkey-pem-fail-https.py
> FAIL: Test-pinnedpubkey-pem-https.py
> FAIL: Test-Post.py
> FAIL: Test-recursive-basic.py
> FAIL: Test-recursive-include.py
> FAIL: Test-recursive-redirect.py
> FAIL: Test-redirect.py
> FAIL: Test-redirect-crash.py
> FAIL: Test--rejected-log.py
> FAIL: Test-reserved-chars.py
> FAIL: Test--spider-r.py
> FAIL: Test-no_proxy-env.py
> ============================================================================
> Testsuite summary for wget 1.21
> ============================================================================
> # TOTAL: 45
> # PASS: 0
> # SKIP: 0
> # XFAIL: 0
> # FAIL: 45
> # XPASS: 0
> # ERROR: 0
>
> Jeff
>