Source: tinyproxy
Version: 1.8.4-5
Severity: important
Tags: upstream
Justification: fails to build from source (but built successfully in the past)
User: debian-h...@lists.debian.org
Usertags: hurd-i386

Builds of tinyproxy for hurd-i386 (admittedly not a release
architecture) have been failing lately, per the below output from
https://buildd.debian.org/status/fetch.php?pkg=tinyproxy&arch=hurd-i386&ver=1.8.4-5&stamp=1511352074&raw=0.
I suspect that run_tests.sh receives an absolute path for $0 despite
having been invoked as ./tests/scripts/run_tests.sh.  It should be able
to accommodate either arrangement by changing the SCRIPTS_DIR setting to

  SCRIPTS_DIR=$(cd $(dirname $0) && pwd)

Could you please take a look?

Thanks!

------------------------------------------------------------

./tests/scripts/run_tests.sh
cp: cannot stat 
'/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/../../data/templates/default.html':
 No such file or directory
cp: cannot stat 
'/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/../../data/templates/debug.html':
 No such file or directory
cp: cannot stat 
'/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/../../data/templates/stats.html':
 No such file or directory
starting web server.../<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 127: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webserver.pl: not found
 done (listening on 127.0.0.3:32123)
starting tinyproxy... done (listening on 127.0.0.2:12321)
waiting for 3 seconds.... done
checking direct connection to web server...ERROR (127)
webclient output:
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
testing connection through tinyproxy...ERROR (127)
webclient output:
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
requesting statspage via stathost url...ERROR (127)
webclient output:
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 157: 
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/webclient.pl: not found
3 errors
killing tinyproxy...cat: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/../env/var/run/tinyproxy/tinyproxy.pid:
 No such file or directory
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 112: kill: Usage: kill [-s 
sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
 error
killing webserver...cat: 
/<<PKGBUILDDIR>>//<<PKGBUILDDIR>>/./tests/scripts/../env/var/run/webserver/webserver.pid:
 No such file or directory
/<<PKGBUILDDIR>>/./tests/scripts/run_tests.sh: 133: kill: Usage: kill [-s 
sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
 error
done
Makefile:804: recipe for target 'test' failed

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to