bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install: cannot stat 'build/static/zenith.base': No such file or directory

rongcuid opened this issue · comments

I tried to make a musl build, but get this error:

mkdir -p build/dynamic
rm -f build/dynamic/zenith.nvidia
install -m 755 target/release/zenith build/dynamic/zenith.nvidia
make[1]: Leaving directory '/tmp/zenith'
mkdir -p build/static-bundle
install: cannot stat 'build/static/zenith.base': No such file or directory
make: *** [Makefile:105: linux-static] Error 1

This should be fixed in master, there wasn't a target in the make file for installing the static build, now there is!

I still get this error.

OK, the regular linux-static build works. Only when NVIDIA is enabled when it fails.

Sorry, but is this still an issue? I'm not sure what you mean by the last section there