[Blair Zajac]
> One other thing.  With 0.7.2, make check passed all tests, but 1.0.0
> fails 7 tests on Mac OS X 10.6 against MacPorts' provided apr:
> 
> == Running test_all ==
> FFFFFFF..........
> 
> There were 7 failures:
> 1) test_serf_connection_request_create: test/test_context.c:166:
> expected <0> but was <47>

This is serf issue 78, http://code.google.com/p/serf/issues/detail?id=78.

I've seen 3 variations, 3 distinct apr errors.  You get 47, I've also
seen 22 and 270002.  From what I can tell, they map to:

    47, SOCEAFNOSUPPORT "Address family not supported by protocol family"
    22, SOCEINVAL "Invalid argument"
    670002, EAI_NONAME "getaddrinfo: Name or service is unknown"

This seems to have something to do with the 'localhost' test using an
IPv6 socket, when 'localhost' does not map to an IPv6 address (should
be ::1).  But, given the 3 distinct errors I've seen, it's not clear to
me that it's just one bug, there may be 2 or 3 related bugs here.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Reply via email to