eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
362 stars 106 forks source link

Fails to build on FreeBSD #228

Closed yurivict closed 1 year ago

yurivict commented 1 year ago
[procfs 0.14.2] Building procfs on an for a unsupported platform. Currently only linux and android are supported
[procfs 0.14.2] (Your current target_os is freebsd)
error: failed to run custom build command for `procfs v0.14.2`
eminence commented 1 year ago

Hi, procfs doesn't support FreeBSD, as this error message indicates. So normally any project that depends on procfs would add it as a platform-specific dependency. Is there something about the above error message that is not sufficiently clear? Or something other behavior that you would expect?

yurivict commented 1 year ago

Thanks for the clarification.