[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22612: guix make check failure for syscalls: "FAIL network-interface
From: |
Ludovic Courtès |
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 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Danny Milosavljevic <address@hidden> skribis:
> git clone, `guix environment guix`, ./bootstrap && ./configure
> --localstatedir=/var && make check
When running the tests, were you using the --container option of ‘guix
environment guix’?
> tests/syscalls.scm:220: FAIL network-interfaces returns one or more interfaces
Could you send the output of:
./pre-inst-env guile -c '(use-modules (guix build syscalls)) (write
(network-interfaces))'
Thanks,
Ludo’.