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:
0make: Entering directory '/bitcoin/depends'
1Checksum missing or mismatched for native_libmultiprocess source. Forcing re-download.
2...
3Extracting native_capnp..
4...
5Caching native_capnp...
6Fetching from
7/gnu/store/7k364lx15sq567ivd79pp9dmnallcxz1-bash-minimal-5.1.16/bin/sh: line 1: curl: command not found
8Fetching from https://bitcoincore.org/depends-sources
9/gnu/store/7k364lx15sq567ivd79pp9dmnallcxz1-bash-minimal-5.1.16/bin/sh: line 1: curl: command not found
10make: *** [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.