bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test-open.h on ia64


From: Simon Josefsson
Subject: test-open.h on ia64
Date: Tue, 01 Mar 2011 20:56:40 +0100
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.2 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]