Your message dated Sat, 5 Sep 2026 06:26:34 +0200
with message-id
<caaajcmzjinsm8anowlnzz5fu0mx4bq1q0wt1ndktdpvqou6...@mail.gmail.com>
and subject line Re: rust-gio: FTBFS: error[E0425]: cannot find type
`GDBusActionGroupClass` in crate `ffi`
has caused the Debian Bug report #1146615,
regarding rust-gio: FTBFS: error[E0425]: cannot find type
`GDBusActionGroupClass` in crate `ffi`
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.)
--
1146615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1146615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-gio
Version: 0.22.9-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202609/
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 cannot 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:rust-gio, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags'
[too-long-redacted] stry=/usr/share/cargo/registry`
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gio_sys
[too-long-redacted] --cfg system_deps_have_gio_2_0`
Compiling futures-io v0.3.34
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=futures_io
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/futures-io-0.3.34
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/futures-io-0.3.34/Cargo.toml
CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`,
`AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs
[too-long-redacted] stry=/usr/share/cargo/registry`
Compiling glib v0.22.8
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=glib CAR
[too-long-redacted] stry=/usr/share/cargo/registry`
Compiling gio v0.22.9 (/<<PKGBUILDDIR>>)
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gio CARG
[too-long-redacted] stry=/usr/share/cargo/registry`
error[E0425]: cannot find type `GDBusActionGroupClass` in crate `ffi`
--> src/auto/dbus_action_group.rs:10:67
|
10 | pub struct DBusActionGroup(Object<ffi::GDBusActionGroup,
ffi::GDBusActionGroupClass>) @implements ActionGroup, RemoteActionGroup;
|
^^^^^^^^^^^^^^^^^^^^^
|
::: /usr/share/cargo/registry/gio-sys-0.22.8/src/lib.rs:7306:1
|
7306 | pub struct GDBusActionGroup {
| --------------------------- similarly named struct `GDBusActionGroup`
defined here
|
help: a struct with a similar name exists
|
10 - pub struct DBusActionGroup(Object<ffi::GDBusActionGroup,
ffi::GDBusActionGroupClass>) @implements ActionGroup, RemoteActionGroup;
10 + pub struct DBusActionGroup(Object<ffi::GDBusActionGroup,
ffi::GDBusActionGroup>) @implements ActionGroup, RemoteActionGroup;
|
For more information about this error, try `rustc --explain E0425`.
error: could not compile `gio` (lib) due to 1 previous error
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo CA
[too-long-redacted] argo/registry` (exit status: 1)
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
This is actually a kind of duplicate of https://bugs.debian.org/1146083
In your test build, you built rust-gio 0.22.9-1 with rust-gio-sys
0.22.8-1 but you need to build with rust-gio-sys >= 0.22.9.
rust-gio-sys was uploaded to Unstable a few minutes before rust-gio.
Both rust-gio 0.22.9-1 & rust-gio-sys 0.22.9-1 will migrate to Testing
as soon as autopkgtests finish running.
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rust-gio.html
Thank you,
Jeremy BĂcha
--- End Message ---