Re: heimdal: FTBFS on hurd-i386

2018-05-25 Thread Svante Signell
Sorry, sent to the wrong email address. Now you know about this bug report anyway ;) On Fri, 2018-05-25 at 21:25 +0200, Svante Signell wrote: > Source: heimdal > Version: 1.7.5.0+dfsg-1 > Severity: important > Tags: patch > User: debian-hurd@lists.debian.org > Usertags: hurd > > Hi, > > Currentl

Re: heimdal: FTBFS on hurd-i386 (for review)

2014-02-11 Thread Svante Signell
On Tue, 2014-02-11 at 19:21 +0100, Samuel Thibault wrote: > Svante Signell, le Tue 11 Feb 2014 18:39:15 +0100, a écrit : > > Regarding the use of _IOT etc, I'm trying to follow > > the same construct as you and Pino did in bug#483281 > > Why not simply reading the documentation in the porting guid

Re: heimdal: FTBFS on hurd-i386 (for review)

2014-02-11 Thread Samuel Thibault
Svante Signell, le Tue 11 Feb 2014 18:39:15 +0100, a écrit : > Regarding the use of _IOT etc, I'm trying to follow > the same construct as you and Pino did in bug#483281 Why not simply reading the documentation in the porting guidelines too? > --- a/lib/kafs/afssys.c 2013-12-07 14:36:38.000

Re: heimdal: FTBFS on hurd-i386 (for review)

2014-02-11 Thread Svante Signell
On Tue, 2014-02-11 at 18:09 +0100, Samuel Thibault wrote: > Svante Signell, le Tue 11 Feb 2014 17:48:50 +0100, a écrit : > > uint64_t param1; > > uint64_t syscall; > > }; > > +#ifdef __GNU__ > > +/* FIXME: Enter the correct values here */ > > +#define _IOT_sundevdata _IOT(_IOTS(long), 7,

Re: heimdal: FTBFS on hurd-i386 (for review)

2014-02-11 Thread Samuel Thibault
Svante Signell, le Tue 11 Feb 2014 17:48:50 +0100, a écrit : > uint64_t param1; > uint64_t syscall; > }; > +#ifdef __GNU__ > +/* FIXME: Enter the correct values here */ > +#define _IOT_sundevdata _IOT(_IOTS(long), 7, 0, 0, 0, 0) Why long? The structure contains uint64_t, not longs. Did