On Wed, 09 Aug 2023 at 11:45:11 +0200, Matthias Geiger wrote: > Ok. diff included
> - getter="get_cache_dir"> > + getter="get_cache_dir" > + default-value="NULL"> > - getter="get_size_limit"> > + getter="get_size_limit" > + default-value="100000000"> (etc.) I suspect that the difference might simply be that libshumate-dev:mips64el was uploaded at an unlucky time, and was compiled with a different version of gobject-introspection. Looking at the logs, it was indeed built with a different version: amd64: > Preparing to unpack .../143-gobject-introspection_1.76.1-2_amd64.deb ... mips64el: > Preparing to unpack .../143-gobject-introspection_1.74.0-3_mips64el.deb ... If that's the reason for this, then any sourceful upload should resolve the issue. You could add a Build-Depends: gobject-introspection (>= 1.76.1) if you want to be sure. smcv