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

[Bug] make build doesn't work properly in version 0.6.0 #3639

Closed
qkrwnsgh1288 opened this issue Sep 8, 2020 · 1 comment · Fixed by #3645
Closed

[Bug] make build doesn't work properly in version 0.6.0 #3639

qkrwnsgh1288 opened this issue Sep 8, 2020 · 1 comment · Fixed by #3645

Comments

@qkrwnsgh1288
Copy link

qkrwnsgh1288 commented Sep 8, 2020

Describe the bug
in v0.5.10, make build worked fine. but today in v0.6.0, make build doesn't work properly.

To Reproduce
Steps to reproduce the behavior:

  1. Run 'make build'
  2. See error
$ make build
git submodule update --init --recursive
Submodule path 'extern/filecoin-ffi': checked out '40569104603407c999d6c9e4c3f1228cbd4d0e5c'
fatal: reference is not a tree: ef5dba45b810d7090e029167cc66911ef8c42a07
Unable to checkout 'ef5dba45b810d7090e029167cc66911ef8c42a07' in submodule path 'extern/test-vectors'
Makefile:48: recipe for target 'build/.update-modules' failed
make: *** [build/.update-modules] Error 1

Version (run lotus version):
commit 60cae87

Additional context
and in v0.5.10, make clean worked fine without cargo, rust. but in v0.6.0, make clean doesn't work properly without cargo, rust.
In my specific server, cargo and rust are not installed. but It worked fine. but in v0.6.0, these libraries are required.

@arajasek
Copy link
Contributor

arajasek commented Sep 8, 2020

Thanks for the issue! Temp fixed this by holding that commit in a branch, real fix is in #3645.

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

Successfully merging a pull request may close this issue.

2 participants