IRC channel logs
2025-04-23.log
back to list of logs
<ArneBab>old: git clone git@github.com:atemerev/skynet.git && cd skynet/guile-fibers && ./skynet.scm <ArneBab>old: the skynet benchmark is a pure multithreading overhead benchmark. <cow_2001>i think i'll use skribilo for the next srfi-196 info manual <ieure>Can someone explain this build failure to me? If you clone https://codeberg.org/ieure/guix.git and check out the autofs-service-type branch, then `guix time-machine --commit=15562902da00c97910d918c7bf825d6fc6a9f84b -- shell -m manifest.scm --pure'... <ieure>Then run `./bootstrap && ./configure && make -j8'. <ieure>error: failed to load 'gnu/build/linux-initrd.scm': <ieure>ice-9/eval.scm:293:34: In procedure symbol->string: Wrong type argument in position 1 (expecting symbol): #:cpio <ieure>The changes on this branch cause the build to fail, the base commit builds fine. The only changes relative to the base are in gnu/services/nfs.scm, so I have no idea how that would cause issues with gnu/build/linux-initrd.scm. <ieure>Also, if you check out the base commit and `make -j8', *then* check out autofs-service-type, the build succeeds. It only fails when autofs-service-type is built from a clean slate. <chrislck>anyone knows about spk121 recent commits to guile how it compiles on win32? <old>fibers use way to many file descriptors <chrislck>old: i suspect this doesn't reply to me direclty <mwette>Is there a procedure to check membership of a vlist? I <mwette>I'm currently using vhash, which I guess makes more sense.