From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces" Date: Wed, 10 Feb 2016 21:59:26 +0100 Message-ID: <87r3gkjn81.fsf@gnu.org> References: <20160209235934.5f410f19@scratchpost.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]:40322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTbrp-0002kR-NL for bug-guix@gnu.org; Wed, 10 Feb 2016 16:00:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTbrm-0000he-9h for bug-guix@gnu.org; Wed, 10 Feb 2016 16:00:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTbrm-0000hG-6x for bug-guix@gnu.org; Wed, 10 Feb 2016 16:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aTbrl-0001yV-VT for bug-guix@gnu.org; Wed, 10 Feb 2016 16:00:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160209235934.5f410f19@scratchpost.org> (Danny Milosavljevic's message of "Tue, 9 Feb 2016 23:59:34 +0100") 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: Danny Milosavljevic Cc: 22612@debbugs.gnu.org Danny Milosavljevic skribis: > git clone, `guix environment guix`, ./bootstrap && ./configure --locals= tatedir=3D/var && make check When running the tests, were you using the --container option of =E2=80=98g= uix environment guix=E2=80=99? > tests/syscalls.scm:220: FAIL network-interfaces returns one or more inter= faces Could you send the output of: ./pre-inst-env guile -c '(use-modules (guix build syscalls)) (write (netw= ork-interfaces))' Thanks, Ludo=E2=80=99.