The first time i ran 'make check' in (today's) git master I got the output below which includes a test failure in syslogd.sh. Running 'sudo make check' worked. However, then running 'make check' again now works, repeatedly. Any ideas? Could 'sudo make check' have setup something that makes future 'make check' attempts work? Or was the initial failure spurious?
Also, looking at the script, the newly created /tmp/iu_syslog directory is not removed by tests/syslogd.sh script, which seems like poor manner. Also, shouldn't it use /tmp/iu_syslog.$$ to protect against multiple concurrent runs? Thanks, /Simon make check-TESTS make[3]: Entering directory `/home/jas/src/inetutils/tests' localhost: latte.josefsson.org PASS: localhost PASS: addrpeek ping needs to run as root SKIP: ping-localhost.sh traceroute needs to run as root SKIP: traceroute-localhost.sh /home/jas/src/inetutils/tests/inetd.conf.tmp:1: ADD : *:7777 proto=udp, wait=1, max=0, user=jas builtin=no server=/home/jas/src/inetutils/tests/../src/tftpd registered /home/jas/src/inetutils/tests/../src/tftpd on 5 udp 0 0 0.0.0.0:7777 0.0.0.0:* Looks into 192.168.1.42 127.0.0.1 192.168.122.1. trying with address `192.168.1.42'... someone wants 7777 + Closing from 5 13315 execl /home/jas/src/inetutils/tests/../src/tftpd 13315 reaped, status 0 restored 7777, fd 5 tftp> Received 174080 bytes in 0.1 seconds tftp> trying with address `127.0.0.1'... someone wants 7777 + Closing from 5 13321 execl /home/jas/src/inetutils/tests/../src/tftpd 13321 reaped, status 0 restored 7777, fd 5 tftp> Received 174080 bytes in 0.0 seconds tftp> trying with address `192.168.122.1'... someone wants 7777 + Closing from 5 13327 execl /home/jas/src/inetutils/tests/../src/tftpd 13327 reaped, status 0 restored 7777, fd 5 tftp> Received 174080 bytes in 0.1 seconds tftp> PASS: tftp.sh WARNING!! Disabling INET server tests since you seem to be underprivileged. Registered 0 lines out of 1. Failing some tests. FAIL: syslogd.sh ====================================== 1 of 4 tests failed (2 tests were not run) Please report to [email protected] ====================================== make[3]: *** [check-TESTS] Error 1
