[Pkg-rust-maintainers] Bug#1070002: rust-alsa FTBFS on 32bit with 64bit time_t
Adrian Bunk
bunk at debian.org
Sun Apr 28 13:42:14 BST 2024
Source: rust-alsa
Version: 0.8.1-3
Severity: serious
Tags: ftbfs
Control: affects -1 src:rust-cpal
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/armhf/rust-alsa.html
https://buildd.debian.org/status/fetch.php?pkg=rust-cpal&arch=armhf&ver=0.15.2-3%2Bb1&stamp=1714250098&raw=0
...
error: cannot construct `timespec` with struct literal syntax due to private fields
--> /usr/share/cargo/registry/alsa-0.8.1/src/pcm.rs:1113:21
|
1113 | let mut h = timespec {tv_sec: 0, tv_nsec: 0};
| ^^^^^^^^
|
= note: ... and other private field `__pad` that was not provided
error: cannot construct `timespec` with struct literal syntax due to private fields
--> /usr/share/cargo/registry/alsa-0.8.1/src/pcm.rs:1119:21
|
1119 | let mut h = timespec {tv_sec: 0, tv_nsec: 0};
| ^^^^^^^^
|
= note: ... and other private field `__pad` that was not provided
error: cannot construct `timespec` with struct literal syntax due to private fields
--> /usr/share/cargo/registry/alsa-0.8.1/src/pcm.rs:1125:21
|
1125 | let mut h = timespec {tv_sec: 0, tv_nsec: 0};
| ^^^^^^^^
|
= note: ... and other private field `__pad` that was not provided
error: could not compile `alsa` due to 3 previous errors
...
More information about the Pkg-rust-maintainers
mailing list