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

Re: heimdal FTBFS



On Sun, Sep 28, 2014 at 01:44:35PM +0200, Samuel Thibault wrote:
> Hello,
> 
> Ólafur Jens Sigurðsson, le Sun 28 Sep 2014 11:26:36 +0000, a écrit :
> > The test that fails is in $heimdal/lib/hcrypto/rand-egd.c, it fails in
> > line 77 on the connect statement. I added a printf statement to get the
> > errno and it is 1073741826 which is not a standard errno AFAICT.
> 
> Standards do not say what errno values should be, only their macro names. Here,
> 1073741826=0x40000002, which is #define	ENOENT          _HURD_ERRNO (2)
> 
> What path is used precisely? That is important on buildds.

Ah, I see. Well, printing out the path parameter that is given to the
connect_egd function gives /var/run/egd-pool which does not exist to
begin with, it doesn't matter if I create it or not.

Cheers, Oli


Reply to: