bug#23780: guix import pypi jedi: weird backtrace, no proper error message

2016-06-16 Thread Ben Woodcroft
On 17/06/16 14:16, Danny Milosavljevic wrote: $ guix import pypi jedi Starting download of /tmp/guix-file.n01KoB From https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/jedi-0.9.0.tar.gz... ….0.tar.gz 326KiB 402KiB/s 00:01 [

bug#23780: guix import pypi jedi: weird backtrace, no proper error message

2016-06-16 Thread Danny Milosavljevic
$ guix import pypi jedi Starting download of /tmp/guix-file.n01KoB From https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/jedi-0.9.0.tar.gz... ….0.tar.gz 326KiB 402KiB/s 00:01 [] 100.0% Starting download of /

bug#23776: Perl's .pod files include timestamps, making Perl package builds non-deterministic

2016-06-16 Thread Leo Famulari
On Thu, Jun 16, 2016 at 01:33:46PM +0200, Ludovic Courtès wrote: > The problem is described in : > > --8<---cut here---start->8--- > timestamps_in_documentation_generated_by_podman: > description: | > The module Pod::Man includes timestamps in its embedded

bug#23776: Perl's .pod files include timestamps, making Perl package builds non-deterministic

2016-06-16 Thread Ludovic Courtès
Here’s an example: --8<---cut here---start->8--- $ diff -ru /gnu/store/fmib129w05hbwbikd7x48s37hvr8nrdf-perl-io-stringy-2.110 /gnu/store/fmib129w05hbwbikd7x48s37hvr8nrdf-perl-io-stringy-2.110-check diff -ru /gnu/store/fmib129w05hbwbikd7x48s37hvr8nrdf-perl-io-s

bug#23723: patch-shebang phase breaks symlinks

2016-06-16 Thread Ludovic Courtès
Danny Milosavljevic skribis: > are you sure that's correct? > > Compare: > > On Sun, 12 Jun 2016 12:29:52 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> +(filter (lambda (file) >> + (eq? 'regular (lstat file))) > ^ > to