GNU bug report logs - #29426
guix: "make check" test "utmpx-entries" fails

Previous Next

Package: guix;

Reported by: Adonay Felipe Nogueira <adfeno <at> hyperbola.info>

Date: Fri, 24 Nov 2017 17:10:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #8 received at 29426 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Adonay Felipe Nogueira <adfeno <at> hyperbola.info>
Cc: 29426 <at> debbugs.gnu.org
Subject: Re: bug#29426: guix: "make check" test "utmpx-entries" fails
Date: Fri, 24 Nov 2017 21:58:36 +0100
Hello,

Adonay Felipe Nogueira <adfeno <at> hyperbola.info> skribis:

> test-name: utmpx-entries
> location: /home/adfeno/Projetos/Software/guix/tests/syscalls.scm:522
> source:
> + (test-assert
> +   "utmpx-entries"
> +   (match (utmpx-entries)
> +          (((? utmpx? entries) ...)
> +           (every (lambda (entry)
> +                    (match (utmpx-user entry)
> +                           ((? string?)
> +                            (or (eqv? (login-type BOOT_TIME)
> +                                      (utmpx-login-type entry))
> +                                (> (utmpx-pid entry) 0)))
> +                           (#f #t)))
> +                  entries))))
> actual-value: #f
> result: FAIL

Can you try this in a REPL?

You can run:

  ./pre-inst-env guile

and then:

  ,use (guix build syscalls)
  (utmpx-entries)

TIA!

Ludo’.




This bug report was last modified 7 years and 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.