Re: [PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-02-11 Thread Andreas Enge
Hello, On Tue, Feb 11, 2014 at 09:05:31AM +0100, Ludovic Courtès wrote: Well, let’s see how we can fix things from here. finally, this was not such a big problem, I had just added libmicrohttpd and done a bit of reformatting following Mark's suggestions (which you have also done independently).

Re: [PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-02-11 Thread Sree Harsha Totakura
Hi! On 02/10/2014 11:33 PM, Andreas Enge wrote: see my message from February 5: https://lists.gnu.org/archive/html/guix-devel/2014-02/msg00057.html To summarise, I do not know what happens. The testcase 172 tests cookies whose expiration value is hard-coded to 1391252187, which is Feb 1,

Re: [PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-02-11 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Tue, Feb 11, 2014 at 11:05:28AM +0100, Sree Harsha Totakura wrote: The testcase 172 tests cookies whose expiration value is hard-coded to 1391252187, which is Feb 1, 2014. Hence, the testcase is failing for a week :) Totally crazy! In people’s

Re: [PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-02-11 Thread Andreas Enge
On Tue, Feb 11, 2014 at 09:25:37AM +0100, Andreas Enge wrote: I could try to update curl and see whether the test problem still occurs. Things are worse with curl 7.35.0 (which requires python for at least one of its tests): Test 172 still fails, and additionally, 1221 and 1222 fail. So a patch

‘guix authenticate’: Throw to key `gcry-error' with args `(536871113)'.

2014-02-11 Thread Nikita Karetnikov
The keypair was created this way: $ openssl genrsa -out ./cache-key.sec 2048 $ openssl rsa -in ./cache-key.sec -pubout ./cache-key.pub All the tests pass. What’s wrong? $ guix authenticate rsautl -sign -inkey cache-key.sec -in 3r2n9zm3kxb28klpzgarjxj8x3y3y6wf.narinfo.hash Backtrace: In

Re: ‘guix authenticate’: Throw to key `gcry-error' with args `(536871113)'.

2014-02-11 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: The keypair was created this way: $ openssl genrsa -out ./cache-key.sec 2048 $ openssl rsa -in ./cache-key.sec -pubout ./cache-key.pub All the tests pass. What’s wrong? $ guix authenticate rsautl -sign -inkey cache-key.sec -in

[PATCH 0/2] Add Python tools.

2014-02-11 Thread Cyril Roelandt
These two patches add tools commonly used by Python developers: virtualenv and pip. Cyril Roelandt. --- Cyril Roelandt (2): gnu: Add virtualenv. gnu: Add pip. gnu/packages/python.scm | 56 + 1 file changed, 56 insertions(+) -- 1.8.4.rc3

[PATCH 2/2] gnu: Add pip.

2014-02-11 Thread Cyril Roelandt
* gnu/packages/python.scm (python-pip, python2-pip): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7e28eda..6144925 100644 --- a/gnu/packages/python.scm +++

[PATCH 1/2] gnu: Add virtualenv.

2014-02-11 Thread Cyril Roelandt
* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 44e3c14..7e28eda 100644 ---

Problems with handicapped 'bash' from glibc package

2014-02-11 Thread Mark H Weaver
Hello all, The 'bash' in the glibc package is handicapped in at least two ways: * It can't set the locale, because it looks for locales in /nix/store/-glibc-intermediate-2.18-locales * It can't look up anything from NSS, such as passwd data, because it tries