Source: rumur Version: 2020.12.20-1 Severity: important Looking at the autopkgtest results for arm64 and armel:
/usr/bin/ld: /tmp/ccbniKRN.o: in function `atomic_read': checker.c:(.text+0x3b90): undefined reference to `__atomic_load_16' /usr/bin/ld: /tmp/ccbniKRN.o: in function `atomic_write': checker.c:(.text+0x3bb8): undefined reference to `__atomic_store_16' /usr/bin/ld: /tmp/ccbniKRN.o: in function `atomic_cas': checker.c:(.text+0x3bf0): undefined reference to `__atomic_compare_exchange_16' /usr/bin/ld: /tmp/ccbniKRN.o: in function `atomic_cas_val': checker.c:(.text+0x3c2c): undefined reference to `__atomic_compare_exchange_16' This could be missing linking to libatomic. (Did not check if it is actually the case, just by looking at the symbols) -- tobi