Source: rust-gdk-pixbuf-sys Version: 0.18.0-2 Severity: important While testing a proposed update for gobject-introspection I found that rust-gdk-pixbuf-sys FTBFS when built in sbuild with the nocheck build profile:
> Command: dpkg-buildpackage --sanitize-env -Pnocheck -us -uc -B -rfakeroot ... > debian/rules execute_before_dh_auto_build > make[1]: Entering directory '/<<PKGBUILDDIR>>' > cp /usr/share/gir-1.0/GLib-2.0.gir /<<PKGBUILDDIR>> > cp: cannot stat '/usr/share/gir-1.0/GLib-2.0.gir': No such file or directory Either libgirepository1.0-dev should not be <!nocheck>, or that cp command needs to be skipped when built with nocheck. (Other GObject-Introspection-adjacent Rust libraries might have the same issue, I haven't attempted to rebuild all of them.) Thanks, smcv