bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-03-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: > dannym@dayas ~/src/guix$ ./pre-inst-env guile -c '(use-modules (guix build > syscalls)) (write (network-interfaces))' > (# # 195c1c0> # # Backtrace: > In ice-9/boot-9.scm: > 157: 9 [catch #t # ...] > In unknown file: >?: 8 [apply-smob/1 #] > In ice-9/boot-9.

bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-03-25 Thread Danny Milosavljevic
On Fri, 25 Mar 2016 09:46:23 +0100 l...@gnu.org (Ludovic Courtès) wrote: > l...@gnu.org (Ludovic Courtès) skribis: > > > Danny Milosavljevic skribis: > > > >> git clone, `guix environment guix`, ./bootstrap && ./configure > >> --localstatedir=/var && make check > > > > When running the te

bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-03-25 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Danny Milosavljevic 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.s

bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-02-10 Thread Ludovic Courtès
Danny Milosavljevic 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 i

bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-02-09 Thread Danny Milosavljevic
Package: guix Version: git from an hour ago When I bootstrap guix using git clone, `guix environment guix`, ./bootstrap && ./configure --localstatedir=/var && make check starting from GuixSD, then I get at the make check: ... FAIL: tests/syscalls.scm ... # TOTAL: 59 # PASS: 58 # SKIP: 0 # XF