basho / riak

Riak is a decentralized datastore from Basho Technologies.

Home Page:http://docs.basho.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fails on AArch64, Fedora 33

LutzWeischerFujitsu opened this issue · comments

[jw@cn05 riak]$ make VERBOSE=1 -j1
/home/jw/riak/rebar3 upgrade
===> Fetching cuttlefish (from {git,"git://github.com/basho/cuttlefish.git",{tag,"2.1.0"}})
===> Plugin {rebar3_cuttlefish,
{git,"https://github.com/basho/rebar3_cuttlefish",
{tag,"0.2.0"}}} not available. It will not be used.
===> Verifying dependencies...
===> Fetching cluster_info (from {git,"git://github.com/basho/cluster_info.git",
{ref,"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}})
===> Failed to fetch and copy dep: {git,"git://github.com/basho/cluster_info.git",
{ref,
"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}}
make: *** [Makefile:33: deps] Error 1
[jw@cn05 riak]$

Failed to fetch and copy dep can be due to network issues.

Do you have outbound access on the git protocol?

If not have you tried forcing use of https (e.g. git config --global url."https://".insteadOf git://)?

I've noticed you've opened similar issues in 51 other repositories. Do you intend to use Riak on this platform, or are you just investigating compatibility in general?

Thanks for the quick feedback. I also suspect I might have network trouble, I didn't have earlier, but the picture is still not clear. I will put this on hold and try fresh a little later.

It seems some software needs explicit proxy handling. I get now:

(base) [jw@cn06 riak]$ make VERBOSE=1 -j1
/data/jw/riak/rebar3 upgrade
===> Fetching cuttlefish (from {git,"git://github.com/basho/cuttlefish.git",{tag,"2.1.0"}})
===> Plugin {rebar3_cuttlefish,
{git,"https://github.com/basho/rebar3_cuttlefish",
{tag,"0.2.0"}}} not available. It will not be used.
===> Verifying dependencies...
===> Fetching cluster_info (from {git,"git://github.com/basho/cluster_info.git",
{ref,"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}})
===> Failed to fetch and copy dep: {git,"git://github.com/basho/cluster_info.git",
{ref,
"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}}
make: *** [Makefile:33: deps] Error 1
(base) [jw@cn06 riak]$

I'm using

git clone https://github.com/basho/riak