Source: seqan2 Version: 2.3.2+dfsg-1 Severity: normal seqan2 (2.3.2+dfsg-1) unstable; urgency=medium ... * Re-enable armel, now that upstream bug fixed in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735 ... -- Michael R. Crusoe <michael.cru...@gmail.com> Thu, 28 Sep 2017 09:15:34 -0700
This bug in gcc was fixed. Now it did FTBFS on the buildd: /tmp/ccddFuJv.s:16668: Error: selected processor does not support `yield' in ARM mode This FTBFS is easily fixable. After fixing this, the next problem is that seqan2 fails to build even with -O1 due to virtual memory exhausted. The file where I ran into the -O1 problem did build with -O0, but then there is the point that it doesn't make sense to compile this package without any optimization (which is expected to result in *very* slow code) for an architecture where it might have zero users.