-
Notifications
You must be signed in to change notification settings - Fork 32
Segmentfault when building fastfetch #116
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
Comments
This is due to a bug in the latest version of the libc crate: rust-lang/libc#3677 You can fix it by not updating n2's Cargo.lock, or by adding |
Thanks, it's happy now. |
Just checking, the lock file we have should pin us to a working version right? |
Probably not, I think. Line 346 in 15a580d
Edited: maybe we need to update the readme to use cargo install --git https://github.com/evmar/n2 --locked
|
Apparently `cargo install` means "install using versions I've never tested", while `cargo install --locked` means "install using the versions I specified". Fixes #116.
Thanks, TIL and I updated the readme. |
Apparently `cargo install` means "install using versions I've never tested", while `cargo install --locked` means "install using the versions I specified". Fixes #116.
Setps to reproduce:
Ninja is a symbol link to n2.
Stacktrace
The text was updated successfully, but these errors were encountered: