From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 10 15:59:39 2016 Received: (at 22612) by debbugs.gnu.org; 10 Feb 2016 20:59:39 +0000 Received: from localhost ([127.0.0.1]:35357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTbrP-0001xQ-Ef for submit@debbugs.gnu.org; Wed, 10 Feb 2016 15:59:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49265) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTbrO-0001xC-1U for 22612@debbugs.gnu.org; Wed, 10 Feb 2016 15:59:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTbrF-0000eh-Em for 22612@debbugs.gnu.org; Wed, 10 Feb 2016 15:59:32 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTbrF-0000ed-BL; Wed, 10 Feb 2016 15:59:29 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:59316 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aTbrE-0003Da-Ka; Wed, 10 Feb 2016 15:59:29 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces" References: <20160209235934.5f410f19@scratchpost.org> Date: Wed, 10 Feb 2016 21:59:26 +0100 In-Reply-To: <20160209235934.5f410f19@scratchpost.org> (Danny Milosavljevic's message of "Tue, 9 Feb 2016 23:59:34 +0100") Message-ID: <87r3gkjn81.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.3 (-----) X-Debbugs-Envelope-To: 22612 Cc: 22612@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.3 (-----) 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.