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: Fri, 25 Mar 2016 17:32:41 +0100 Message-ID: <87r3eymsba.fsf@gnu.org> References: <20160209235934.5f410f19@scratchpost.org> <87r3gkjn81.fsf@gnu.org> <87fuvft068.fsf@gnu.org> <20160325151707.19555503@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]:44569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUfX-0000qz-7r for bug-guix@gnu.org; Fri, 25 Mar 2016 12:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajUfW-00084L-6X for bug-guix@gnu.org; Fri, 25 Mar 2016 12:33:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUfW-00084C-37 for bug-guix@gnu.org; Fri, 25 Mar 2016 12:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ajUfV-0001i0-VE for bug-guix@gnu.org; Fri, 25 Mar 2016 12:33:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20160325151707.19555503@scratchpost.org> (Danny Milosavljevic's message of "Fri, 25 Mar 2016 15:17:07 +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-done@debbugs.gnu.org Danny Milosavljevic skribis: > dannym@dayas ~/src/guix$ ./pre-inst-env guile -c '(use-modules (guix buil= d syscalls)) (write (network-interfaces))'=20=20 > (# # # # In ice-9/boot-9.scm: > 157: 9 [catch #t # ...] > In unknown file: > ?: 8 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 7 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 6 [eval # #] > In unknown file: > ?: 5 [call-with-input-string "(use-modules (guix build syscalls)) (wri= te (network-interfaces))" ...] > In ice-9/command-line.scm: > 180: 4 [# #] > In unknown file: > ?: 3 [eval (write (network-interfaces)) #] > ?: 2 Exception thrown while printing backtrace: > ERROR: In procedure vector-ref: Wrong type argument in position 1 (expect= ing vector): #f > > ice-9/networking.scm:82:27: In procedure sockaddr:fam: > ice-9/networking.scm:82:27: In procedure vector-ref: Wrong type argument = in position 1 (expecting vector): #f Oh I see. This printer error is fixed by 001dae0d7431719655f525a94dc900cc078cca99, while the initial test failure is fixed by 7adbe85e60fce61d0082a9c46604a26d651cb87a. Let me know if I got it wrong! Thanks, Ludo=E2=80=99.