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

error: failed to load manifest for workspace member #78

Open
hustnn opened this issue Mar 3, 2023 · 6 comments
Open

error: failed to load manifest for workspace member #78

hustnn opened this issue Mar 3, 2023 · 6 comments

Comments

@hustnn
Copy link

hustnn commented Mar 3, 2023

an error when running cargo build --release --bin fusion-sequencer

@leonardoalt
Copy link
Owner

What's the error you get? The command runs fine for me.

@hustnn
Copy link
Author

hustnn commented Mar 4, 2023

The error is shown below when I run cargo build --release --bin fusion-sequencer

error: failed to load manifest for workspace member `/code/blockchain/fusion/fusion-prover`

Caused by:
  failed to load manifest for dependency `fusion-l1`

Caused by:
  failed to read `/code/blockchain/fusion/l1-verifier/out/bindings/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

@hustnn
Copy link
Author

hustnn commented Mar 4, 2023

Should I make l1-verifier first, but the Verifier.sol is not found in circuits path.

@hustnn
Copy link
Author

hustnn commented Mar 4, 2023

I think I figured it out.

In circuit folder, still need to run

make setup 
make verifier

and then

cd l1-verifier && make

But the build meets this error
image

@leonardoalt
Copy link
Owner

Ah yes you're right! I need to update that in the README, thanks.

What's your foundry version?

@leonardoalt
Copy link
Owner

I think I figured it out.

In circuit folder, still need to run

make setup 
make verifier

and then

cd l1-verifier && make

But the build meets this error image

I recently saw that same error which foundryup fixed for me. Can you try that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants