From: ludo@gnu.org (Ludovic Courtès)
To: Adonay Felipe Nogueira <adfeno@hyperbola.info>
Cc: 29426@debbugs.gnu.org
Subject: bug#29426: guix: "make check" test "utmpx-entries" fails
Date: Fri, 24 Nov 2017 21:58:36 +0100 [thread overview]
Message-ID: <87wp2f8kcj.fsf@gnu.org> (raw)
In-Reply-To: <87zi7br4cv.fsf@hyperbola.info> (Adonay Felipe Nogueira's message of "Fri, 24 Nov 2017 15:09:04 -0200")
Hello,
Adonay Felipe Nogueira <adfeno@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’.
next prev parent reply other threads:[~2017-11-24 20:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-24 17:09 bug#29426: guix: "make check" test "utmpx-entries" fails Adonay Felipe Nogueira
2017-11-24 20:58 ` Ludovic Courtès [this message]
2017-11-25 11:30 ` Adonay Felipe Nogueira
2017-11-25 17:14 ` Ludovic Courtès
2017-11-30 22:51 ` Adonay Felipe Nogueira
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wp2f8kcj.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=29426@debbugs.gnu.org \
--cc=adfeno@hyperbola.info \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.