Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rongcuid opened this issue Jun 20, 2022 · 4 comments
Open
Assignees

Comments

@rongcuid
Copy link

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
@bvaisvil bvaisvil self-assigned this Jun 22, 2022
bvaisvil added a commit that referenced this issue Jun 22, 2022
@bvaisvil
Copy link
Owner

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

@rongcuid
Copy link
Author

I still get this error.

@rongcuid
Copy link
Author

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

@bvaisvil
Copy link
Owner

bvaisvil commented Oct 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants