From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: No package from hydra Date: Fri, 19 Aug 2016 14:19:03 +0200 Message-ID: <20160819121903.GA806@thebird.nl> References: <20160805110245.10078-1-jlicht@fsfe.org> <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> 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]:45723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bailr-0007DQ-8w for guix-devel@gnu.org; Fri, 19 Aug 2016 08:19:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baill-0007sm-HD for guix-devel@gnu.org; Fri, 19 Aug 2016 08:19:34 -0400 Received: from mail.thebird.nl ([95.154.246.10]:49888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baill-0007sf-Bv for guix-devel@gnu.org; Fri, 19 Aug 2016 08:19:29 -0400 Content-Disposition: inline In-Reply-To: <20160819121519.GA781@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 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. 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 stat= ic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isNan(doub= le)=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 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 stat= ic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isNan(long= double)=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 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 stat= ic member function =EF=BF=BD=EF=BF=BD=EF=BF=BDstatic int Port::isInfinity= (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 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.