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

host::users is not available for musl target environment #141

Open
svartalf opened this issue Aug 28, 2019 · 0 comments
Open

host::users is not available for musl target environment #141

svartalf opened this issue Aug 28, 2019 · 0 comments
Labels
A-host Area: heim-host crate O-linux Operating system: Linux P-low Low priority

Comments

@svartalf
Copy link
Member

Since utmp/wtmp is not available in musl, host::users stream will always be empty and any host::User method will panic, as there is no data to provide.

As for now, nothing will be implemented instead of the missing utmp routines, and this issue exists only as a note for anyone wondering why it does not work as intended.

@svartalf svartalf added A-host Area: heim-host crate O-linux Operating system: Linux P-low Low priority labels Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-host Area: heim-host crate O-linux Operating system: Linux P-low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant