Source: ldc Version: 1:0.14.0.dfsg-1 Severity: serious Justification: fails to build from source (but built successfully in the past)
ldc was binNMU'd for the libstdc++ transition (specifically, "Rebuild with libconfig++9v5". The log: <https://buildd.debian.org/status/fetch.php?pkg=ldc&arch=armhf&ver=1%3A0.14.0.dfsg-1%2Bb1&stamp=1440269448> You'll see there are lots of instances of: In file included from /«PKGBUILDDIR»/gen/asmstmt.cpp:142:0: /«PKGBUILDDIR»/gen/asm-x86.h:225:5: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing] I'm a little confused as to why a file named asm-x86.h would be included on the only non-x86 architecture supported by ldc, so perhaps that's the bug here; or perhaps there's some good reason for it, and something else is broken. S