Package: dh-cmake
Tags: ftbfs
Severity: important

Spotted via Reproducible Builds (https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/dh-cmake.html)


The bug is in KWTestCaseBase (dhcmake/tests/__init__.py)
    @classmethod
    def replace_arch_in_paths(cls, paths):
        return (p.format(arch=dhcmake.arch
                         .dpkg_architecture()["DEB_HOST_GNU_TYPE"])
                for p in paths)

Based on how it is used, that "DEB_HOST_GNU_TYPE" should almost certainly have been a "DEB_HOST_MULTIARCH".

Thanks,
~Niels

Reply via email to