Your message dated Sat, 13 Sep 2025 12:59:22 -0400
with message-id
<CAAajCMY_O9Yiu=a-r80t6iunnqkbhyttucuw7usw_n8n+2x...@mail.gmail.com>
and subject line Re: Bug#1115153: helvum: FTBFS: error: expected an expression
has caused the Debian Bug report #1115153,
regarding helvum: FTBFS: error: expected an expression
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1115153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:helvum
Version: 0.5.1+20240829-5
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:helvum, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean --buildsystem=rust
/usr/share/dh-rust/bin/cargo clean
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] []
['-j2'] 0
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu,
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1',
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
Removed 0 files
dh_clean -XCargo.toml.orig
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=rust
/usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] []
['-j2'] 0
[... snipped ...]
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait `glib::object::IsA<ConstraintTarget>` is not
implemented for `ui::window::Window`
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ requires `ui::window::Window` to be a
GObject that can be statically cast to `ConstraintTarget`
|
= help: the trait `IsA<ConstraintTarget>` is not implemented for
`ui::window::Window`
= note: if this is your own object, use the `glib::wrapper!` macro to
implement this trait:
https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/macro.wrapper.html
= help: the following other types implement trait `IsA<T>`:
`ui::window::Window` implements `IsA<ActionGroup>`
`ui::window::Window` implements `IsA<ActionMap>`
`ui::window::Window` implements `IsA<glib::Object>`
`ui::window::Window` implements
`IsA<libadwaita::ApplicationWindow>`
`ui::window::Window` implements
`IsA<libadwaita::gtk4::ApplicationWindow>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Widget>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Window>`
`ui::window::Window` implements `IsA<ui::window::Window>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait `glib::object::IsA<Buildable>` is not implemented for
`ui::window::Window`
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ requires `ui::window::Window` to be a
GObject that can be statically cast to `Buildable`
|
= help: the trait `IsA<Buildable>` is not implemented for
`ui::window::Window`
= note: if this is your own object, use the `glib::wrapper!` macro to
implement this trait:
https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/macro.wrapper.html
= help: the following other types implement trait `IsA<T>`:
`ui::window::Window` implements `IsA<ActionGroup>`
`ui::window::Window` implements `IsA<ActionMap>`
`ui::window::Window` implements `IsA<glib::Object>`
`ui::window::Window` implements
`IsA<libadwaita::ApplicationWindow>`
`ui::window::Window` implements
`IsA<libadwaita::gtk4::ApplicationWindow>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Widget>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Window>`
`ui::window::Window` implements `IsA<ui::window::Window>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait `glib::object::IsA<Accessible>` is not implemented for
`ui::window::Window`
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ requires `ui::window::Window` to be a
GObject that can be statically cast to `Accessible`
|
= help: the trait `IsA<Accessible>` is not implemented for
`ui::window::Window`
= note: if this is your own object, use the `glib::wrapper!` macro to
implement this trait:
https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/macro.wrapper.html
= help: the following other types implement trait `IsA<T>`:
`ui::window::Window` implements `IsA<ActionGroup>`
`ui::window::Window` implements `IsA<ActionMap>`
`ui::window::Window` implements `IsA<glib::Object>`
`ui::window::Window` implements
`IsA<libadwaita::ApplicationWindow>`
`ui::window::Window` implements
`IsA<libadwaita::gtk4::ApplicationWindow>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Widget>`
`ui::window::Window` implements `IsA<libadwaita::gtk4::Window>`
`ui::window::Window` implements `IsA<ui::window::Window>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `ShortcutManager: From<ui::window::Window>` is
not satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `ShortcutManager`
|
= help: the following other types implement trait `From<T>`:
`ShortcutManager` implements `From<AboutDialog>`
`ShortcutManager` implements `From<AboutWindow>`
`ShortcutManager` implements `From<AppChooserDialog>`
`ShortcutManager` implements `From<Assistant>`
`ShortcutManager` implements `From<ColorChooserDialog>`
`ShortcutManager` implements `From<EmojiChooser>`
`ShortcutManager` implements `From<FileChooserDialog>`
`ShortcutManager` implements `From<FontChooserDialog>`
and 13 others
= note: required for `ui::window::Window` to implement
`Into<ShortcutManager>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement
`IsA<ShortcutManager>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `Root: From<ui::window::Window>` is not satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `Root`
|
= help: the following other types implement trait `From<T>`:
`Root` implements `From<AboutDialog>`
`Root` implements `From<AboutWindow>`
`Root` implements `From<AppChooserDialog>`
`Root` implements `From<Assistant>`
`Root` implements `From<ColorChooserDialog>`
`Root` implements `From<DragIcon>`
`Root` implements `From<FileChooserDialog>`
`Root` implements `From<FontChooserDialog>`
and 11 others
= note: required for `ui::window::Window` to implement `Into<Root>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement `IsA<Root>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `Native: From<ui::window::Window>` is not
satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `Native`
|
= help: the following other types implement trait `From<T>`:
`Native` implements `From<AboutDialog>`
`Native` implements `From<AboutWindow>`
`Native` implements `From<AppChooserDialog>`
`Native` implements `From<Assistant>`
`Native` implements `From<ColorChooserDialog>`
`Native` implements `From<DragIcon>`
`Native` implements `From<EmojiChooser>`
`Native` implements `From<FileChooserDialog>`
and 15 others
= note: required for `ui::window::Window` to implement `Into<Native>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement `IsA<Native>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `ConstraintTarget: From<ui::window::Window>` is
not satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `ConstraintTarget`
|
= help: the following other types implement trait `From<T>`:
`ConstraintTarget` implements `From<AboutDialog>`
`ConstraintTarget` implements `From<AboutWindow>`
`ConstraintTarget` implements `From<ActionBar>`
`ConstraintTarget` implements `From<ActionRow>`
`ConstraintTarget` implements `From<Actionable>`
`ConstraintTarget` implements `From<AppChooser>`
`ConstraintTarget` implements `From<AppChooserButton>`
`ConstraintTarget` implements `From<AppChooserDialog>`
and 145 others
= note: required for `ui::window::Window` to implement
`Into<ConstraintTarget>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement
`IsA<ConstraintTarget>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `Buildable: From<ui::window::Window>` is not
satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `Buildable`
|
= help: the following other types implement trait `From<T>`:
`Buildable` implements `From<AboutDialog>`
`Buildable` implements `From<AboutWindow>`
`Buildable` implements `From<ActionBar>`
`Buildable` implements `From<ActionRow>`
`Buildable` implements `From<Actionable>`
`Buildable` implements `From<AnyFilter>`
`Buildable` implements `From<AppChooser>`
`Buildable` implements `From<AppChooserButton>`
and 161 others
= note: required for `ui::window::Window` to implement `Into<Buildable>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement
`IsA<Buildable>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
error[E0277]: the trait bound `Accessible: From<ui::window::Window>` is not
satisfied
--> src/ui/window.rs:49:10
|
49 | impl AdwApplicationWindowImpl for Window {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<ui::window::Window>` is
not implemented for `Accessible`
|
= help: the following other types implement trait `From<T>`:
`Accessible` implements `From<AboutDialog>`
`Accessible` implements `From<AboutWindow>`
`Accessible` implements `From<ActionBar>`
`Accessible` implements `From<ActionRow>`
`Accessible` implements `From<Actionable>`
`Accessible` implements `From<AppChooser>`
`Accessible` implements `From<AppChooserButton>`
`Accessible` implements `From<AppChooserDialog>`
and 147 others
= note: required for `ui::window::Window` to implement `Into<Accessible>`
= note: required for `<ui::window::imp::Window as
libadwaita::subclass::prelude::ObjectSubclass>::Type` to implement
`IsA<Accessible>`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WidgetImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::WindowImpl`
= note: required for `ui::window::imp::Window` to implement
`libadwaita::subclass::prelude::ApplicationWindowImpl`
note: required by a bound in
`libadwaita::subclass::application_window::AdwApplicationWindowImpl`
-->
/usr/share/cargo/registry/libadwaita-0.8.0/src/subclass/application_window.rs:6:5
|
5 | pub trait AdwApplicationWindowImpl:
| ------------------------ required by a bound in this trait
6 | ApplicationWindowImpl + ObjectSubclass<Type: IsA<ApplicationWindow>>
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in
`AdwApplicationWindowImpl`
For more information about this error, try `rustc --explain E0277`.
warning: `helvum` (bin "helvum") generated 3 warnings
error: could not compile `helvum` (bin "helvum") due to 134 previous errors; 3
warnings emitted
Caused by:
process didn't exit successfully: `rustc --crate-name helv
[too-long-redacted] f87350eb6/out` (exit status: 1)
FAILED: src/helvum
/usr/bin/env CARGO_HOME=/<<PKGBUILDDIR>>/debian/build/cargo-home /usr/bin/cargo
build --manifest-path /<<PKGBUILDDIR>>/Cargo.toml --target-dir
/<<PKGBUILDDIR>>/debian/build/src --release && cp src/release/helvum src/helvum
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd debian/build && LC_ALL=C.UTF-8 ninja -j2 -v returned
exit code 1
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
This is a duplicate of https://bugs.debian.org/1110133 . I updated the
metadata for that bug now. I am closing this because I find Debian's
handling of merged bugs to be awkward.
Thank you,
Jeremy BĂcha
--- End Message ---