Faster HTTP downloads

2014-05-24 Thread Ludovic Courtès
As you might have seen, commit a68d976 fixed a thinko the HTTP client code that made downloads on the order of 5 times slower... See for details. Enjoy! Ludo’.

Re: [PATCH] gnu: hurd: Add Hurd Minimal.

2014-05-24 Thread Ludovic Courtès
Manolis Ragkousis skribis: > This patch adds Hurd minimal package which builds 'libihash.a' and a > patch which disables linking of libihash against glibc. Next is the > glibc/hurd package, but I will send it later/tomorrow cause there is > something I need to ask the Hurd guys first. Great, kee

Re: [PATCH] gnu: hurd: Add Hurd Minimal.

2014-05-24 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> ++if test "x$cross_compiling" = "xyes"; then >> ++ # It may be that we don't have a working libc yet, for instance >> ++ # because we're bootstrapping the cross-compilation tool chain. >> ++ # Thus, use this undocumented Autoconf macro designed for this. >> ++

Re: [PATCH 4/4] gnu: Add duplicity.

2014-05-24 Thread Ludovic Courtès
Eric Bavier skribis: > From aef259cda9464f55aca23e0e1c9a5b8005a9efab Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 20 May 2014 08:40:10 -0500 > Subject: [PATCH 4/4] gnu: Add duplicity. > > * gnu/packages/backup.scm: New file. > * gnu-system.am: Add it. LGTM, but... [...] > +(i

Re: [PATCH 3/4] gnu: Add python-mock.

2014-05-24 Thread Ludovic Courtès
Eric Bavier skribis: > From 398659d4465286ca7ea8d62bb02b04c14c2c4bd9 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 20 May 2014 08:31:00 -0500 > Subject: [PATCH 3/4] gnu: Add python-mock. > > * gnu/packages/python.scm (python-mock): New variable. [...] > +(synopsis "A Python Moc

Re: [PATCH 1/4] gnu: Add librsync.

2014-05-24 Thread Ludovic Courtès
Eric Bavier skribis: > From 1eba3ffa9be4cf509691257b53c015a7798b0312 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 20 May 2014 08:20:27 -0500 > Subject: [PATCH 1/4] gnu: Add librsync. > > * gnu/packages/rsync.scm (librsync): New variable. Looks good to me. Ludo’.

Re: [PATCH] Add mcrypt

2014-05-24 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, May 24, 2014 at 12:40:31AM -0500, Eric Bavier wrote: >> +(native-inputs `(("file" ,file))) >> +(arguments >> + `(#:phases (alist-cons-before >> + 'configure 'patch-configure >> + (lambda _ >> + (substitu

Re: [PATCH] Add mcrypt

2014-05-24 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer skribis: > Nikita Karetnikov writes: > >>> + ("perl" ,perl))) ;for tests >> >> Usually, one puts a space after ‘;’. > > Not according to http://mumble.net/~campbell/scheme/style.txt and > Emacs's M-; (which just follows that document anyway). I

Re: [PATCH] gnu: hurd: Add Hurd Minimal.

2014-05-24 Thread Nikita Karetnikov
> ++if test "x$cross_compiling" = "xyes"; then > ++ # It may be that we don't have a working libc yet, for instance > ++ # because we're bootstrapping the cross-compilation tool chain. > ++ # Thus, use this undocumented Autoconf macro designed for this. > ++ AC_NO_EXECUTABLES > ++ echo do

[PATCH] gnu: hurd: Add Hurd Minimal.

2014-05-24 Thread Manolis Ragkousis
This patch adds Hurd minimal package which builds 'libihash.a' and a patch which disables linking of libihash against glibc. Next is the glibc/hurd package, but I will send it later/tomorrow cause there is something I need to ask the Hurd guys first. From 137cb57dfb6b983521f758992a4424301acb4281 Mo

Re: [PATCH] Add mcrypt

2014-05-24 Thread Taylan Ulrich Bayirli/Kammer
Nikita Karetnikov writes: >> + ("perl" ,perl))) ;for tests > > Usually, one puts a space after ‘;’. Not according to http://mumble.net/~campbell/scheme/style.txt and Emacs's M-; (which just follows that document anyway). Taylan

Re: [PATCH] Add mcrypt

2014-05-24 Thread Nikita Karetnikov
> This patch adds Mcrypt, and two library dependencies. Comments > welcome. I believe the libraries should be listed in the commit message as new variables. Ludo, WDYT? > + (method url-fetch) > + > + (uri (string-append "mirror://sourceforge/mcrypt/mcrypt-" Extraneous newline. > +

Re: Patch series for duplicity

2014-05-24 Thread Andreas Enge
On Sat, May 24, 2014 at 01:12:54AM -0500, Eric Bavier wrote: > Following will be some patches that add duplicity and some input > packages (python-lockfile, python-mock, and librsync). I'm not as > familier with the python side of packaging, so please point out anything > I missed. On quick inspe

Re: [PATCH] Add mcrypt

2014-05-24 Thread Andreas Enge
On Sat, May 24, 2014 at 12:40:31AM -0500, Eric Bavier wrote: > +(native-inputs `(("file" ,file))) > +(arguments > + `(#:phases (alist-cons-before > + 'configure 'patch-configure > + (lambda _ > + (substitute* "configure" > +