all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adonay Felipe Nogueira <adfeno@hyperbola.info>
To: 29426@debbugs.gnu.org
Subject: bug#29426: guix: "make check" test "utmpx-entries" fails
Date: Sat, 25 Nov 2017 09:30:14 -0200	[thread overview]
Message-ID: <87y3muzjcp.fsf@hyperbola.info> (raw)
In-Reply-To: <87wp2f8kcj.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 24 Nov 2017 21:58:36 +0100")

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

I did the following:

--8<---------------cut here---------------start------------->8---
guix environment guix
./bootstrap
./configure --localstatedir="/var"
./pre-inst-env guile
--8<---------------cut here---------------end--------------->8---

And inside Guile REPL:

--8<---------------cut here---------------start------------->8---
,use (guix build syscalls)
(utmpx-entries)
--8<---------------cut here---------------end--------------->8---

And I get what is attached in "utmp-1.txt".

The same result is observed when I append `--ad-hoc guile' to `guix
environment guix' (I attempted a `diff' between the results of two
sequence of commands and it didn't report anything).


[-- Attachment #2: utmpx-1.txt --]
[-- Type: text/plain, Size: 2514 bytes --]

$1 = (#<<utmpx-entry> type: 2 pid: 0 line: "~" id: (126 126 0 0) user: "reboot" host: "4.9.59-gnu.pae" termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 365756000 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 1 pid: 50 line: "~" id: (126 126 0 0) user: "runlevel" host: "4.9.59-gnu.pae" termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 422713000 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1058 line: "tty4" id: (52 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1058 time: #<time type: time-utc nanosecond: 0 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1059 line: "tty5" id: (53 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1059 time: #<time type: time-utc nanosecond: 0 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1067 line: "tty2" id: (50 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1067 time: #<time type: time-utc nanosecond: 0 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1068 line: "tty3" id: (51 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1068 time: #<time type: time-utc nanosecond: 0 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1071 line: "tty6" id: (54 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1071 time: #<time type: time-utc nanosecond: 0 second: 1511606591> address: (0 0 0 0)> #<<utmpx-entry> type: 6 pid: 1274 line: "tty1" id: (49 0 0 0) user: "LOGIN" host: #f termination: 0 exit: 0 session: 1274 time: #<time type: time-utc nanosecond: 0 second: 1511606597> address: (0 0 0 0)> #<<utmpx-entry> type: 7 pid: 1816 line: ":0" id: (58 48 0 0) user: "adfeno" host: ":0" termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 414645000 second: 1511606622> address: (0 0 0 0)> #<<utmpx-entry> type: 7 pid: 2085 line: "pts/1" id: (47 49 0 0) user: "adfeno" host: ":0" termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 38087000 second: 1511606641> address: (0 0 0 0)> #<<utmpx-entry> type: 8 pid: 0 line: "pts/3" id: (47 51 0 0) user: "adfeno" host: #f termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 125808000 second: 1511606671> address: (0 0 0 0)> #<<utmpx-entry> type: 8 pid: 1288 line: "pts/0" id: (47 48 0 0) user: #f host: ":0:S.0" termination: 0 exit: 0 session: 0 time: #<time type: time-utc nanosecond: 0 second: 1511606662> address: (0 0 0 0)>)

[-- Attachment #3: Type: text/plain, Size: 248 bytes --]


2017-11-24T21:58:36+0100 Ludovic Courtès wrote:
> Hello,
>
>
> Can you try this in a REPL?
>
> You can run:
>
>   ./pre-inst-env guile
>
> and then:
>
>   ,use (guix build syscalls)
>   (utmpx-entries)
>
> TIA!
>
> Ludo’.
>

  reply	other threads:[~2017-11-25 11:31 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
2017-11-25 11:30   ` Adonay Felipe Nogueira [this message]
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=87y3muzjcp.fsf@hyperbola.info \
    --to=adfeno@hyperbola.info \
    --cc=29426@debbugs.gnu.org \
    /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.