-
Notifications
You must be signed in to change notification settings - Fork 892
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
error: 'sysinfo not supported on this platform' in FreeBSD #2629
Comments
We use |
get an update PR for effective-limits that passes CI |
@rbtcollins Any update? :) |
I'm not working on this |
I have filed rbtcollins/effective-limits.rs#13 which, if it turns out okay will permit a future release of effective-limits to include freebsd support. |
👍 Thanks for doing that, and I take that as a solved answer, feel free to close this issue if needed. |
I think that this issue shouldn't be closed until the effective-limits release is done and we've updated rustup to use the new version. |
@wisonye Your cargo-watch delays are due to the notify crate using a fallback polling-based approach, basically running a walkdir every few seconds (notify-rs/notify#273). I had a standalone proof-of-concept directory watcher using kqueue, but didn't take it very far. |
Wow, thanks for the point out. The |
@rustbot label: +O-bsd |
See also: #2774 |
On the basis that the actual error has been fixed, I'm closing this, but we do want to update to a new effective-limits when one is released using a newer sysinfo. |
This fixes the "sysinfo not supported on this platform" errors on many platforms. While I'm here, fix the unit tests on FreeBSD, too. Fixes rust-lang#2629
This fixes the "sysinfo not supported on this platform" errors on many platforms. Fixes rust-lang#2629
rustup 1.24.3 still has this error, please release a new version soon, thanks! |
This fixes the "sysinfo not supported on this platform" errors on many platforms. Fixes rust-lang#2629
It is still not fixed. Any updates or at least a workaround? |
Hi. What's the timeline on a new release (e.g., a 1.24.4) that includes this fix? It is the number one source of reported confusion we get from illumos users and I assume from users on other platforms like FreeBSD. |
@jclulow I've had a pretty mad year, but I'm starting to work through the bits left before I can do a release. My hope is "pretty soon" for an unquantifiable value of that. |
Problem
Hi there, there is some problems when installing and running
Rust
inFreeBSD
.I've already tried that on my son's laptop.
When installing
rust
via the command show in official website:It prints out many
error: 'sysinfo not supported on this platform' in FreeBSD
. When I add some components, it also show that error like below:After installing, can compile and run rust code with no any problem. But I installed
cargo-watch
as well,and it delay a few seconds to detect the file change, no sure relate the above error or not :)
uname -a
output in his laptop:Notes
Output of
rustup --version
:Output of
rustup show
:The text was updated successfully, but these errors were encountered: