Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails on AArch64, Fedora 33 #1061

Open
LutzWeischerFujitsu opened this issue Mar 22, 2021 · 3 comments
Open

build fails on AArch64, Fedora 33 #1061

LutzWeischerFujitsu opened this issue Mar 22, 2021 · 3 comments

Comments

@LutzWeischerFujitsu
Copy link

[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]$

@martinsumner
Copy link
Contributor

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?

@LutzWeischerFujitsu
Copy link
Author

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.

@LutzWeischerFujitsu
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants