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
This is not a security-related bug/issue. If it is, please follow please follow the security policy.
I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
I am running the Latest release, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
lotus-wallet will not build unless proceeded by some other lotus component (such as lotus-shed). make lotus-shed lotus-wallet will work.
Logging Information
go build -ldflags="-X=github.com/filecoin-project/lotus/build.CurrentCommit=+git.7bb1f98ac" -o lotus-wallet ./cmd/lotus-wallet
chain/consensus/utils.go:12:2: github.com/filecoin-project/filecoin-ffi@v0.30.4-0.20220519234331-bfd1f5f9fe38 (replaced by ./extern/filecoin-ffi): reading extern/filecoin-ffi/go.mod: open /Users/tintin/Code/lotus/lotus/extern/filecoin-ffi/go.mod: no such file or directory
chain/vm/fvm.go:21:2: github.com/filecoin-project/filecoin-ffi@v0.30.4-0.20220519234331-bfd1f5f9fe38 (replaced by ./extern/filecoin-ffi): reading extern/filecoin-ffi/go.mod: open /Users/tintin/Code/lotus/lotus/extern/filecoin-ffi/go.mod: no such file or directory
make: *** [lotus-wallet] Error 1
The text was updated successfully, but these errors were encountered:
Checklist
Latest release
, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Repro Steps
git clone https://github.com/filecoin-project/lotus
cd lotus
git checkout releases
make lotus-wallet
Describe the Bug
lotus-wallet will not build unless proceeded by some other lotus component (such as lotus-shed).
make lotus-shed lotus-wallet
will work.Logging Information
The text was updated successfully, but these errors were encountered: