Source: libosinfo
Version: 0.3.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Builds of libosinfo for architectures other than amd64 have been
failing with errors along the lines of
debian/rules override_dh_install
make[1]: Entering directory '/«PKGBUILDDIR»'
rm -f debian/tmp/usr/lib/x86_64-linux-gnu/libosinfo-1.0.la
dh_install --fail-missing
dh_install: usr/lib/aarch64-linux-gnu/libosinfo-1.0.la exists in debian/tmp
but is not installed to anywhere
dh_install: missing files, aborting
debian/rules:38: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:22: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 2
Please replace the hardcoded path component x86_64-linux-gnu with
either $(DEB_HOST_MULTIARCH) or a wildcard.
Thanks!