bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian

2015-09-04 Thread Ludovic Courtès
Alex Vong skribis: > actual-error: (system-error "open-file" "~A: ~S" ("No such file or > directory" "/proc/-1/setgroups") (2)) David, I think this is a shortcoming in the ‘clone’ wrapper: It should throw to ‘system-error’ when the return value is -1, like the ‘setns’ wrapper does. WDYT? Lu

bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian

2015-09-04 Thread Alex Vong
Hi Dave, Please see the reply below. 2015-09-04 22:12 GMT+08:00, Thompson, David : > Hello Alex, > > On Fri, Sep 4, 2015 at 2:44 AM, Alex Vong wrote: >> Hi everyone, >> >> I tried to compile Guix on Debian Sid, >> the compilation succeeded, >> but the 2 of the tests in the Testsuit failed. >> >

bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian

2015-09-04 Thread Thompson, David
Hello Alex, On Fri, Sep 4, 2015 at 2:44 AM, Alex Vong wrote: > Hi everyone, > > I tried to compile Guix on Debian Sid, > the compilation succeeded, > but the 2 of the tests in the Testsuit failed. > > The following is what commands I have run, > all commands are run as non-root: > > $ git clone g

bug#21399: Emacs: Guix Package Info omits some inputs

2015-09-04 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-09-03 17:41 +0300) wrote: > >>> From ae9203234d5254a9cb6a8127d31e99289c605f7a Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Wed, 2 Sep 2015 17:57:58 +0300 >>> Subject: [PATCH] emacs: Add support for "triplet" package inputs. >>> >>> Fixes

bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian

2015-09-04 Thread Alex Vong
Hi everyone, I tried to compile Guix on Debian Sid, the compilation succeeded, but the 2 of the tests in the Testsuit failed. The following is what commands I have run, all commands are run as non-root: $ git clone git://git.savannah.gnu.org/guix.git $ cd guix $ ./bootstrap $ ./configure $ make

bug#21399: Emacs: Guix Package Info omits some inputs

2015-09-04 Thread Alex Kost
Ludovic Courtès (2015-09-03 17:41 +0300) wrote: >> From ae9203234d5254a9cb6a8127d31e99289c605f7a Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Wed, 2 Sep 2015 17:57:58 +0300 >> Subject: [PATCH] emacs: Add support for "triplet" package inputs. >> >> Fixes . >> >>