15:17 camelia joined 18:09 sugarbeet left 18:14 sugarbeet joined 18:55 rakkable left 18:56 rakkable joined
patrickb does the error "./libmoar.so: undefined reference to `gettid` during moar linking ring a bell for anyone? The binary release pipeline currently fails the Linux build with that error. 20:36
tellable6 2026-05-23T15:58:51Z #raku-dev <[Coke]> patrickb 2026.05 is ready for binary releases.
patrickb it's from src/jit/compile:200 20:39
github.com/MoarVM/MoarVM/commit/09...09a5f4acdf this is the commit. Ping timo 20:41
libuv has a "define gettid() syscall(SYS_gettid)" when it's a linux 20:43
[Coke] bah 20:50
If something comes up, I'm in a car 2 states away.
... though I'm IRCing from the car, so I guess that's not a blocker. :) 20:51
patrickb I've released all the binaries, except Linux. We'll need to fix this up. But not tonight. 20:56
I'm off to bed. 'night everyone! o/ 20:57
[Coke] patrickb++ 21:23
21:51 librasteve_ left
timo huh, why did that happen 21:55
cool thing that it all built totally fine on our CI 21:56
if gettid is #defined, why would it try to link it? 22:01
did i just have to #include <unistd.h> or maybe #define _GNU_SOURCE in front of it to get gettid? 22:49