anyproto / any-sync-coordinator

Implementation of coordinator node from any-sync protocol
https://anytype.io
MIT License
22 stars 12 forks source link

Error compiling: executing make deps #67

Closed raulalhenacare closed 4 months ago

raulalhenacare commented 4 months ago

Have you read a contributing guide?

Current Behavior

Showing the errors attached in logs.

Expected Behavior

Executing make deps install/compile the dependencies. It looks like there is a conflict with the roundupsize function.

Steps To Reproduce

clone the repository make deps

Environment

- OS:Unbuntu
- Version: 22.04
- Golang version: 1.22

Anything else?

go mod download go build -o deps github.com/ahmetb/govvv

runtime

/usr/local/go/src/runtime/msize_allocheaders.go:16:6: roundupsize redeclared in this block /usr/local/go/src/runtime/msize.go:13:6: other declaration of roundupsize /usr/local/go/src/runtime/map.go:357:25: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/slice.go:191:41: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/slice.go:197:56: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/slice.go:210:48: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/slice.go:218:32: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/string.go:273:36: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) /usr/local/go/src/runtime/string.go:288:38: too many arguments in call to roundupsize have (uintptr, bool) want (uintptr) make: *** [Makefile:25: deps] Error 1

raulalhenacare commented 4 months ago

Noticed is an error of golang, closing