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: Sat, 18 Jun 2016 22:35:40 +0200 Message-ID: <87oa6y1bhf.fsf@gnu.org> References: <87fusdgyg5.fsf@gnu.org> <20160616153927.GB2245@jasmine> <877fdoxmja.fsf@gnu.org> <20160617185017.GA16420@jasmine> 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]:54318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEMyO-0006we-7o for bug-guix@gnu.org; Sat, 18 Jun 2016 16:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEMyI-0001h6-J9 for bug-guix@gnu.org; Sat, 18 Jun 2016 16:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEMyI-0001h2-GD for bug-guix@gnu.org; Sat, 18 Jun 2016 16:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bEMyI-0007rO-9e for bug-guix@gnu.org; Sat, 18 Jun 2016 16:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160617185017.GA16420@jasmine> (Leo Famulari's message of "Fri, 17 Jun 2016 14:50:17 -0400") 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: Leo Famulari Cc: 23776@debbugs.gnu.org Leo Famulari skribis: > On Fri, Jun 17, 2016 at 10:11:21AM +0200, Ludovic Court=C3=A8s wrote: >> Leo Famulari skribis: >>=20 >> > On Thu, Jun 16, 2016 at 01:33:46PM +0200, Ludovic Court=C3=A8s wrote: >> >> The problem is described in : >> >>=20 >> >> --8<---------------cut here---------------start------------->8--- >> >> timestamps_in_documentation_generated_by_podman: >> >> description: | >> >> The module Pod::Man includes timestamps in its embedded manpages: >> >> http://sources.debian.net/src/perl/latest/cpan/podlators/lib/Pod/= Man.pm/?hl=3D1700#L977 >> >> They should be based on the mtime of the original file. >> >> url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInManpage= sGeneratedByPodMan >> > >> > According to the information on this page, we should set POD_MAN_DATE >> > while building. Should we make the perl-build-system export this >> > variable? Set to SOURCE_DATE_EPOCH? >>=20 >> Yes, that sounds like a good idea. > > Should I add a phase to %standard-phases in perl-build-system.scm [0]? > > Should I define a new procedure set-POD_MAN_DATE [1] and add that > perl-build-system.scm's %standard-phases? Yes, sounds like the right approach to me. Thank you. Ludo=E2=80=99.