Re: [PATCH] Enable deterministic perl archives.

2016-11-28 Thread Marius Bakke
Ludovic Courtès writes: > Hello! > > Marius Bakke skribis: > >> As far as I can tell, they really are pointless. Makefiles generated by >> MakeMaker have a "pure_install" target that do not create them. >> >> From http://www.perlmonks.org/?node=ExtUtils%3A%3AMakeMaker: >> >> "make install per de

Re: [PATCH] Enable deterministic perl archives.

2016-11-28 Thread Ludovic Courtès
Hello! Marius Bakke skribis: > As far as I can tell, they really are pointless. Makefiles generated by > MakeMaker have a "pure_install" target that do not create them. > > From http://www.perlmonks.org/?node=ExtUtils%3A%3AMakeMaker: > > "make install per default writes some documentation of wha

Re: [PATCH] Enable deterministic perl archives.

2016-11-26 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Marius Bakke skribis: > >> Hi Guix, >> >> This patch disables installation of "perllocal.pod" files which records >> build time and not much else in perl packages. >> >> I haven't checked whether this is needed for packages using 'Build.PL', >> if you know any s

Re: [PATCH] Enable deterministic perl archives.

2016-11-25 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Hi Guix, > > This patch disables installation of "perllocal.pod" files which records > build time and not much else in perl packages. > > I haven't checked whether this is needed for packages using 'Build.PL', > if you know any such package let me know. Are these per

[PATCH] Enable deterministic perl archives.

2016-11-23 Thread Marius Bakke
Hi Guix, This patch disables installation of "perllocal.pod" files which records build time and not much else in perl packages. I haven't checked whether this is needed for packages using 'Build.PL', if you know any such package let me know. >From 34d0dd4e8a002d3768a55e8b28c60c1490b34d45 Mon Sep