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

Re: FTBFS libidn 1.20 on ia64



Hi,

IA-64 architects out there will probably answer better than me.
However, here's the output of stat /dev/null on my hp workstation
zx6000:

emeric@longspeak:~$ stat /dev/null
  File: `/dev/null'
  Size: 0         	Blocks: 0          IO Block: 16384  character special file
Device: 5h/5d	Inode: 18          Links: 1     Device type: 1,3
Access: (0666/crw-rw-rw-)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2011-03-01 20:20:55.591131126 +0100
Modify: 2011-03-01 20:20:55.591131126 +0100
Change: 2011-03-01 20:20:55.591131126 +0100

Hope this helps,

     Émeric


2011/3/1 Simon Josefsson <simon@josefsson.org>:
> Hi!  I maintain libidn and noticed the following code fails on
> caballero:
>
>  fd = func ("/dev/null", O_RDONLY);
>  ASSERT (0 <= fd);
>  {
>    char c;
>    ASSERT (read (fd, &c, 1) == 0);
>  }
>
> See build log at
> https://buildd.debian.org/fetch.cgi?pkg=libidn;ver=1.20-1;arch=ia64;stamp=1298994993
>
> The test works fine on other architectures.  Is it an issue with this
> particular host?  What does 'stat /dev/null' print?  Or could it
> possibly be a ia64 generic issue?
>
> /Simon
>
>
> --
> To UNSUBSCRIBE, email to debian-ia64-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 87bp1utxwd.fsf@latte.josefsson.org">http://lists.debian.org/[🔎] 87bp1utxwd.fsf@latte.josefsson.org
>
>


Reply to: