curl-library
Autobuild test error Tru64
Date: Wed, 11 Jul 2007 17:30:55 +0200
Ref. e.g. http://curl.haxx.se/auto/log.cgi?id=20070711064953-22595#prob1
(Tru64).
Test 226 fails. This turns out to be caused by:
binding stream socket: Address already in use
Failed to start sockfilt! at ./ftpserver.pl line 173.
Apparently the SO_REUSEADDR in sockfilt.c doesn't work optimally on Tru64:
If I run either of
./runtests.pl 225 226
or
./runtests.pl 225; ./runtests.pl 226
it fails.
But this doesn't:
./runtests.pl 225; sleep 1; ./runtests.pl 226
I'm not sure of the best way to fix this. It would be quite ugly to, say,
add a seconds sleep between each test (and it would slow down running the
test suite), but maybe a sleep+retry in sockfilt in case of error.. still
doesn't sound pretty.
-Tor
Received on 2007-07-11