You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to compile Starport v0.19.3 on FreeBSD 13.0-RELEASE-p6, but it aborts with the following error:
$ go version
go version go1.17.5 freebsd/amd64
$ gmake build
Building Starport...
# github.com/tendermint/starport/starport/pkg/nodetime/data
starport/pkg/nodetime/data/data.go:5:9: undefined: binaryCompressed
# github.com/tendermint/starport/starport/pkg/protoc-gen-dart/data
starport/pkg/protoc-gen-dart/data/data.go:5:9: undefined: binary
# github.com/tendermint/starport/starport/pkg/protoc/data
starport/pkg/protoc/data/data.go:19:9: undefined: binary
# github.com/docker/docker/pkg/system
../../go/pkg/mod/github.com/docker/[email protected]+incompatible/pkg/system/mknod.go:12:19: cannot use dev (type int) as type uint64 in argument to unix.Mknod
gmake: *** [Makefile:22: build] Error 2
There is no docker on FreeBSD and I don't understand, why it is necessary for compiling the binary.
Can docker support be disabled?
No idea about the other errors.
P.S. I'm not a programmer or developer, just a user. I was able to compile the daemons (written in golang) of various blockchain project that use the Cosmos-SDK, but now I have stumbled across the first one that uses Starport for building.
The text was updated successfully, but these errors were encountered:
I have tried to compile Starport v0.19.3 on FreeBSD 13.0-RELEASE-p6, but it aborts with the following error:
There is no docker on FreeBSD and I don't understand, why it is necessary for compiling the binary.
Can docker support be disabled?
No idea about the other errors.
P.S. I'm not a programmer or developer, just a user. I was able to compile the daemons (written in golang) of various blockchain project that use the Cosmos-SDK, but now I have stumbled across the first one that uses Starport for building.
The text was updated successfully, but these errors were encountered: