From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: perl: Fix autosplitting of 0-time source. Date: Thu, 10 Sep 2015 17:46:29 +0200 Message-ID: <87zj0u1dm2.fsf@gnu.org> References: <1441874926-1261-1-git-send-email-ericbavier@openmailbox.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]:55382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za44S-00066o-Lx for guix-devel@gnu.org; Thu, 10 Sep 2015 11:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za44R-00040A-MC for guix-devel@gnu.org; Thu, 10 Sep 2015 11:47:32 -0400 In-Reply-To: <1441874926-1261-1-git-send-email-ericbavier@openmailbox.org> (ericbavier@openmailbox.org's message of "Thu, 10 Sep 2015 03:48:46 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ericbavier@openmailbox.org Cc: guix-devel@gnu.org, Eric Bavier ericbavier@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/patches/perl-autosplit-default-time.patch: New patch. > * gnu/packages/perl.scm (perl): Use it. > * gnu-system.am (dist_patch_DATA): Add it. Good catch, OK for =E2=80=98core-updates=E2=80=99. (It=E2=80=99s the 2nd c= ase where we see assumptions about the range of an mtime.) > +AutoSplit will fail to create an index for files whose modification time= is 0 > +because its default time for a non-existent index is 1. Set this defaul= t time > +to -1 instead. What is the index used for? Thanks, Ludo=E2=80=99.