Eric Wong <[email protected]> wrote: > Štěpán Němec <[email protected]> wrote: > > t/cindex.t ................... 37/? > > > > Has been stuck there for a Real Long Time now (half an hour or so). > > > -cindex is a new feature and still under development and the > good news is I'm able to reproduce it. I will try to fix it soon.
One problem is the lack of p5-Inline/p5-Inline-C, nor Socket::MsgHdr being installed (none are needed on Linux); so I'll have to make that part work with pure Perl... The other thing is if Inline/Inline::C/Socket::MsgHdr is installed on OpenBSD; AF_UNIX + SOCK_SEQPACKET + MSG_EOR behaves different on OpenBSD than it does on FreeBSD or Linux. So maybe it's a bug in OpenBSD, I'm misunderstanding MSG_EOR, or both: https://marc.info/?i=20230826020759.M335788@dcvr In any case, my connectivity to my OpenBSD VM is spotty but maybe s/MSG_EOR/0/g for all send*() calls is the way to go...
