-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fails on FreeBSD armv7,i386,powerpc architectures: error: conflicting types for 'get_cpu_speed' #80
Comments
It fails to build on NetBSD, 32 bits as well with a very similar output while building
It builds fine on x86_64 |
Returning |
Workaround by replacing "unsigned long" with "uint64_t" fix build/run. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267290 Should we wait for a better and correct fix for this or is it ok to use this workaround? Thanks @danfe |
- sys-info-0.9.1 crate fix FillZpp/sys-info-rs#80 PR: 267290
Please see a complete log: http://beefy17.nyi.freebsd.org/data/main-i386-default/p560362_s58661b3ba9/logs/starship-0.48.0.log (IPv6 URL).
The text was updated successfully, but these errors were encountered: