Hello,

Matthias Klose, le lun. 16 déc. 2024 12:42:46 +0100, a ecrit:
> warning: `generic_format_parser` (lib) generated 1 warning
> error[E0412]: cannot find type `__timeval` in this scope
>     --> 
> /build/reproducible-path/gcc-snapshot-20241216/build/libgrust/libformat_parser/../../../src/libgrust/libformat_parser/vendor/libc/src/unix/hurd/mod.rs:1061:20
>      |
> 53   | pub type __time_t = __slongword_type;
>      | ------------------------------------- similarly named type alias
> `__time_t` defined here
> ...
> 1061 |         pub ut_tv: __timeval,
>      |                    ^^^^^^^^^ help: a type alias with a similar name
> exists: `__time_t`

Yes, this is already fixed upstream, gccrs just needs to catch up with
rust-libc version ≥ 0.2.159.

Samuel

Reply via email to