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 >

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-28 Thread Samuel Thibault
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 > > What is the equivalent define for Hurd? It's just the same on the

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-28 Thread Martin-Éric Racine
On Fri, Jul 8, 2022 at 3:11 PM Martin-Éric Racine wrote: > > (non-subscriber; please keep me in CC) > > On Fri, Jul 1, 2022 at 6:31 PM Martin-Éric Racine > wrote: > > > > > ../compat/rbtree.h:50:10: fatal error: sys/endian.h: No such file or > > > directory > > > 50 | #include > > > Probably

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-08 Thread Martin-Éric Racine
(non-subscriber; please keep me in CC) On Fri, Jul 1, 2022 at 6:31 PM Martin-Éric Racine wrote: > > > ../compat/rbtree.h:50:10: fatal error: sys/endian.h: No such file or > > directory > > 50 | #include > > Probably can be used instead? > > Would you have a patch I could test on Debian and

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-01 Thread Martin-Éric Racine
> ../compat/rbtree.h:50:10: fatal error: sys/endian.h: No such file or directory > 50 | #include > Probably can be used instead? Would you have a patch I could test on Debian and later submit to upstream? Martin-Éric

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-01 Thread Samuel Thibault
Hello, Martin-Éric Racine, le ven. 01 juil. 2022 12:01:24 +0300, a ecrit: > ../compat/rbtree.h:50:10: fatal error: sys/endian.h: No such file or directory >50 | #include > | ^~ Probably can be used instead? Samuel

dhcpcd5: FTBFS on Hurd-i386

2022-07-01 Thread Martin-Éric Racine
Greetings, dhcpcd5 FTBFS on Hurd-i386: Makefile:55: warning: ignoring prerequisites on suffix rule definition cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wdate-time -D_FORTIFY_SOURCE=2 -I/include -DHAVE_CONFIG_H -DNDEBUG -DINET