Danny Milosavljevic <dan...@scratchpost.org> 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’.