Subject: regress/lib/libc/getaddrinfo fails
To: None <tech-net@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 03/14/2006 09:52:41
Anyone familiar with getaddrinfo?
I can not get the regression test to work on any of my machines. To try,
just do:
cd /usr/src/regress/lib/libc/getaddrinfo
make
make regress
I think this test should be reworked:
- the IPv6 parts need to be separated from the IPv4 parts
- if the current kernel does not have IPv6, those need to be
skipped with a message
- this needs to be made less volatile to local configuration - or better
documented
Any takers?
Martin