Re: [PATCH] gnu: curl: Upgrade to 7.35.0

2014-02-18 Thread Mark H Weaver
Mark H Weaver writes: > This patch upgrades cURL to 7.35.0. Ah, nevermind, I see that Sree already did this. Mark

[PATCH] gnu: tor: Upgrade to 0.2.4.20

2014-02-18 Thread Mark H Weaver
>From ae342554c8bc60a2bd238a0869c7bd5ba33619e2 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 19 Feb 2014 02:06:13 -0500 Subject: [PATCH] gnu: tor: Upgrade to 0.2.4.20. * gnu/packages/tor.scm (tor): Upgrade to 0.2.4.20. --- gnu/packages/tor.scm | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH] gnu: Add gmime

2014-02-18 Thread Mark H Weaver
This adds gmime, another step toward notmuch (mail). Mark >From c848b174fc5ab2268f72736fe574a2def50ed095 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 23:08:04 -0500 Subject: [PATCH] gnu: Add gmime. * gnu/packages/mail.scm (gmime): New variable. --- gnu/packages/mail.

[PATCH] gnu: curl: Upgrade to 7.35.0

2014-02-18 Thread Mark H Weaver
This patch upgrades cURL to 7.35.0. Mark >From 5b2d248c545cfe0383525bb59e9d3c8160651737 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 19:46:57 -0500 Subject: [PATCH] gnu: curl: Upgrade to 7.35.0. * gnu/packages/curl.scm (curl): Upgrade to 7.35.0. --- gnu/packages/cu

[PATCH] gnu: gnutls: Configure location of system-wide trust store

2014-02-18 Thread Mark H Weaver
This patch is needed to allow gnutls to find the system-wide trust store (trusted CA certificates). Mark >From 51fdea28198bd284949c98bc423e5fcef6169068 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 21:30:53 -0500 Subject: [PATCH] gnu: gnutls: Configure location of sy

Re: guix package: error: build failed: unable to fork: Invalid argument

2014-02-18 Thread David Knight
Sree Harsha Totakura wrote: > I am suspecting that this is a problem with you kernel configuration. > Do you have the namespaces available (the following options) in your > config? > > CONFIG_NAMESPACES=y > CONFIG_UTS_NS=y > CONFIG_IPC_NS=y > CONFIG_USER_NS=y > CONFIG_PID_NS=y > CONFIG_NET_NS=y Wo

Re: [PATCH 0/2] Update cURL to 7.35.0 and fix its tests

2014-02-18 Thread Sree Harsha Totakura
On 02/18/2014 11:39 PM, Andreas Enge wrote: > Thanks, also pushed! The patch that you could remove for gnurl is still > needed for curl? Did you make a bug report? Yes, it is still needed. It has been fixed by cURL upstream though, so we can remove it after the next release. Sree

Re: [PATCH 0/2] Update cURL to 7.35.0 and fix its tests

2014-02-18 Thread Andreas Enge
On Tue, Feb 18, 2014 at 09:45:56PM +0100, Sree Harsha Totakura wrote: > The following patches update cURL to 7.35.0 and fix its test cases. Thanks, also pushed! The patch that you could remove for gnurl is still needed for curl? Did you make a bug report? Andreas

Re: [PATCH] Do not disable gnurl testcase 1022

2014-02-18 Thread Andreas Enge
On Tue, Feb 18, 2014 at 09:57:42PM +0100, Sree Harsha Totakura wrote: > Upstream has fixed the previously failing testcase 1022. Hence, > it is no longer required to be disabled. Applied, thanks! I dropped the "with-directory-excursion" line as there was only one file to be patched. Andreas

Re: guix package: error: build failed: unable to fork: Invalid argument

2014-02-18 Thread Sree Harsha Totakura
On 02/18/2014 05:29 PM, David Knight wrote: > it downloads about 277M of files (up to guile-2.0.9.tar.xz) into > /nix/store then errors with "guix package: error: build failed: unable > to fork: Invalid argument". Rerunning the command gives the same error > message. It is common to install those

guix package: error: build failed: unable to fork: Invalid argument

2014-02-18 Thread David Knight
when I try: guix package -i hello it downloads about 277M of files (up to guile-2.0.9.tar.xz) into /nix/store then errors with "guix package: error: build failed: unable to fork: Invalid argument". Rerunning the command gives the same error message. The same error shows on two different distr

Re: [PATCH] gnu: ncdc: Update to 1.19.

2014-02-18 Thread Andreas Enge
On Tue, Feb 18, 2014 at 09:05:17PM +0100, Sree Harsha Totakura wrote: > * gnu/packages/dc (ncdc): Update to 1.19. Applied, thanks! (After replacing leading tabs with spaces.) Andreas

