From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23776: Perl's .pod files include timestamps, making Perl package builds non-deterministic Date: Tue, 31 Oct 2017 16:17:35 +0100 Message-ID: <87o9onxs6o.fsf@gnu.org> References: <87fusdgyg5.fsf@gnu.org> <20160616153927.GB2245@jasmine> <20160619173154.GA26953@jasmine> <87mvexuta8.fsf@gnu.org> <87k2a06viz.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87wpdzl750.fsf@gnu.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]:38176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9YIn-0007tm-Qt for bug-guix@gnu.org; Tue, 31 Oct 2017 11:18:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9YIk-0007fG-K9 for bug-guix@gnu.org; Tue, 31 Oct 2017 11:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9YIk-0007es-HC for bug-guix@gnu.org; Tue, 31 Oct 2017 11:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9YIk-0004i5-Bv for bug-guix@gnu.org; Tue, 31 Oct 2017 11:18:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87wpdzl750.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 13 Jan 2017 09:02:35 +0100") 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: Marius Bakke Cc: 23776-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Marius Bakke skribis: > >> Ludovic Court=C3=A8s writes: [...] >>> For the record, even though Pod::Man supposedly honors SOURCE_DATE_EPOCH >>> as of Perl 5.24, we still have this problem: >>> >>> --8<---------------cut here---------------start------------->8--- >>> $ diff -r /gnu/store/hczskszmhm2l65vy8nv990lzc5dk3ln9-perl-algorithm-c3= -0.10{,-check} >>> diff -r /gnu/store/hczskszmhm2l65vy8nv990lzc5dk3ln9-perl-algorithm-c3-0= .10/lib/perl5/5.24.0/x86_64-linux-thread-multi/perllocal.pod /gnu/store/hcz= skszmhm2l65vy8nv990lzc5dk3ln9-perl-algorithm-c3-0.10-check/lib/perl5/5.24.0= /x86_64-linux-thread-multi/perllocal.pod >>> 1c1 >>> < =3Dhead2 Wed Jan 11 22:20:36 2017: C L >>> --- >>>> =3Dhead2 Wed Jan 11 22:20:34 2017: C L >>> --8<---------------cut here---------------end--------------->8--- >> >> Isn't this fixed by be12f4e27505edd87c4aa457fec43dd0fee23b79 from >> 'core-updates'? > > Oh, probably! I had forgotten about it, thanks for the heads-up. Closing this bug! Ludo=E2=80=99.