Re: Analysis of build failures in Debian GNU/Hurd
Michael Banck, le Mon 02 Jul 2007 00:15:21 +0200, a écrit :
> > It's odd we don't have it. IIRC we have a stack minimum: TSD room.
> >
> > > - net/if_arp.h: 17
> > > - net/ethernet.h: 15
> >
> > Not implemented. POSIX doesn't talk about these.
>
> Yes, but lots of networking applications use those.
Yes. I meant "maybe we don't want to follow linux, maybe we want".
> > > - 4 pthread_mutex_unlock undefined
> > > - 2 pthread_cond_signal undefined
> >
> > Odd, libpthread should provide it.
>
> Probably -lpthread not included, many build systems don't add cause
> GNU/Linux doesn't need it, I think.
Ah, ok.
An addition to the list: semget() is not implemented and will always
fail. Use sem_init() instead if possible.
Samuel
Reply to: