Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build lotus-wallet independently #11186

Closed
5 of 11 tasks
paul8046 opened this issue Aug 20, 2023 · 1 comment · Fixed by #11187
Closed
5 of 11 tasks

Cannot build lotus-wallet independently #11186

paul8046 opened this issue Aug 20, 2023 · 1 comment · Fixed by #11187
Assignees
Labels
kind/bug Kind: Bug

Comments

@paul8046
Copy link

Checklist

  • 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.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus fvm/fevm - Lotus FVM and FEVM interactions
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt/WinningPoSt)
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

lotus-wallet version 1.23.3+mainnet+git.7bb1f98ac

Repro Steps

  1. git clone https://github.com/filecoin-project/lotus
  2. cd lotus
  3. git checkout releases
  4. 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

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
@rjan90
Copy link
Contributor

rjan90 commented Aug 20, 2023

Hey @paul8046! Thanks for the report, I have added a PR that fixes this in #11187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants