-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support for this target OS is not implemented yet!
.
#37
Comments
This crate interfaces with the operating system and needs to be explicitly extended to work with every OS including OpenBSD. Nevertheless, allowing other targets to build with a dummy implementation, by moving errors to the runtime, could be an improvement. |
I am getting the same thing when running on termux in android
I guess since this repo is a dependency, it led me here |
Just saying… |
I think that now rust-battery is an optional dependency of bottom. I tried to run bottom on NetBSD though and even if it build well it seems its not the only thing missing to make it work. Bottom needs full porting at least on NetBSD (I don't know for OpenBSD but this might be similar, just try) |
Disabling the default feature installed successfully cargo install --no-default-features starship
cargo install --no-default-features bottom |
@sharunkumar Termux is not containerized or virtualized. Meaning, Termux is still dependent on the sub-framework of android. While this normally would not cause an issue, in the case of accessing device peripherals, this would cause difficulties. As the two are differently structured and use different labeling schemes. @naguam Yeah, same here. Bottom looks awesome, but does not finish building without error. NetBSD is a beautiful OS. Enjoy it. |
Here it comes for NetBSD :) |
Attempted to install starship for zsh on OpenBSD-CURRENT, and received the following error message:
Support for this target OS is not implemented yet!
.Why is it not allowing me to build? OpenBSD runs rust too.
The text was updated successfully, but these errors were encountered: