f8-ptrk / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
0 stars 0 forks source link

make clean fails if rust isn't installed #1

Open f8-ptrk opened 2 weeks ago

f8-ptrk commented 2 weeks ago

Checklist

Lotus component

Lotus Version

following certain routs of the readme.md file lets you skip installing rust

make clean then errors

Repro Steps

  1. Run '...'
  2. Do '...'
  3. See error '...' ...

Describe the Bug

x

Logging Information

x
f8-ptrk commented 2 weeks ago
make clean
rm -rf build/.filecoin-install build/.update-modules lotus lotus-miner curio sptool lotus-worker lotus-shed lotus-gateway lotus-seed lotus-fountain lotus-bench lotus-stats lotus-pcr lotus-health lotus-wallet lotus-keygen testground tvx lotus-sim
make -C extern/filecoin-ffi/ clean
make[1]: Entering directory '/opt/filecoin/build/lotus/extern/filecoin-ffi'
go clean -cache -testcache
rm -rf filcrypto.h filcrypto.pc libfilcrypto.a .install-filcrypto
rm -f ./runner
cd rust && cargo clean && cd ..
/bin/sh: 1: cargo: not found
make[1]: *** [Makefile:21: clean] Error 127
make[1]: Leaving directory '/opt/filecoin/build/lotus/extern/filecoin-ffi'
make: [Makefile:328: clean] Error 2 (ignored)