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 error #28

Open
Konstantin35 opened this issue Jul 18, 2021 · 2 comments
Open

Build error #28

Konstantin35 opened this issue Jul 18, 2021 · 2 comments

Comments

@Konstantin35
Copy link

System information

Go version: go1.16.6 linux/amd64, go1.16 linux/amd64
Geth version: V1.5.0 - Atlas
OS & Version: Linux
Commit hash : (if develop)

Expected behaviour

Actual behaviour

Steps to reproduce the behaviour

Backtrace

root@debian:~# cd Ether1
root@debian:~/Ether1# make geth
env GO111MODULE=on go run build/ci.go install ./cmd/geth
>>> /usr/local/go/bin/go build -ldflags -X main.gitCommit=2b38397ffc3138bb1a146a73dfed29d3d9acbe47 -X main.gitDate=20210718 -trimpath -v -o /root/Ether1/build/bin/geth ./cmd/geth
../go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go115.go:12:2: missing go.sum entry for module providing package github.com/marten-seemann/qtls-go1-15 (imported by github.com/lucas-clemente/quic-go/internal/qtls); to add:
        go get github.com/lucas-clemente/quic-go/internal/[email protected]
util.go:47: exit status 1
exit status 1
Makefile:16: ошибка выполнения рецепта для цели «geth»
make: *** [geth] Ошибка 1

doesn't want to build

@0stein
Copy link

0stein commented Jul 19, 2021

Try using go 1.15. It worked to me.

@dylie
Copy link
Member

dylie commented Aug 7, 2021

Run following commands to make it work in version 1.16 aswel:

cd Ether1
systemctl stop ether1node
go mod tidy
make
systemctl start ether1node

If any error occur on the systemctl start command, try a fresh block database build using:

/root/Ether1/build/bin/geth removedb

"Y" on everything will clear your node block height back to 0 (full resync).

after that, run systemctl start ether1node again

edit note: looks like 1.16 go version no longer supports the --lightserv 75 --lightpeers 100 tags. please remove them in orde to make your bootnode work on go 1.16 + etho Atlas 1.5.0 update.

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

3 participants