make[1]: *** No rule to make target 'clean'. Stop. #8880
-
Ubuntu 20.04.1 Action: Actual result: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This is a normal behavior and you can ignore the errors. Why it happens?
If you want to test this theory then run the following steps:
You should not see any errors as submodules have been downloaded and Makefile for filecoin-ffi exists on the system. |
Beta Was this translation helpful? Give feedback.
-
run "git submodule update --init" run "make clean all" root@ubuntu:~/lotus# make clean all |
Beta Was this translation helpful? Give feedback.
-
This seems like a system command issue. You need to check this on your side. Nothing to do with lotus. Stuck download could be a network issue or issue with golang version. This is again not specific to lotus. |
Beta Was this translation helpful? Give feedback.
This is a normal behavior and you can ignore the errors.
Why it happens?
If you want to test this theory then run the following steps:
You should not see any errors as submodules have been downloaded and Makefile for filecoin-ffi exists on the system.