While compiling carbon-relay for A8 (ARM ) Facing errors in flag_parsers.go
RVimalraj1989 opened this issue · 0 comments
RVimalraj1989 commented
/go/src/github.com/grafana/carbon-relay-ng ((v1.4.3))$ make build-linux LINUX_PACKAGE_GOARCH=arm
cd ui/web && go-bindata -pkg web admin_http_assets/...
find . -name '*.go' | grep -v '^./vendor' | xargs gofmt -w -s
GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags "-X main.Version=1.4.3" -o carbon-relay-ng-linux-arm ./cmd/carbon-relay-ng
github.com/grafana/metrictank/util
../../../../pkg/mod/github.com/grafana/metrictank@v1.0.1-0.20221128152741-61182cf5f40e/util/flag_parsers.go:32:25: constant 4294967295 overflows int
Makefile:34: recipe for target 'carbon-relay-ng-linux-arm' failed
make: *** [carbon-relay-ng-linux-arm] Error 2