[PATCH] Do not disable gnurl testcase 1022

2014-02-18 Thread Sree Harsha Totakura
Upstream has fixed the previously failing testcase 1022. Hence, it is no longer required to be disabled. Sree Harsha Totakura (1): gnu: gnurl: Do not disable testcase 1022. gnu/packages/gnunet.scm | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) -- 1.8.5.3

[PATCH] gnu: gnurl: Do not disable testcase 1022.

2014-02-18 Thread Sree Harsha Totakura
* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022. --- gnu/packages/gnunet.scm | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index b084796..dd54911 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages

[PATCH 2/2] gnu: curl: Fix tests.

2014-02-18 Thread Sree Harsha Totakura
* gnu/packages/curl.scm (curl): Add a new phase and python-2 to native-inputs. --- gnu/packages/curl.scm | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index ea7dbf6..747535d 100644 --- a/gnu/packages/curl.scm +++

[PATCH 1/2] gnu: curl: Update to 7.35.0.

2014-02-18 Thread Sree Harsha Totakura
* gnu/packages/curl.scm (curl): Update to 7.35.0. --- gnu/packages/curl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index a9bfa76..ea7dbf6 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -36,14 +36,14 @

[PATCH 0/2] Update cURL to 7.35.0 and fix its tests

2014-02-18 Thread Sree Harsha Totakura
The following patches update cURL to 7.35.0 and fix its test cases. Sree Harsha Totakura (2): gnu: curl: Update to 7.35.0. gnu: curl: Fix tests. gnu/packages/curl.scm | 20 1 file changed, 16 insertions(+), 4 deletions(-) -- 1.8.5.3

[PATCH] gnu: ncdc: Update to 1.19.

2014-02-18 Thread Sree Harsha Totakura
* gnu/packages/dc (ncdc): Update to 1.19. --- gnu/packages/dc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm index 75ed5f4..a4ba6c9 100644 --- a/gnu/packages/dc.scm +++ b/gnu/packages/dc.scm @@ -33,14 +33,14 @@ (define-public

Re: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support

2014-02-18 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001 >>> From: Mark H Weaver >>> Date: Tue, 18 Feb 2014 10:34:04 -0500 >>> Subject: [PATCH] gnu: shishi: Add more inputs for libid

Re: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support

2014-02-18 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Tue, 18 Feb 2014 10:34:04 -0500 >> Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support. >> >> * gnu/pac

Re: gnu : add GNU Mig

2014-02-18 Thread Ludovic Courtès
Manolis Ragkousis skribis: > My second patch for adding GNU Mig. :-D Nice! A couple of comments: > +(define-public gnumig > + (package > +(name "gnumig") The variable and package name should be ‘mig’ (‘gnumach’ is one of the exceptions to the rule.) > +(arguments > +`(#:configur

Re: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support

2014-02-18 Thread Ludovic Courtès
Mark H Weaver skribis: > From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 18 Feb 2014 10:34:04 -0500 > Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support. > > * gnu/packages/shishi.scm (shishi): Add 'pkg-config' nativ

Re: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines

2014-02-18 Thread Ludovic Courtès
Mark H Weaver skribis: > Andreas Enge writes: >> It looks like the patch broke dmd on i686 and x86_64: >>http://hydra.gnu.org/eval/52352 > > Wow, those tests must be very fragile. All I did was increase all of > the sleep times by a factor of about 3. I didn't look closely at the > logic.

gnu : add GNU Mig

2014-02-18 Thread Manolis Ragkousis
My second patch for adding GNU Mig. :-D From b218f112dc2ca41ede992b9478b981eb353b85a0 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 18 Feb 2014 17:22:50 + Subject: [PATCH] gnu: hurd: Add GNU Mig. * gnu/packages/hurd.scm (gnumig): Add GNU Mig --- gnu/packages/hurd.scm | 33 +

[PATCH] gnu: shishi: Add more inputs for libidn and PAM support

2014-02-18 Thread Mark H Weaver
>From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 10:34:04 -0500 Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support. * gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input. Add 'libidn' and 'linux-

Re: [PATCH] gnu: gnutls: Upgrade to 3.2.11

2014-02-18 Thread Ludovic Courtès
Mark H Weaver skribis: > From 9d422c7b980702812278b2497a9de5974097977b Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 18 Feb 2014 03:46:09 -0500 > Subject: [PATCH] gnu: gnutls: Upgrade to 3.2.11. > > * gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI > computation

[PATCH] gnu: gnutls: Upgrade to 3.2.11

2014-02-18 Thread Mark H Weaver
This patch upgrades gnutls. Mark >From 9d422c7b980702812278b2497a9de5974097977b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 03:46:09 -0500 Subject: [PATCH] gnu: gnutls: Upgrade to 3.2.11. * gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI computa