rust-pangocairo: 0.16.3 autopkgtest failures
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rust-gio (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
rust-pangocairo (Debian) |
Fix Released
|
Unknown
|
|||
rust-pangocairo (Ubuntu) |
Fix Released
|
Undecided
|
Simon Chopin |
Bug Description
The rust-pangocairo autopkgtests fail with the following error:
--> tests/check_
|
6 | println!("{res}");
| ^^^ `Errors` cannot be formatted with the default formatter
|
= help: the trait `std::fmt::Display` is not implemented for `Errors`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
= note: this error originates in the macro `$crate:
For more information about this error, try `rustc --explain E0277`.
error: could not compile `pangocairo` due to previous error
It's due to the gir-format-check crate being too old in the archive, its Errors struct not implementing Display until the 0.1.2 version.
Changed in rust-pangocairo (Debian): | |
status: | Unknown → New |
Changed in rust-pangocairo (Debian): | |
status: | New → Fix Released |
Changed in rust-pangocairo (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in rust-gio (Ubuntu): | |
status: | New → Fix Committed |
Changed in rust-pangocairo (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in rust-gio (Ubuntu): | |
status: | Fix Committed → Fix Released |
I've pushed an updated version of gir-format-check to the Debian Rust debcargo-conf repo, we now "just" need to wait for a DD familiar with that team's processes to sponsor it. I'd rather not upload to Ubuntu directly.