A URL isn’t resolving early in the build process.
The same flow works for v5.2.0 but not for v5.3.0
Console:
$ ./zcutil/build.sh
+ eval make --version
+ make --version
GNU Make 4.3
Built for aarch64-unknown-linux-gnu
+ as --version
GNU assembler (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This assembler was configured for a target of `aarch64-linux-gnu'.
+ DEBUG=
+ HOST=aarch64-unknown-linux-gnu BUILD=aarch64-unknown-linux-gnu make -C ./depends/ DEBUG=
make: Entering directory '~/zcash/depends'
Fetching native_clang...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
make: *** [funcs.mk:262: ~/zcash/depends/sources/download-stamps/.stamp_fetched-native_clang-clang-llvm-14.0.6-aarch64-linux-gnu.tar.xz.hash] Error 22
Environment:
Host: Raspberry Pi 4 8GB
OS: Ubuntu 22.04.1 Server
Steps to reproduce:
$ sudo apt update
$ sudo apt install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python3-zmq zlib1g-dev curl bsdmainutils automake libtinfo5
$ sudo apt install gcc-10 clang
$ git clone https://github.com/zcash/zcash.git
$ cd zcash
$ git checkout v5.3.0
$ ./zcutil/fetch-params.sh
$ ./zcutil/clean.sh
$ ./zcutil/build.sh