Dear Debian ARM list, I am encountering the following build failure on armel and suspect that it might be an platform-specific Rust issue:
https://buildd.debian.org/status/fetch.php?pkg=suricata&arch=armel&ver=1%3A5.0.0-1%7Eexp2&stamp=1572536070&raw=0 What do you think? My suspicion blaming Rust is based of this issue, which shows very similar error messages (atomic builtins clashing): https://github.com/rust-lang/rust/issues/48625 The problem is occurring now that Rust is now a mandatory dependency for Suricata so we had to enable Rust support for it for all architectures instead of just amd64 and x86, hence it is hitting armel now as well, causing this issue. It is building fine on other archs. Do you have any suggestion about how to tackle this issue in Debian? It is obviously going to prevent a testing transition and I'd be happy to help out with it any way I can. Best regards Sascha