Source: rust-gtk4 Version: 0.9.6-1 Severity: serious Tags: ftbfs rust-gtk4 fails to build from source when enabling the nocheck build profile. A build ends as follows:
| debian/rules execute_before_dh_auto_build | make[1]: Entering directory '/build/reproducible-path/rust-gtk4-0.9.6' | cp /usr/share/gir-1.0/GLib-2.0.gir /build/reproducible-path/rust-gtk4-0.9.6 | cp /usr/share/gir-1.0/Gdk-4.0.gir /build/reproducible-path/rust-gtk4-0.9.6 | cp: cannot stat '/usr/share/gir-1.0/Gdk-4.0.gir': No such file or directory | make[1]: *** [debian/rules:10: execute_before_dh_auto_build] Error 1 | make[1]: Leaving directory '/build/reproducible-path/rust-gtk4-0.9.6' | make: *** [debian/rules:4: binary] Error 2 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 I suspect that the libgtk-4-dev dependency should not be tagged <!nocheck>. Helmut