Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-11 Thread Ludovic Courtès
Hi Peter, The patch I originally sent had a thinko. Can you try with the just-released Guile 2.0.9, which contains a correct fix AFAICS? Thanks, Ludo’. ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-11 Thread Ludovic Courtès
Eelco Dolstra eelco.dols...@logicblox.com skribis: OTOH, the error message suggests that the test tries to bind to a local port, which is inherently impure since another build might try to do the same thing at the same time. The test is skipped upon EADDRINUSE. Ludo’.

Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-09 Thread Peter Simons
Hi Ludo, Actually, can you try this patch: diff --git a/test-suite/tests/00-socket.test b/test-suite/tests/00-socket.test thank you very much. That patch fixed the IPv6 error indeed, but now there is a somewhat nondescript failure, saying: WARNING: (test-suite sxml-xpath): imported module

Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-08 Thread Eelco Dolstra
Hi, On 08/04/13 01:07, Peter Simons wrote: the test suite for guile-2.0.7 fails on my machine, complaining: ERROR: socket.test: AF_INET6/SOCK_STREAM: bind - arguments: ((system-error bind ~A (Cannot assign requested address) (99))) ERROR: socket.test: AF_INET6/SOCK_STREAM:

Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-08 Thread Ludovic Courtès
Peter Simons sim...@cryp.to skribis: the test suite for guile-2.0.7 fails on my machine, complaining: ERROR: socket.test: AF_INET6/SOCK_STREAM: bind - arguments: ((system-error bind ~A (Cannot assign requested address) (99))) ERROR: socket.test: AF_INET6/SOCK_STREAM: bind/sockaddr -

Re: [Nix-dev] guile 2.0.7 test suite fails without IPv6 support

2013-04-08 Thread Ludovic Courtès
Hi Peter, Peter Simons sim...@cryp.to skribis: the test suite for guile-2.0.7 fails on my machine, complaining: ERROR: socket.test: AF_INET6/SOCK_STREAM: bind - arguments: ((system-error bind ~A (Cannot assign requested address) (99))) ERROR: socket.test: AF_INET6/SOCK_STREAM: