coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
69 stars 24 forks source link

No such file go-bindata #8

Closed sanchitram1 closed 1 year ago

sanchitram1 commented 1 year ago

Was able to run until bootstrap, but when trying to make build, got an error saying that there is No such file or directory. I also got the same error when executing as individual lines: go run ./tools/config_gen ./config_templates/config . -- ran successfully go-bindata -ignore secrets\.yml -ignore config/config.go -modtime 1640048354 -o config/config.go -pkg config config/.. -- failed

Error message:

make: go-bindata: No such file or directory
make: *** [config] Error 1

My guess is go-bindata is not where it's supposed to be?

leozc commented 1 year ago

Please try to run the scripts/bootstrap.sh

leozc commented 1 year ago

resolved