Source: terminix Version: 1.0.0-1 Severity: serious Justification: fails to build from source
The i386 build of terminix failed due to a number of complaints of type mismatches (long vs. size_t and [u]long vs. [u]int). /usr/include/d/std/algorithm/mutation.d(1697): Error: template std.range.primitives.popFrontExactly cannot deduce function from argument types !()(bool delegate(ActionType)[], long), candidates are: /usr/include/d/std/range/primitives.d(1798): std.range.primitives.popFrontExactly(Range)(ref Range r, size_t n) if (isInputRange!Range) [...] I presume builds for other 32-bit architectures would fail the same way if ldc didn't FTBFS itself there. Could you please take a look? Thanks!