Štěpán Němec <[email protected]> wrote:
> On Thu, 31 Aug 2023 11:11:52 +0200
> Štěpán Němec wrote:
> > On Wed, 30 Aug 2023 21:18:49 +0000
> > Eric Wong wrote:
> >
> >> What's lei-import-http.t stuck on?  I haven't seen that...
> >
> > Have you tried without p5-Inline?  I installed it now and the test passes.
> 
> Ah, I see now that PERFORMANCE NOTES in lei-overview.pod says Inline::C
> is required, so perhaps just some adjustments to the test
> skipping/diagnostics and INSTALL instructions (which say Inline::C is
> optional) would be helpful?

Actually, Inline::C is only needed for lei on *BSDs nowadays.
Common/available-on-cfarm Linux arches can rely on stable
syscall numbers to do FD passing.

The problems with the lei tests w/o Inline::C on *BSD is trying
to skip them too fast is more likely to trigger a race with
EVFILT_SIGNAL (but not Linux signalfd).  Still working on
patches to fix it and other subtle things around signal
handling...

Reply via email to