From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: No package from hydra Date: Fri, 19 Aug 2016 17:23:13 +0200 Message-ID: <20160819152313.GA1274@thebird.nl> References: <20160807030038.GB30934@jasmine> <874m6wagtb.fsf@fsfe.org> <20160808211834.GD22268@jasmine> <87bn12nkzo.fsf@fsfe.org> <20160812172539.GA13659@jasmine> <20160819104039.GA411@thebird.nl> <20160819110401.GA515@thebird.nl> <20160819121345.GA741@thebird.nl> <20160819121519.GA781@thebird.nl> <20160819121903.GA806@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bale3-0008Ly-9i for guix-devel@gnu.org; Fri, 19 Aug 2016 11:23:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baldz-00047G-43 for guix-devel@gnu.org; Fri, 19 Aug 2016 11:23:42 -0400 Received: from mail.thebird.nl ([95.154.246.10]:49990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baldy-000475-Um for guix-devel@gnu.org; Fri, 19 Aug 2016 11:23:39 -0400 Content-Disposition: inline In-Reply-To: <20160819121903.GA806@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel@gnu.org This overview from hydra is pretty nice and interesting: https://hydra.gnu.org/eval/109086?full=3D1#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. > >=20 > > http://hydra.gnu.org/job/gnu/master/ldc-0.16.1.x86_64-linux > >=20 > > hmmm. >=20 > Include file gone missing: >=20 > 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 st= atic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isNan(do= uble)=EF=BF=BD=EF=BF=BD=EF=BF=BD: > 3249/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:813:12= : error: =EF=BF=BD=EF=BF=BD=EF=BF=BD::isnan=EF=BF=BD=EF=BF=BD=EF=BF=BD ha= s 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 st= atic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isNan(lo= ngdouble)=EF=BF=BD=EF=BF=BD=EF=BF=BD: > 3253/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:829:12= : error: =EF=BF=BD=EF=BF=BD=EF=BF=BD::isnan=EF=BF=BD=EF=BF=BD=EF=BF=BD ha= s 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 st= atic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isInfini= ty(double)=EF=BF=BD=EF=BF=BD=EF=BF=BD: > 3257/tmp/guix-build-ldc-0.16.1.drv-0/ldc-0.16.1/dmd2/root/port.c:857:12= : error: =EF=BF=BD=EF=BF=BD=EF=BF=BD::isinf=EF=BF=BD=EF=BF=BD=EF=BF=BD ha= s not been declared > 3258 return ::isinf(r); > 3259 ^ >=20 > I am not so much interested in the error. I am interested how we can ke= ep track > of these failures and notify relevant people. >=20 > Pj. >=20 --=20