Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Martin-Éric Racine
On Fri, Jul 29, 2022 at 11:00 AM Samuel Thibault wrote: > > Martin-Éric Racine, le ven. 29 juil. 2022 10:35:38 +0300, a ecrit: > > "Hurd is not a supported OS. At a minimum it would need an equivalent > > of if-bsd.c being ported." > > > > Does that ring any bell? > > The Hurd has a very BSD-ish

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Samuel Thibault
Martin-Éric Racine, le ven. 29 juil. 2022 10:35:38 +0300, a ecrit: > "Hurd is not a supported OS. At a minimum it would need an equivalent > of if-bsd.c being ported." > > Does that ring any bell? The Hurd has a very BSD-ish interface, so starting from if-bsd.c is probably a good idea. Samuel

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Martin-Éric Racine
On Fri, Jul 29, 2022 at 9:27 AM Jeffrey Walton wrote: > > On Fri, Jul 29, 2022 at 2:09 AM Martin-Éric Racine > wrote: > > > > On Thu, Jul 28, 2022 at 10:38 PM Samuel Thibault > > wrote: > > > > > > Martin-Éric Racine, le jeu. 28 juil. 2022 21:30:42 +0300, a ecrit: > > > > Actually, where it

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Jeffrey Walton
On Fri, Jul 29, 2022 at 2:09 AM Martin-Éric Racine wrote: > > On Thu, Jul 28, 2022 at 10:38 PM Samuel Thibault wrote: > > > > Martin-Éric Racine, le jeu. 28 juil. 2022 21:30:42 +0300, a ecrit: > > > Actually, where it barfs is here: > > > > > > #if !defined(__linux__) && !defined(__QNX__) &&

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Martin-Éric Racine
On Thu, Jul 28, 2022 at 10:38 PM Samuel Thibault wrote: > > Martin-Éric Racine, le jeu. 28 juil. 2022 21:30:42 +0300, a ecrit: > > Actually, where it barfs is here: > > > > #if !defined(__linux__) && !defined(__QNX__) && !defined(__sun) > > #include > > #else > > #include "endian.h" > > #endif >