#1141907 golang-github-segmentio-encoding fails autopkgtests on some architectures

#1141907#5
Date:
2026-07-12 13:44:55 UTC
From:
To:
Hi,

this package FTBFS during autopkgtests on i386, armhf, and s390x.

I think that i386 and armhf need to be excluded from the architecture
list, because the package Build-Depends on "architecture-is-64-bit",
which cannot be fulfilled on 32 bit architectures.

On s390x, the package depends on "native-architecture-is-amd64 [s390x]",
which cannot be fulfilled, either.

Currently, the autopkgtest failures prevent migration to testing.

Regards,
Tobias

#1141907#10
Date:
2026-07-13 19:36:38 UTC
From:
To:
Hi,
Why would you do this for a source that only builds an arch:all binary?
This is backwards. If you don't want to *test* on non-64 bits, you
should declare so in debian/test/control, ie via the Architectures field
there, which supports negated values
Architecture: !armhf !i386 !s390x

Paul