From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27750: i686-linux perl not reproducible Date: Tue, 18 Jul 2017 13:54:08 +0200 Message-ID: <87y3rmyn8f.fsf@gnu.org> References: <20170718103034.64cd6e0c@scratchpost.org> 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]:45633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXR5m-0003dZ-11 for bug-guix@gnu.org; Tue, 18 Jul 2017 07:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXR5i-000379-Us for bug-guix@gnu.org; Tue, 18 Jul 2017 07:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42745) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dXR5i-000371-Qv for bug-guix@gnu.org; Tue, 18 Jul 2017 07:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dXR5i-0008FZ-HB for bug-guix@gnu.org; Tue, 18 Jul 2017 07:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170718103034.64cd6e0c@scratchpost.org> (Danny Milosavljevic's message of "Tue, 18 Jul 2017 10:30:34 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 27750@debbugs.gnu.org Danny Milosavljevic skribis: > $ diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0 /gnu/s= tore/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check > diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl= 5/5.24.0/i686-linux-thread-multi/Config_heavy.pl /gnu/store/y5mrlqyphzr5iqf= 51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-mult= i/Config_heavy.pl > --- /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.2= 4.0/i686-linux-thread-multi/Config_heavy.pl 1970-01-01 01:00:01.00000000= 0 +0100 > +++ /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/per= l5/5.24.0/i686-linux-thread-multi/Config_heavy.pl 1970-01-01 01:00:01.= 000000000 +0100 > @@ -1041,7 +1041,7 @@ > longdblinfbytes=3D'0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff,= 0x7f, 0x00, 0x00' > longdblkind=3D'3' > longdblmantbits=3D'64' > -longdblnanbytes=3D'0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff,= 0xff, 0xd1, 0xf7' > +longdblnanbytes=3D'0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff,= 0xff, 0xce, 0xf7' Could you check if that is still the case on =E2=80=98core-updates=E2=80=99= , which has Perl 5.26.0? Thanks, Ludo=E2=80=99.