Compiling libc v0.2.172 Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-05-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std) Compiling addr2line v0.24.2 Compiling object v0.36.7error[E0412]: cannot find type `fpos_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:647:49 |647 | pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 |229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined hereerror[E0412]: cannot find type `fpos_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:650:51 |650 | pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 |229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined hereFor more information about this error, try `rustc --explain E0412`.error: could not compile `libc` (lib) due to 2 previous errorswarning: build failed, waiting for other jobs to finish...