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
When I build docker image as make build-docker command, the following error is occurred and then failed.
My system is MacBook M1 Pro and Ventura 13.2.1.
=> [build-env 14/15] COPY . . 0.6s
=> ERROR [build-env 15/15] RUN BUILD_TAGS=muslc make build CGO_ENABLED=1 FINSCHIA_BUILD_OPTIONS="" 297.9s
------
> [build-env 15/15] RUN BUILD_TAGS=muslc make build CGO_ENABLED=1 FINSCHIA_BUILD_OPTIONS="":
#25 1.032 CGO_CFLAGS= CGO_LDFLAGS= CGO_ENABLED=1 go build -mod=readonly -tags "netgo ledger muslc goleveldb" -ldflags '-X github.com/line/lbm-sdk/version.Name=finschia -X github.com/line/lbm-sdk/version.AppName=finschia -X github.com/line/lbm-sdk/version.Version=feat_change_docs_for_finschia-cc00ddf2b5ee13924ad9cea844da744f60ad096a -X github.com/line/lbm-sdk/version.Commit=cc00ddf2b5ee13924ad9cea844da744f60ad096a -X github.com/line/lbm-sdk/types.DBBackend=goleveldb -X "github.com/line/lbm-sdk/version.BuildTags=netgo ledger muslc goleveldb," -X github.com/line/ostracon/version.TMCoreSemVer=v1.0.9 -w -s' -trimpath -o /finschia-build/finschia/build/ ./...
#25 193.7 # github.com/line/wasmvm/internal/api
#25 193.7 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lwasmvm_muslc: No such file or directory
#25 193.7 collect2: error: ld returned 1 exit status
#25 220.1 # github.com/zondax/hid
#25 220.1 In file included from /go/pkg/mod/github.com/zondax/[email protected]/hid_enabled.go:22:
#25 220.1 /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
#25 220.1 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
#25 220.1 | ^~~~~~~
#25 297.7 make: *** [Makefile:160: build] Error 2
------
executor failed running [/bin/sh -c BUILD_TAGS=muslc make build CGO_ENABLED=1 FINSCHIA_BUILD_OPTIONS="$FINSCHIA_BUILD_OPTIONS"]: exit code: 2
make: *** [build-docker] Error 1
The text was updated successfully, but these errors were encountered:
When I build docker image as
make build-docker
command, the following error is occurred and then failed.My system is MacBook M1 Pro and Ventura 13.2.1.
The text was updated successfully, but these errors were encountered: