[From nobody Fri May 29 15:37:05 2026
Received: (at submit) by bugs.debian.org; 16 May 2026 16:04:58 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-121.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 8; hammy, 150; neutral, 176; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--forky, 0.000-+--HTo:N*Debian,
 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:52584)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVa-002CMP-0B
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:58 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by muffat.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVa-0003sG-2M
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:57 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=FPzmd/g/CvaOSUd1CEOG9VaqCrd6dXvnjwK01iauHV0=; b=n9FMDHIOJdDjjocWLePJH1Jcrw
 V137ixdkjTWKPn+JUcPl6eq5VdTqKoOx94tUgwZJapTG5mDM33R/HnTcSjrCQ/mZ8P2ooOjVxvj3f
 pW9+AQFnx8VNHCexdNt7dfE/VKZTawCTPPyiuy5DkX7n2Az3DAL7fGbIxAOBJX1vakGe+QUnEunoY
 SlssmHccdLomJUDTNsDEsJ0W+0gudRj65STobAv+LcTuPKR2hnZ/wzUxtvlXNKnT4SWc0q7P5uQA8
 5hadxf2gjD3BNjejNYOibJLEBEZVi6AKrHFvlZq4XxiA8MLjYx9+AHd3hMiZcyQTuR2UQWdIGpl7q
 zYcddUcw==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVZ-000ASJ-2m
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:57 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: impression: FTBFS: error[E0277]: the trait bound `auto::event::Event:
 glib::translate::ToGlibPtr&lt;'_, *mut GdkScrollEvent&gt;` is not satisfied
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wOHVZ-000ASJ-2m@paradis.debian.org&gt;
Date: Sat, 16 May 2026 16:04:57 +0000
Delivered-To: submit@bugs.debian.org

Package: src:impression
Version: 3.7.0-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/202605/

Note: Additionally, meson.build has a missing dependency which in some cases
may make the build to fail 100% of the time. When fixing the build failure
in the subject please also apply this patch which I already tested
and sent upstream:

https://gitlab.com/adhami3310/Impression/-/work_items/66


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:impression, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
   Compiling openssl-probe v0.1.2
   Compiling gdk4 v0.10.3
error[E0277]: the trait bound `auto::event::Event: glib::translate::ToGlibPtr&lt;'_, *mut GdkScrollEvent&gt;` is not satisfied
  --&gt; /usr/share/cargo/registry/gdk4-0.10.3/src/auto/scroll_event.rs:75:83
   |
75 |             from_glib(ffi::gdk_scroll_event_get_relative_direction(event.as_ref().to_glib_none().0))
   |                                                                                   ^^^^^^^^^^^^ unsatisfied trait bound
   |
help: the trait `glib::translate::ToGlibPtr&lt;'_, *mut GdkScrollEvent&gt;` is not implemented for `auto::event::Event`
  --&gt; /usr/share/cargo/registry/gdk4-0.10.3/src/auto/event.rs:8:1
   |
 8 | / glib::wrapper! {
 9 | |     #[doc(alias = &quot;GdkEvent&quot;)]
10 | |     pub struct Event(Shared&lt;ffi::GdkEvent&gt;);
...  |
16 | | }
   | |_^
help: the following other types implement trait `glib::translate::ToGlibPtr&lt;'a, P&gt;`
  --&gt; /usr/share/cargo/registry/gdk4-0.10.3/src/auto/event.rs:8:1
   |
 8 | / glib::wrapper! {
 9 | |     #[doc(alias = &quot;GdkEvent&quot;)]
10 | |     pub struct Event(Shared&lt;ffi::GdkEvent&gt;);
...  |
16 | | }
   | | ^
   | | |
   | |_`auto::event::Event` implements `glib::translate::ToGlibPtr&lt;'_, *const GdkEvent&gt;`
   |   `auto::event::Event` implements `glib::translate::ToGlibPtr&lt;'_, *mut GdkEvent&gt;`
   = note: this error originates in the macro `$crate::glib_shared_wrapper` which comes from the expansion of the macro `glib::wrapper` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling hyper v1.8.1
For more information about this error, try `rustc --explain E0277`.
error: could not compile `gdk4` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
FAILED: [code=101] src/impression 
/usr/bin/cargo build --manifest-path /&lt;&lt;PKGBUILDDIR&gt;&gt;/Cargo.toml --target-dir /&lt;&lt;PKGBUILDDIR&gt;&gt;/obj-x86_64-linux-gnu/src --release &amp;&amp; cp src/release/impression src/impression
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu &amp;&amp; LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 101
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]