Your message dated Mon, 24 Feb 2025 16:57:26 +0000
with message-id <e1tmblm-003abf...@fasolo.debian.org>
and subject line Bug#1096239: fixed in rust-gdk4-wayland 0.9.6-1
has caused the Debian Bug report #1096239,
regarding rust-gdk4-wayland: FTBFS: dh_auto_test: error:
/usr/share/cargo/bin/cargo build returned exit code 101
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.)
--
1096239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-gdk4-wayland
Version: 0.9.5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250215 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gdk4_wayland
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-gdk4-wayland-0.9.5
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-gdk4-wayland-0.9.5/Cargo.toml
> CARGO_PKG_AUTHORS='The gtk-rs Project Developers'
> CARGO_PKG_DESCRIPTION='Rust bindings of the GDK 4 Wayland library'
> CARGO_PKG_HOMEPAGE='https://gtk-rs.org/gtk4-rs' CARGO_PKG_LICENSE=MIT
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gdk4-wayland
> CARGO_PKG_README=README.md
> CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk4-rs'
> CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE=''
> CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/debug/deps
> rustc --crate-name gdk4_wayland --edition=2021 src/lib.rs
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat
> --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C
> debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("egl",
> "khronos-egl", "v4_10", "v4_12", "v4_16", "v4_4", "wayland-backend",
> "wayland-client", "wayland_crate"))' -C metadata=a4c06663cdb14ae5 -C
> extra-filename=-a4c06663cdb14ae5 --out-dir
> /build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps
> --target x86_64-unknown-linux-gnu -C
> incremental=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/incremental
> -L
> dependency=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps
> -L
> dependency=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/debug/deps
> --extern
> gdk=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgdk4-b09dd371359d3f3a.rmeta
> --extern
> gdk4_wayland_sys=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgdk4_wayland_sys-17fbef3cb054dd89.rmeta
> --extern
> gio=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgio-27d49a42e5a4cc3c.rmeta
> --extern
> glib=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libglib-756ac4c95bb121d7.rmeta
> --extern
> libc=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-d61aaaa2774da485.rmeta
> -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc
> -C link-arg=-Wl,-z,relro --remap-path-prefix
> /build/reproducible-path/rust-gdk4-wayland-0.9.5=/usr/share/cargo/registry/gdk4-wayland-0.9.5
> --remap-path-prefix
> /build/reproducible-path/rust-gdk4-wayland-0.9.5/debian/cargo_registry=/usr/share/cargo/registry`
> error: cannot find macro `assert_initialized_main_thread` in this scope
> --> src/auto/wayland_surface.rs:23:9
> |
> 23 | assert_initialized_main_thread!();
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> error[E0425]: cannot find function `gdk_wayland_surface_force_next_commit` in
> crate `ffi`
> --> src/auto/wayland_surface.rs:25:18
> |
> 25 |
> ffi::gdk_wayland_surface_force_next_commit(surface.as_ref().to_glib_none().0);
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`
>
> For more information about this error, try `rustc --explain E0425`.
> error: could not compile `gdk4-wayland` (lib) due to 2 previous errors
>
> Caused by:
> process didn't exit successfully: `CARGO=/usr/bin/cargo
> CARGO_CRATE_NAME=gdk4_wayland
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-gdk4-wayland-0.9.5
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-gdk4-wayland-0.9.5/Cargo.toml
> CARGO_PKG_AUTHORS='The gtk-rs Project Developers'
> CARGO_PKG_DESCRIPTION='Rust bindings of the GDK 4 Wayland library'
> CARGO_PKG_HOMEPAGE='https://gtk-rs.org/gtk4-rs' CARGO_PKG_LICENSE=MIT
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gdk4-wayland
> CARGO_PKG_README=README.md
> CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk4-rs'
> CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE=''
> CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/debug/deps
> rustc --crate-name gdk4_wayland --edition=2021 src/lib.rs
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat
> --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C
> debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("egl",
> "khronos-egl", "v4_10", "v4_12", "v4_16", "v4_4", "wayland-backend",
> "wayland-client", "wayland_crate"))' -C metadata=a4c06663cdb14ae5 -C
> extra-filename=-a4c06663cdb14ae5 --out-dir
> /build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps
> --target x86_64-unknown-linux-gnu -C
> incremental=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/incremental
> -L
> dependency=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps
> -L
> dependency=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/debug/deps
> --extern
> gdk=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgdk4-b09dd371359d3f3a.rmeta
> --extern
> gdk4_wayland_sys=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgdk4_wayland_sys-17fbef3cb054dd89.rmeta
> --extern
> gio=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libgio-27d49a42e5a4cc3c.rmeta
> --extern
> glib=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/libglib-756ac4c95bb121d7.rmeta
> --extern
> libc=/build/reproducible-path/rust-gdk4-wayland-0.9.5/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-d61aaaa2774da485.rmeta
> -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc
> -C link-arg=-Wl,-z,relro --remap-path-prefix
> /build/reproducible-path/rust-gdk4-wayland-0.9.5=/usr/share/cargo/registry/gdk4-wayland-0.9.5
> --remap-path-prefix
> /build/reproducible-path/rust-gdk4-wayland-0.9.5/debian/cargo_registry=/usr/share/cargo/registry`
> (exit status: 1)
> dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
The full build log is available from:
http://qa-logs.debian.net/2025/02/15/rust-gdk4-wayland_0.9.5-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250215;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250215&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: rust-gdk4-wayland
Source-Version: 0.9.6-1
Done: Jeremy Bícha <jbi...@ubuntu.com>
We believe that the bug you reported is fixed in the latest version of
rust-gdk4-wayland, 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 1096...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated rust-gdk4-wayland 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: Mon, 24 Feb 2025 10:08:36 -0500
Source: rust-gdk4-wayland
Built-For-Profiles: noudeb
Architecture: source
Version: 0.9.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 1096239
Changes:
rust-gdk4-wayland (0.9.6-1) unstable; urgency=medium
.
* Team upload
* Package gdk4-wayland 0.9.6 from crates.io using debcargo 2.7.6
* Build with gtk4 4.17.5 (Closes: #1096239)
Checksums-Sha1:
a9b851ce8dbc95b19c7c4ea1ba57ae021dfe8698 2730 rust-gdk4-wayland_0.9.6-1.dsc
cf4589644c103b64871ef686564f82ed2900ba00 12751
rust-gdk4-wayland_0.9.6.orig.tar.gz
b4ae9c5239fb7183b04df3cef7f951194f1367b1 4864
rust-gdk4-wayland_0.9.6-1.debian.tar.xz
3e303e985520555a4e804f9d42a8fabcdb2a3d74 17179
rust-gdk4-wayland_0.9.6-1_source.buildinfo
Checksums-Sha256:
0d862a6a5c7a6e1b491d6a564938a82ece3957d715539362b514fbac4d928be6 2730
rust-gdk4-wayland_0.9.6-1.dsc
bd34518488cd624a85e75e82540bc24c72cfeb0aea6bad7faed683ca3977dba0 12751
rust-gdk4-wayland_0.9.6.orig.tar.gz
9ef47009bc0f5ad73c82913ad759c449adc20b8e067d7b081def0c11c12cae3e 4864
rust-gdk4-wayland_0.9.6-1.debian.tar.xz
217ed8b3ed5fecc1d7c4298c559494b1353201ff831fec3e768d804ca6220728 17179
rust-gdk4-wayland_0.9.6-1_source.buildinfo
Files:
4bdebc7c243aa82eee5a2b57141d9ea9 2730 rust optional
rust-gdk4-wayland_0.9.6-1.dsc
87b8ea4146236a53011267c819422f84 12751 rust optional
rust-gdk4-wayland_0.9.6.orig.tar.gz
bc51eb6acf4670a59b93b020a0c8f4d4 4864 rust optional
rust-gdk4-wayland_0.9.6-1.debian.tar.xz
4f82ad4c6c18e04dede694f8c1c3d32b 17179 rust optional
rust-gdk4-wayland_0.9.6-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAme8oaMACgkQ5mx3Wuv+
bH0zDxAAygJedq2E843tYsL9VbRNv7LsTIYCEiCqopMJTwwwbB1o+ba9r8BkVu/i
lzKjiBQTeLG+vpMj4sUn8OlMLTawghb6AhRVnJXyDiglNciPEIwSHRewyIVfJ9b3
Uzfw9gdEsNRIS3UKC3M9ufXhA3RViJHexX5hZJ/7/fbNpjBGhE593qPGi20kMt9k
8R+dxKrebAlRfKyGHsB3nhU7rfI5j32EpQEi5SVw3AdC3zuz2HaLNRn8QC2ADujJ
jxcSpbqtbdJiIeHWSWn9STYmn4T6/s28RRWFn7gsRlS50qzg/yhxjU+JCHJ0vatf
Ecrzl1JJHiqhXTYxLn6b0s2Y0s5URKuZUnhtSPOkKZwMJ5F7vr9LZ2yZUdGEFUPb
dsMZ3EZGABfStLI73Ru1tma4pIrdtGkYYOlcbdTM746PuFtgrTLQ6D1+6BlniHbU
F0+9q4uODj6KmzGuUo7eJACsTH6K1Oq8p2zScnnyzOiE8jHar/PRc1KLVpe+ABYV
VH7sz4BnL8QfPdUB9ByqscFyHz5vvHT46KvtvsrnW+L0vaN7dusIPt86qaCVbHLs
noiI6aN14EooZeoYAsG9+tXtOvwejbg30x7FEnKHKutI6B9VkefFZK2UQ64TxzQO
XZzDHky6AtMa/ZVHDp+JplwRivHg+ItwevKWigXsDPFpfXSMU3g=
=kDRF
-----END PGP SIGNATURE-----
pgpIyIkQbIZaK.pgp
Description: PGP signature
--- End Message ---