Originally posted by @Sjors in https://github.com/bitcoin/bitcoin/issues/31741#issuecomment-2633426678
I'm unable to make a Guix build. I'm using a branch sjors/2025/02/ipc-guix which enables multiprocess in the simplest possible way, without modifying the depends system, by setting MULTIPROCESS=1 in the pre-download and depends make step.
It downloads and builds capnp as expected, but in the build says:
make: Entering directory '/bitcoin/depends'
Checksum missing or mismatched for native_libmultiprocess source. Forcing re-download.
...
Extracting native_capnp..
...
Caching native_capnp...
Fetching from
/gnu/store/7k364lx15sq567ivd79pp9dmnallcxz1-bash-minimal-5.1.16/bin/sh: line 1: curl: command not found
Fetching from https://bitcoincore.org/depends-sources
/gnu/store/7k364lx15sq567ivd79pp9dmnallcxz1-bash-minimal-5.1.16/bin/sh: line 1: curl: command not found
make: *** [funcs.mk:324: /bitcoin/depends/sources/download-stamps/.stamp_fetched-native_libmultiprocess-.hash] Error 127
I can add more debugging if you can't reproduce.