This overview from hydra is pretty nice and interesting: https://hydra.gnu.org/eval/109086?full=1#tabs-still-fail
I wonder if we can present it in such a way that people take note when a package (they feel responsible for) fails. I had no idea ldc is failing - and I do feel responsible for that package. Pj. On Fri, Aug 19, 2016 at 02:19:03PM +0200, Pjotr Prins wrote: > On Fri, Aug 19, 2016 at 02:15:19PM +0200, Pjotr Prins wrote: > > ldc is broken since May 2016. > > > > http://hydra.gnu.org/job/gnu/master/ldc-0.16.1.x86_64-linux > > > > hmmm. > > Include file gone missing: > > CMakeFiles/LDCShared.dir/dmd2/root/aav.c.o -c > /tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/aav.c > 3248/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c: In static > member function ���static int Port::isNan(double)���: > 3249/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:813:12: > error: ���::isnan��� has not been declared > 3250 return ::isnan(r); > 3251 ^ > 3252/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c: In static > member function ���static int Port::isNan(longdouble)���: > 3253/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:829:12: > error: ���::isnan��� has not been declared > 3254 return ::isnan(r); > 3255 ^ > 3256/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c: In static > member function ���static int Port::isInfinity(double)���: > 3257/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:857:12: > error: ���::isinf��� has not been declared > 3258 return ::isinf(r); > 3259 ^ > > I am not so much interested in the error. I am interested how we can keep > track > of these failures and notify relevant people. > > Pj. > --