From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian Date: Sat, 5 Sep 2015 08:49:02 -0400 Message-ID: References: <20150904144440.2f14182d@debian> <20150904230257.5425eb8a@debian> <87lhcmdk35.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYCuz-0005H6-U1 for bug-guix@gnu.org; Sat, 05 Sep 2015 08:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYCuw-0007rd-PQ for bug-guix@gnu.org; Sat, 05 Sep 2015 08:50:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYCuw-0007qg-MT for bug-guix@gnu.org; Sat, 05 Sep 2015 08:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZYCuw-0005yV-8A for bug-guix@gnu.org; Sat, 05 Sep 2015 08:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lhcmdk35.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 21410@debbugs.gnu.org, Alex Vong On Fri, Sep 4, 2015 at 4:07 PM, Ludovic Court=C3=A8s wrote: > Alex Vong skribis: > >> actual-error: (system-error "open-file" "~A: ~S" ("No such file or dir= ectory" "/proc/-1/setgroups") (2)) > > David, I think this is a shortcoming in the =E2=80=98clone=E2=80=99 wrapp= er: It should > throw to =E2=80=98system-error=E2=80=99 when the return value is -1, like= the =E2=80=98setns=E2=80=99 > wrapper does. > > WDYT? Yes, indeed. I will push a patch and ask Alex to run the tests again so we can see the real error string. - Dave