IRC channel logs

2021-12-27.log

back to list of logs

<stikonas>rekado_: I have some problem building openjdk-16, any ideas?
<stikonas> https://stikonas.eu/files/p3c0gwv4lbsfx54rj8al848ckzvk9s-openjdk-16.0.1.drv.bz2
<stikonas>the error itself is g++: fatal error: cannot execute 'as': vfork: Resource temporarily unavailable
<stikonas>maybe I should try running guix with 1 core (-c 1)
<fossy>stikonas[m]: sounds suspiciously like you have reached max process limit
<stikonas[m]>strange though, I wasn't running much and also reproducible after reboot...
<stikonas[m]>Anyway, will try it tomorrow
<fossy>openjdk might be making a crap ton of processes in build
<fossy>i have reached max process limit building a java thingo before (haven't tried openjdk itself though)
<stikonas>oriansj: I'm getting cycling dependency with new M2libc
<stikonas>bootstrappable.c needs fputs from stdio.c
<stikonas>but stdio.c needs brk
<stikonas>oh, maybe I can unentangle this...
<stikonas>hmm, now got "#define got something it can't handle"
<stikonas>probably need to backport that change that I suggested to M2-Planet
<stikonas>hmm, I think the best way forward is to add some extra forward-declarations to M2libc
<stikonas>ok, actually managed to find the order of -f that works without having to tweak M2libc
<stikonas>doras: I think I can get rid of that after.kaem.arch in live-bootstrap reasonably soon
<stikonas>or rather move it to stage0-posix
<stikonas>stage0-posix already contains individual ARCH directories
<stikonas>it will mean we need an extra kaem file in each directory, so it's not entirely for free
<stikonas>but it will reduce complexity in live-bootstrap
<stikonas>and I might also make some simplifications to stage0-posix in the process
<doras>Great! :)
<stikonas>it's quite a large change (since I need to pull in newer M2libc into stage0-posix too)
<stikonas>but I think I've got the tricky bits done, now just more of the same
<stikonas>ok, small blocker. oriansj, can you merge this: https://github.com/oriansj/mescc-tools/pull/36
<stikonas>hmm, maybe I shouldn't yet convert stuff to M2-Mesoplanet... got some segfault
<doras>We're currently trying to use live-bootstrap build with my bwrap mode to start our bootstrap process locally and see what fails. So far a lot 😅
<doras>No cross-compilation yet, no proper sandboxing or mirroring, etc. Just to see if it replace our own bootstrap image.
<doras>if it can*
<doras>Some things did build successfully though, so there's that.
<doras>Currently struggling with building rsync.
***attila_lendvai_ is now known as attila_lendvai
<stikonas>well, you have just started looking at it last week, things take time...
***lh is now known as hpfr