Your message dated Sat, 9 May 2026 14:25:43 +0200
with message-id <af8nx9UTpLZGFBRQ@nuc>
and subject line rust-libphosh: FTBFS: error[E0425]: cannot find function
`phosh_status_icon_set_priority` in crate `ffi`
has caused the Debian Bug report #1134319,
regarding rust-libphosh: FTBFS: error[E0425]: cannot find function
`phosh_status_icon_set_priority` 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.)
--
1134319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-libphosh
Version: 0.0.7-2
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/202604/
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-libphosh, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem cargo
dh_auto_clean -O--buildsystem=cargo
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel =
['-j2'], lto =
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type =
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_autoreconf_clean -O--buildsystem=cargo
dh_clean -XCargo.toml.orig -O--buildsystem=cargo
debian/rules binary
dh binary --buildsystem cargo
dh_update_autotools_config -O--buildsystem=cargo
dh_autoreconf -O--buildsystem=cargo
dh_auto_configure -O--buildsystem=cargo
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel =
['-j2'], lto =
[... snipped ...]
= note: expected values for `feature` are: `gio_v2_58`,
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`,
`v3_24_8`, and `v3_24_9`
= help: consider adding `gio_v2_80` as a feature in `Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1040:11
|
1040 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1043:11
|
1043 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1070:11
|
1070 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1073:11
|
1073 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1206:11
|
1206 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1209:11
|
1209 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1240:11
|
1240 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1243:11
|
1243 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg =
['cfg(gdk_backend, values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition value: `v3_22`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/file_chooser.rs:4:7
|
4 | #[cfg(feature = "v3_22")]
| ^^^^^^^^^^-------
| |
| help: there is a expected value with a similar name:
`"v3_24"`
|
= note: expected values for `feature` are: `gio_v2_58`,
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`,
`v3_24_8`, and `v3_24_9`
= help: consider adding `v3_22` as a feature in `Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition value: `v3_22`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/file_chooser.rs:17:11
|
17 | #[cfg(feature = "v3_22")]
| ^^^^^^^^^^-------
| |
| help: there is a expected value with a similar name:
`"v3_24"`
|
= note: expected values for `feature` are: `gio_v2_58`,
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`,
`v3_24_8`, and `v3_24_9`
= help: consider adding `v3_22` as a feature in `Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:28:7
|
28 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend,
values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:31:7
|
31 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend,
values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:70:11
|
70 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend,
values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unexpected `cfg` condition name: `gdk_backend`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:73:11
|
73 | #[cfg(gdk_backend = "x11")]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for
the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend,
values("x11"))'] }
= help: or consider adding
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the
top of the `build.rs`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
warning: unused import: `glib::subclass::prelude::*`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:43:13
|
43 | pub use glib::subclass::prelude::*;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: unused import: `gdk_pixbuf::prelude::*`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:10:9
|
10 | pub use gdk_pixbuf::prelude::*;
| ^^^^^^^^^^^^^^^^^^^^^^
warning: unused import: `gio::prelude::*`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:12:9
|
12 | pub use gio::prelude::*;
| ^^^^^^^^^^^^^^^
warning: unused import: `glib::prelude::*`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:14:9
|
14 | pub use glib::prelude::*;
| ^^^^^^^^^^^^^^^^
warning: unused import: `pango::prelude::*`
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:16:9
|
16 | pub use pango::prelude::*;
| ^^^^^^^^^^^^^^^^^
warning: trait `MessageDialogExt` is never used
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/message_dialog.rs:45:11
|
45 | pub trait MessageDialogExt: IsA<MessageDialog> + sealed::Sealed + 'static {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: trait `Sealed` is never used
--> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/message_dialog.rs:41:15
|
41 | pub trait Sealed {}
| ^^^^^^
Compiling libphosh v0.0.7 (/<<PKGBUILDDIR>>)
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libphosh
[too-long-redacted] stry=/usr/share/cargo/registry`
error[E0425]: cannot find function `phosh_status_icon_get_priority` in crate
`ffi`
--> src/auto/status_icon.rs:330:18
|
330 |
ffi::phosh_status_icon_get_priority(self.as_ref().to_glib_none().0)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: /usr/share/cargo/registry/libphosh-sys-0.0.7/src/lib.rs:580:5
|
580 | pub fn phosh_status_icon_get_info(self_: *mut PhoshStatusIcon) ->
*mut c_char;
|
------------------------------------------------------------------------------
similarly named function `phosh_status_icon_get_info` defined here
|
help: a function with a similar name exists
|
330 -
ffi::phosh_status_icon_get_priority(self.as_ref().to_glib_none().0)
330 +
ffi::phosh_status_icon_get_info(self.as_ref().to_glib_none().0)
|
error[E0425]: cannot find function `phosh_status_icon_set_priority` in crate
`ffi`
--> src/auto/status_icon.rs:370:18
|
370 |
ffi::phosh_status_icon_set_priority(self.as_ref().to_glib_none().0, priority);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: /usr/share/cargo/registry/libphosh-sys-0.0.7/src/lib.rs:585:5
|
585 | pub fn phosh_status_icon_set_info(self_: *mut PhoshStatusIcon, info:
*const c_char);
|
------------------------------------------------------------------------------------
similarly named function `phosh_status_icon_set_info` defined here
|
help: a function with a similar name exists
|
370 -
ffi::phosh_status_icon_set_priority(self.as_ref().to_glib_none().0, priority);
370 +
ffi::phosh_status_icon_set_info(self.as_ref().to_glib_none().0, priority);
|
For more information about this error, try `rustc --explain E0425`.
error: could not compile `libphosh` (lib) due to 2 previous errors
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo CA
[too-long-redacted] argo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `gtk` (lib) generated 30 warnings
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code
101
make[1]: *** [debian/rules:121: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Today, this package builds ok again.
Unfortunately, debbisect shows too many changes (see below), and I
don't know which which one would be a good candidate for a reassign.
I wonder if this was a side effect of some transition.
Thanks.
bisection finished successfully
last bad timestamp: 20260503T083940Z
first good timestamp: 20260503T150742Z
the following packages differ between the last bad and first good timestamp:
librust-allocator-api2-dev:amd64 0.2.21-1 -> 0.2.21-1+b1
librust-anstream-dev:amd64 0.6.21-1 -> 0.6.21-1+b1
librust-anstyle-parse-dev:amd64 0.2.7-1 -> 0.2.7-1+b1
librust-anstyle-query-dev:amd64 1.1.4-1 -> 1.1.4-1+b1
librust-arbitrary-dev:amd64 1.4.2-1 -> 1.4.2-1+b1
librust-atk-0.18-dev:amd64 0.18.0-2 -> 0.18.0-2+b1
librust-atk-sys-0.18-dev:amd64 0.18.0-3 -> 0.18.0-3+b1
librust-autocfg-dev:amd64 1.5.0-1 -> 1.5.0-1+b1
librust-bytemuck-derive-dev:amd64 1.10.2-2 -> 1.10.2-2+b1
librust-cairo-rs-0.18-dev:amd64 0.18.5-4 -> 0.18.5-4+b1
librust-cairo-sys-rs-0.18-dev:amd64 0.18.2-2 -> 0.18.2-2+b1
librust-cfg-expr-dev:amd64 0.18.0-1 -> 0.18.0-1+b1
librust-cfg-if-dev:amd64 1.0.4-1 -> 1.0.4-1+b1
librust-critical-section-dev:amd64 1.2.0-1 -> 1.2.0-1+b1
librust-crossbeam-deque-dev:amd64 0.8.6-1 -> 0.8.6-1+b1
librust-crossbeam-epoch+std-dev:amd64 0.9.18-1 -> 0.9.18-1+b1
librust-crossbeam-epoch-dev:amd64 0.9.18-1 -> 0.9.18-1+b1
librust-crossbeam-utils-dev:amd64 0.8.21-1 -> 0.8.21-1+b1
librust-derive-arbitrary-dev:amd64 1.4.2-1 -> 1.4.2-1+b1
librust-either-dev:amd64 1.15.0-1 -> 1.15.0-1+b1
librust-erased-serde-dev:amd64 0.3.31-1 -> 0.3.31-1+b1
librust-field-offset-dev:amd64 0.3.6-1 -> 0.3.6-1+b1
librust-foldhash-dev:amd64 0.2.0-2 -> 0.2.0-2+b1
librust-freetype-rs-dev:amd64 0.36.0-2 -> 0.36.0-2+b1
librust-freetype-sys-dev:amd64 0.20.1-1 -> 0.20.1-1+b1
librust-gdk-0.18-dev:amd64 0.18.0-2 -> 0.18.0-2+b1
librust-gdk-pixbuf-0.18-dev:amd64 0.18.5-2 -> 0.18.5-2+b1
librust-gdk-sys-0.18-dev:amd64 0.18.0-2 -> 0.18.0-2+b1
librust-gio-0.18-dev:amd64 0.18.4-4 -> 0.18.4-4+b1
librust-glib-0.18-dev:amd64 0.18.5-6 -> 0.18.5-6+b1
librust-glib-macros-0.18-dev:amd64 0.18.2-2 -> 0.18.2-2+b1
librust-glib-sys-0.18-dev:amd64 0.18.1-3 -> 0.18.1-3+b1
librust-gobject-sys-0.18-dev:amd64 0.18.0-3 -> 0.18.0-3+b1
librust-gtk-0.18-dev:amd64 0.18.1-2 -> 0.18.1-2+b1
librust-gtk-sys-0.18-dev:amd64 0.18.0-2 -> 0.18.0-2+b1
librust-hashbrown-dev:amd64 0.16.1-2 -> 0.16.1-2+b1
librust-heck-dev:amd64 0.5.0-1+really0.5.0-2 -> 0.5.0-1+really0.5.0-2+b1
librust-itoa-dev:amd64 1.0.15-1 -> 1.0.15-1+b1
librust-jobserver-dev:amd64 0.1.32-1 -> 0.1.32-1+b1
librust-libc-dev:amd64 0.2.178-2 -> 0.2.178-2+b1
librust-libhandy-sys-0.11-dev:amd64 0.11.1-2 -> 0.11.1-2+b1
librust-libphosh-sys-dev:amd64 0.0.7-3 -> 0.0.7-3+b1
librust-log-dev:amd64 0.4.29-1 -> 0.4.29-1+b1
----- End forwarded message -----
--- End Message ---