Lorenzo Beretta

Results 36 comments of Lorenzo Beretta

criu fails to build on musl for a different reason: ``` criu/fsnotify.c:227:5: error: conflicting types for 'check_open_handle' 227 | int check_open_handle(unsigned int s_dev, unsigned long i_ino, | ^~~~~~~~~~~~~~~~~ In file...

zapping fixed it, thank you. 3.17 then doesn't build - the patches no longer apply and ``` criu/pie/restorer.c: In function 'create_posix_timers': criu/pie/restorer.c:1070:6: error: 'struct sigevent' has no member named 'sigev_notify_thread_id'...

About the aegisub boost abomination, there was some problem in the boost PR, maybe they know more. The failure in es seems because there's a missing "&" and I guess...

Hyperrogue has a new version but xbps-src says "NO VERSION"; sticking ``` site=https://github.com/zenorogue/hyperrogue/releases/latest # adapted from wine/update pattern="v\K[^\d]*([\d]+\.[a-z0-9]+)" ``` into hyperrogue/update almost works (it's VERY quick&dirty), but anyway, the point...

@paper42 About zig: I tried in a amd64 musl VM, 4G and then 8G of memory, and it both cases it died in a way similar to yours (the 8GB...

@paper42 on x86_64/musl zig *does* build if given enough swap - I tried in a vm with 4GB of memory and 10GB of swap and it compiled fine in <...