Source: nim
Version: 1.4.8-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=nim&arch=armhf&ver=1.4.8-2&stamp=1629152447&raw=0
...
dh_auto_configure -a
install -d /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo "running make to build ./bin/nim from csources"
running make to build ./bin/nim from csources
PATH=./bin/:$PATH make -j
make[2]: Entering directory '/<<PKGBUILDDIR>>'
makefile:164: *** unknown processor: armv8l. Stop.
The uname usage in tools/niminst/makefile.nimf is fragile.
Adding cases for armv8l and armv9l might work due to the Debian buildds
using setarch, without that a 32bit on a 64bit system would even be
misdetected as arm64.