Your message dated Thu, 15 May 2025 17:04:19 +0000
with message-id <e1ufc0j-003hfo...@fasolo.debian.org>
and subject line Bug#1104596: fixed in rust-libphosh 0.0.6-3
has caused the Debian Bug report #1104596,
regarding rust-libphosh: FTBFS: error[E0425]: cannot find value
`PANGO_FONT_MASK_VARIATIONS` 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 ow...@bugs.debian.org
immediately.)
--
1104596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rust-libphosh
Version: 0.0.6-2
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
warning: unused import: `handy_sys as handy`
--> /usr/share/cargo/registry/libphosh-sys-0.0.6/src/lib.rs:16:5
|
16 | use handy_sys as handy;
| ^^^^^^^^^^^^^^^^^^
warning: `libphosh-sys` (lib) generated 3 warnings
Compiling gdk-pixbuf v0.18.5
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gdk_pixb
[too-long-redacted] stry=/usr/share/cargo/registry`
Compiling pango v0.18.3
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=pango CA
[too-long-redacted] stry=/usr/share/cargo/registry`
error[E0425]: cannot find value `PANGO_FONT_MASK_VARIATIONS` in crate `ffi`
--> /usr/share/cargo/registry/pango-0.18-0.18.3/src/auto/flags.rs:27:33
|
27 | const VARIATIONS = ffi::PANGO_FONT_MASK_VARIATIONS as _;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a
constant with a similar name exists: `PANGO_FONT_MASK_VARIANT`
|
::: /usr/share/cargo/registry/pango-sys-0.18-0.18.0/src/lib.rs:362:1
|
362 | pub const PANGO_FONT_MASK_VARIANT: PangoFontMask = 4;
| ------------------------------------------------ similarly named constant
`PANGO_FONT_MASK_VARIANT` defined here
|
note: found an item that was configured out
--> /usr/share/cargo/registry/pango-sys-0.18-0.18.0/src/lib.rs:369:11
|
369 | pub const PANGO_FONT_MASK_VARIATIONS: PangoFontMask = 128;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
note: the item is gated behind the `v1_42` feature
--> /usr/share/cargo/registry/pango-sys-0.18-0.18.0/src/lib.rs:367:7
|
367 | #[cfg(feature = "v1_42")]
| ^^^^^^^^^^^^^^^^^
warning: unexpected `cfg` condition value: `v1_54`
--> /usr/share/cargo/registry/pango-0.18-0.18.3/src/auto/item.rs:39:11
|
39 | #[cfg(feature = "v1_54")]
| ^^^^^^^^^^-------
| |
| help: there is a expected value with a similar name:
`"v1_44"`
|
= note: expected values for `feature` are: `v1_42`, `v1_44`, `v1_46`,
`v1_48`, `v1_50`, and `v1_52`
= help: consider adding `v1_54` 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
= note: `#[warn(unexpected_cfgs)]` on by default
For more information about this error, try `rustc --explain E0425`.
warning: `pango` (lib) generated 1 warning
error: could not compile `pango` (lib) due to 1 previous error; 1 warning
emitted
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...
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code
101
make[1]: *** [debian/rules:139: 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 returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202505/
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:rust-libphosh, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: rust-libphosh
Source-Version: 0.0.6-3
Done: Arnaud Ferraris <aferra...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rust-libphosh, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1104...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Arnaud Ferraris <aferra...@debian.org> (supplier of updated rust-libphosh
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 15 May 2025 18:48:22 +0200
Source: rust-libphosh
Architecture: source
Version: 0.0.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Arnaud Ferraris <aferra...@debian.org>
Closes: 1104596
Changes:
rust-libphosh (0.0.6-3) unstable; urgency=medium
.
* libphosh: add versioned dependency on -sys package
`libphosh` and `libphosh-sys` must migrate in lockstep due to updated
generated bindings in the latter. Make this explicit by adding a
versioned dependency to the former package. (Closes: #1104596)
Checksums-Sha1:
90445163efb7c300298170726413c909e1cfef05 2734 rust-libphosh_0.0.6-3.dsc
c02900d2ff1b4b095aceaa314688e84dda29f123 5088
rust-libphosh_0.0.6-3.debian.tar.xz
01ade74b71b34648c5b1512b3adbc8766138117e 8181
rust-libphosh_0.0.6-3_source.buildinfo
Checksums-Sha256:
0e14ed627c8977b0d7c5df3d269c82ce624ab8934f6ef5be946556887ef2f1e3 2734
rust-libphosh_0.0.6-3.dsc
1e30d1675d2e30d549aa67be46edbb7dacc20d7a70f612eda500bb02dbb3922f 5088
rust-libphosh_0.0.6-3.debian.tar.xz
3dab3591b8e1416e6e1b796b40e6e7d1de19deebda33615bf35ee0ec0e206554 8181
rust-libphosh_0.0.6-3_source.buildinfo
Files:
62c5ccd90b7482b1a8dc0d10d58d37ad 2734 rust optional rust-libphosh_0.0.6-3.dsc
af4641222f9b5b35c8b6eb53c9dfdfda 5088 rust optional
rust-libphosh_0.0.6-3.debian.tar.xz
09ddbcd8d5e1b14496de58ccffc45dea 8181 rust optional
rust-libphosh_0.0.6-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEEeW2zk9w/9AIituoi0+u1lmu5kZYFAmgmGtkVHGFmZXJyYXJp
c0BkZWJpYW4ub3JnAAoJENPrtZZruZGWv50P/Ahe20mTxXXC5OV3HND9ssebw/bO
18XOvrJmjcMlklRIzMmRCPHbi4+eAKUGxOyvl2d4+bsQ8sjpr5c919v+2kVQ/i40
Sm4I+yGVHS2pCNeA/YshkpST6oARKVVPwtTL1PdXTEZvp04rtVbn1t5PqqVblbjU
r6XNrjGzpE3IAR4BJ3O3f5LQT5UMG0E/xbXDLBAeXL2z/XfDsvryNu3f5D1uLTvb
Yx0waN6Ijk75srVuP+twDoKCfqPr92CUwquz938tFXHrvR3M/UvLrMJHwP1BtBYa
EQT4CG1Clhc7m6KRM3ByHhO7iwBR6OUrMLAJetThqF2BMTIeonHG0GqSGroFkxid
GqOn7s5kySVfuhVPITgXnCc3BGV9v8XOihGw+t0qBnlY+e4SogCYttn83He3KQia
Yjj0x8lk1tnT4wLkCWULGT2tBAMF5QB94YvWgFJYm9DVu0r05XBso4sdqrp+NsGb
CxT9ZUBmBBoAsRb7smlVEJN7NsmNa2tRlQQnu/4FRtNzOwNpdkY3iGM814fvIo/z
HT/xJUQytpkGzwKLvnr594aK+7pjJvlLdT4bpOrZkb4h57zyZY8b8gUgiPFiiMSe
Dl0Vxd8ax/Z4debBacqKSvsKrbDwjrUkq35rzPRUJbt9hVp1CHYjYn83sgW4yfu0
ENKqTWeluIGjtm8J
=o53/
-----END PGP SIGNATURE-----
pgpHBOWcojHyZ.pgp
Description: PGP signature
--- End Message ---