You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following build error from system_configuration v0.6.1 when building on Linux:
ERROR: /root/.cache/bazel/_bazel_root/f1dda70852d9c97abf4f8f9fda6b2822/external/rules_rust~~crate~crates_index__system-configuration-0.6.1/BUILD.bazel:16:13: Compiling Rust rlib system_configuration v0.6.1 (7 files) failed: (Exit 1): process_wrapper failed: error executing Rustc command (from target @@rules_rust~~crate~crates_index__system-configuration-0.6.1//:system_configuration) bazel-out/aarch64-opt-exec-ST-d57f47055a04/bin/external/rules_rust~/util/process_wrapper/process_wrapper --arg-file ... (remaining 34 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
error[E0560]: struct `sockaddr_in` has no field named `sin_len`
--> external/rules_rust~~crate~crates_index__system-configuration-0.6.1/src/network_reachability.rs:351:13
|
351 | sin_len: std::mem::size_of::<libc::sockaddr_in>() as u8,
| ^^^^^^^ `sockaddr_in` does not have this field
|
= note: all struct fields are already assigned
The text was updated successfully, but these errors were encountered:
I am getting the following build error from
system_configuration
v0.6.1 when building on Linux:The text was updated successfully, but these errors were encountered: