libsodium's autogen.sh fetches config.sub/config.guess from git.savannah.gnu.org gitweb, which is frequently down (currently returns 502). curl saved the HTML error page over config.sub, so libsodium's configure died with "cannot run /bin/bash ./build-aux/config.sub" and the whole build failed. autoreconf -ivf (run earlier in autogen.sh) already installs valid config.sub/ config.guess from the build host, so set DO_NOT_UPDATE_CONFIG_SCRIPTS=1 (the script's own opt-out) to skip the fragile download. Validated: the full build now completes and produces working dragonxd/dragonx-cli/dragonx-tx. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1.2 KiB
1.2 KiB