Source: gloo Version: 0.0~git20230519.597accf-2 Severity: normal X-Debbugs-Cc: daniel.bung...@canonical.com
Dear Maintainer, gloo attempts to build on 32 bit systems. https://buildd.debian.org/status/package.php?p=gloo We know this will not work, as cmake reports the following: > Gloo can only be built on 64-bit systems. I suggest adjusting the control file to reflect this state so that builds are only attempted on 64 bit systems. Something like this should work. @@ -17,7 +17,7 @@ Rules-Requires-Root: no Package: libgloo-dev Section: libdevel -Architecture: any +Architecture: any-amd64 arm64 mips64el ppc64el riscv64 s390x alpha ia64 loong64 ppc64 sparc64 Depends: libgloo0 (= ${binary:Version}), libhiredis-dev, libibverbs-dev, -Dan