On Tue, Nov 04, 2014 at 02:21:00PM +0100, Tim Ruehsen wrote: > grep PYTHON Makefile* > shows me, what has been detected on your system.
Basically Makefile:PYTHON = /usr/bin/python3 Makefile:PYTHON_VERSION = 3.3 There is no problem there (otherwise the other tests would have failed as well). > But if you have python3, something else goes wrong. > Please also attach the content of > testenv/Test-Head.log (after make check) Nothing of interest there either. The interesting output was XFAIL: Test-auth-both.py In testenv/Test-auth-both.log I see ... 2014-11-04 12:58:13 (654 B/s) - 'File1' saved [24/24] ... ... 2014-11-04 12:58:13 (822 B/s) - 'File3' saved [30/30] which suggests that something might go wrong with File2. ... ---request begin--- GET /File2 HTTP/1.1^M ---response begin--- HTTP/1.1 401 Authorization Required^M ---request begin--- GET /File2 HTTP/1.1^M Authorization: Basic U2F1cm9uOlRoZUV5ZQ==^M ---response begin--- HTTP/1.1 400 Blackisted Header Authorization received^M ---response end--- 400 Blackisted Header Authorization received Disabling further reuse of socket 3. Closed fd 3 2014-11-04 12:58:13 ERROR 400: Blackisted Header Authorization received. Does that help? Andries
