Skip to content
Discussion options

You must be logged in to vote

This is a normal behavior and you can ignore the errors.

Why it happens?

  1. Make runs "clean" before "all"
  2. At this point no submodule is initialised.
  3. So, when make run "make -C extern/filecoin-ffi clean" , there is no file inside "extern/filecoin-ffi"
  4. This results in the error you see.

If you want to test this theory then run the following steps:

  1. git clone https://github.com/filecoin-project/lotus.git
  2. cd lotus/
  3. git submodule update --init
  4. make clean all

You should not see any errors as submodules have been downloaded and Makefile for filecoin-ffi exists on the system.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by LexLuthr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@blockchainx
Comment options

@blockchainx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/archived Archive label, use when closing/locking old discussions.
2 participants