- Package:
- golang-github-segmentio-encoding
- Source:
- golang-github-segmentio-encoding
- Submitter:
- Dr. Tobias Quathamer
- Date:
- 2026-07-28 12:59:02 UTC
- Severity:
- normal
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
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