We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source Code 0.4.13
Build faild.
Critical.
Run make build,with Hypriot-Rpi64(ARM64) on Raspberry 3B Output infomation as:
installing gx v0.12.1 bin/dist_get /ipfs/QmT3CLJKJzWPuN4NAN4LLy69UpKskMF3AuYhXstKdn8V43 gx bin/gx-v0.12.1 v0.12.1 ==> Using wget to download "https://ipfs.io/ipfs/QmT3CLJKJzWPuN4NAN4LLy69UpKskMF3AuYhXstKdn8V43/gx/v0.12.1/gx_v0.12.1_linux-arm64.tar.gz" to "bin/tmp/gx.tar.gz" --2018-01-15 13:25:01-- https://ipfs.io/ipfs/QmT3CLJKJzWPuN4NAN4LLy69UpKskMF3AuYhXstKdn8V43/gx/v0.12.1/gx_v0.12.1_linux-arm64.tar.gz Resolving ipfs.io (ipfs.io)... 217.182.195.23, 147.135.130.181, 2001:41d0:303:27b5::, ... Connecting to ipfs.io (ipfs.io)|217.182.195.23|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2018-01-15 13:25:03 ERROR 404: Not Found. error: couldn't download with wget (8) ==> Using curl to download "https://ipfs.io/ipfs/QmT3CLJKJzWPuN4NAN4LLy69UpKskMF3AuYhXstKdn8V43/gx/v0.12.1/gx_v0.12.1_linux-arm64.tar.gz" to "bin/tmp/gx.tar.gz" error: couldn't download with curl (22) Unable to download https://ipfs.io/ipfs/QmT3CLJKJzWPuN4NAN4LLy69UpKskMF3AuYhXstKdn8V43/gx/v0.12.1/gx_v0.12.1_linux-arm64.tar.gz. exiting. make: *** [bin/gx-v0.12.1] Error 1 bin/Rules.mk:18: recipe for target 'bin/gx-v0.12.1' failed The command '/bin/sh -c cd $SRC_DIR && mkdir .git/objects && ([ -z "$GX_IPFS" ] || echo $GX_IPFS > /root/.ipfs/api) && make build' returned a non-zero code: 2
The gx_v0.12.1_linux-arm64.tar.gz. non-exist.
The text was updated successfully, but these errors were encountered:
@openthings Any news? I'm also stuck with that...
Sorry, something went wrong.
Looks like there is no arm64 dist for gx (or anything else really).
As a workaround you can try make install_unsupported
make install_unsupported
Docker images for ARM (at least ARM64 used by moden rPi) got fixed by #10021, will ship with Kubo 0.22
No branches or pull requests
Version information:
Source Code 0.4.13
Type:
Build faild.
Severity:
Critical.
Description:
Run make build,with Hypriot-Rpi64(ARM64) on Raspberry 3B
Output infomation as:
The gx_v0.12.1_linux-arm64.tar.gz. non-exist.
The text was updated successfully, but these errors were encountered: