On 4 Mar 2021, at 22:04, Riccardo Mottola <riccardo.mott...@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