emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29426: closed (guix: "make check" test "utmpx-entr


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29426: closed (guix: "make check" test "utmpx-entries" fails)
Date: Sat, 25 Nov 2017 17:15:02 +0000

Your message dated Sat, 25 Nov 2017 18:14:36 +0100
with message-id <address@hidden>
and subject line Re: bug#29426: guix: "make check" test "utmpx-entries" fails
has caused the debbugs.gnu.org bug report #29426,
regarding guix: "make check" test "utmpx-entries" fails
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29426: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29426
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guix: "make check" test "utmpx-entries" fails Date: Fri, 24 Nov 2017 15:09:04 -0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Currently, "make check" test "utmpx-entries" fails, to reproduce, do:

--8<---------------cut here---------------start------------->8---
git clone "https://git.savannah.gnu.org/git/guix.git";
guix environment guix
./bootstrap
./configure --localstatedir="/var"
make check
--8<---------------cut here---------------end--------------->8---

The test fails in foreign system distribution (Trisquel 7, based on
Ubuntu 14.04).

Last attempt was based on commit
907ab9e8cbab10413848dfc8982cfc851e03903f.

The "test-suite.log" file is attached.

Attachment: test-suite.log
Description: Binary data

-- 
- https://libreplanet.org/wiki/User:Adfeno
- Palestrante e consultor sobre /software/ livre (não confundir com
  gratis).
- "WhatsApp"? Ele não é livre. Por favor, veja formas de se comunicar
  instantaneamente comigo no endereço abaixo.
- Contato: https://libreplanet.org/wiki/User:Adfeno#vCard
- Arquivos comuns aceitos (apenas sem DRM): Corel Draw, Microsoft
  Office, MP3, MP4, WMA, WMV.
- Arquivos comuns aceitos e enviados: CSV, GNU Dia, GNU Emacs Org, GNU
  GIMP, Inkscape SVG, JPG, LibreOffice (padrão ODF), OGG, OPUS, PDF
  (apenas sem DRM), PNG, TXT, WEBM.

--- End Message ---
--- Begin Message --- Subject: Re: bug#29426: guix: "make check" test "utmpx-entries" fails Date: Sat, 25 Nov 2017 18:14:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi,

Adonay Felipe Nogueira <address@hidden> skribis:

> #<<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)>

This is the culprit: its ‘pid’ is 0, but its type is not BOOT_TIME as
the test expects.  Instead, it’s DEAD_PROCESS (8).

Fixed in commit 4aac8d059a2bec9f075ceea2a089ca029a71912c.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]