Error while building the testnet node (on Ubuntu 16.04.4 x64)
Closed this issue · 4 comments
I'm trying to build the full node on a fresh VPS right now.
I updated and upgraded the system, installed the dependencies and then "./anonutil/build.sh -j$(nproc)" gives me the following error after some time:
Fetching libevent...
https://z.cash/depends-sources/libevent-2.1.8.tar.gz:
2018-08-19 15:07:30 ERROR 403: Forbidden.
https://codeload.github.com/libevent/libevent/tar.gz//release-2.1.8-stable:
2018-08-19 15:07:31 ERROR 404: Not Found.
funcs.mk:242: recipe for target '/home/mm0104/anon/depends/sources/download-stamps/.stamp_fetched-libevent-libevent-2.1.8.tar.gz.hash' failed
make: *** [/home/mm0104/anon/depends/sources/download-stamps/.stamp_fetched-libevent-libevent-2.1.8.tar.gz.hash] Error 8
make: Leaving directory '/home/mm0104/anon/depends'
Currently trying to build on Ubuntu 18.04.
Looks better so far. Will update here.
On Ubuntu 18.04 x64 I get:
Fetching libgmp...
https://z.cash/depends-sources/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz:
2018-08-19 16:17:41 ERROR 404: Not Found.
https://codeload.github.com/z-classic/libgmp/tar.gz//aece03c7b6967f91f3efdac8c673f55adff53ab1:
2018-08-19 16:17:42 ERROR 404: Not Found.
funcs.mk:242: recipe for target '/home/mm0104/anon/depends/sources/download-stamps/.stamp_fetched-libgmp-libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.hash' failed
make: *** [/home/mm0104/anon/depends/sources/download-stamps/.stamp_fetched-libgmp-libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.hash] Error 8
make: Leaving directory '/home/mm0104/anon/depends'
I assume the links are wrong.
https://codeload.github.com/z-classic/libgmp/tar.gz//aece03c7b6967f91f3efdac8c673f55adff53ab1 does not work.
https://codeload.github.com/z-classic/libgmp/tar.gz/aece03c7b6967f91f3efdac8c673f55adff53ab1 works though.
Note the "//".
Problem solved by not doing "./anonutil/build.sh -j$(nproc)" but "./anonutil/build.sh" only.
Thanks to Brent for pointing this out to me.