Giter Club home page Giter Club logo

Comments (7)

tzapu avatar tzapu commented on August 20, 2024

hey, i m not familiar with the nanopc t4 nor have we tried to build it on arm so shooting in the dark here
what version of go have you got installed? go version in console

from eth2stats-client.

eliaskg avatar eliaskg commented on August 20, 2024

Just tried it under a regular Linux machine (Debian, X86), unfortunately with the same result.

go version go1.7.4 linux/amd64

from eth2stats-client.

lacasian avatar lacasian commented on August 20, 2024

Hey @eliaskg ! You need go 1.11 minimum to be able to build it. Earlier versions, like you have there, lack go modules support.

from eth2stats-client.

eliaskg avatar eliaskg commented on August 20, 2024

Thanks @kwix! Now I'm one step further and it starts building. However it produced a checksum error for a certain package now. I already tried go clean -modcache.

verifying github.com/ugorji/go/[email protected]: checksum mismatch
downloaded: h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
go.sum: h1:zVRFvIPbjpIMl2pf6vLXZTYXTo13zccQOe/LjQ3dqP8=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.
Makefile:4: recipe for target 'build' failed
make: *** [build] Error 1

from eth2stats-client.

tzapu avatar tzapu commented on August 20, 2024

maybe it's still something related to the go version, could you confirm what go version you are running now?

if it's 1.13 or higher you might want to try disabling the now by default enabled google proxy and checksum, just as a test

go env -w GOPROXY=direct
go env -w GOSUMDB=off

from eth2stats-client.

tzapu avatar tzapu commented on August 20, 2024

in addition to the above, could you maybe also try branch https://github.com/Alethio/eth2stats-client/tree/replace-codec-version ? i tried to override that packages's version so it's fixed

from eth2stats-client.

tzapu avatar tzapu commented on August 20, 2024

i have merged this, hopefully it will cause less issues. feel free to reopen if you still have issues

from eth2stats-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.