bug-hurd
[Top][All Lists]
Advanced

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

Re: missing epoll.h - gecko build


From: Jessica Clarke
Subject: Re: missing epoll.h - gecko build
Date: Thu, 4 Mar 2021 22:10:48 +0000

On 4 Mar 2021, at 22:04, Riccardo Mottola <riccardo.mottola@libero.it> wrote:
> 
> Hi all,
> 
> continuing the journey of a custom gecko for HURD.
> 
>  6:47.93 In file included from 
> /home/multix/code/Arctic-Fox/ipc/chromium/src/third_party/libevent/epoll.c:36:
>  6:47.93 ../../dist/system_wrappers/sys/epoll.h:4:15: fatal error: 
> sys/epoll.h: No such file or directory
>  6:47.93     4 | #include_next <sys/epoll.h>
>  6:47.93       |               ^~~~~~~~~~~~~
>  6:47.93 compilation terminated.
> 
> 
> someone already encountered and perhaps solved this header not existing?

Yeah, it's called "don't enable that C file". The real libevent package
ends up with EVENT__HAVE_EPOLL not defined on the Hurd so epoll.c is a
stub.

Jess




reply via email to

[Prev in Thread] Current Thread [Next in Thread]