This test fails on a debian buildd:
/* /dev/null must exist, and be writable. */
fd = func ("/dev/null", O_RDONLY);
ASSERT (0 <= fd);
{
char c;
ASSERT (read (fd, &c, 1) == 0);
Like this:
test-open.h:58: assertion failed
See
https://buildd.debian.org/fetch.cgi?pkg=libidn;ver=1.20-1;arch=ia64;stamp=1298994993
Has anyone seen this before? Could it be a generic ia64 problem, rather
than a problem on that host?
I will ask the debian ia64 ports team, since I suspect it is a host
related problem, but I'm notifying this list too in case someone has
seen it before or have any ideas.
/Simon