"make check" fails

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 11 years ago
(address . bug-guix@gnu.org)
20140824095920.GA9960@debian
Hello,

FAIL: tests/guix-register.sh
with the latest git (f0dafad. I am attaching the log file.

Andreas
Attachment: test-suite.log
Andreas Enge wrote 11 years ago
(address . bug-guix@gnu.org)
20140824100922.GA12608@debian
A "make distclean" followed by "bootstrap" etc. solved the problem.

Andreas
Ludovic Courtès wrote 11 years ago
Re: bug#18322: "make check" fails
(name . Andreas Enge)(address . andreas@enge.fr)(address . 18322-done@debbugs.gnu.org)
8761hhotsf.fsf@gnu.org
Andreas Enge <andreas@enge.fr> skribis:

Toggle quote (6 lines)
> In guix/store.scm:
> 293: 0 [open-connection "/home/privat/Programme/guix/t-register-9669/chbouib/daemon-socket/socket" ...]
>
> guix/store.scm:293:4: In procedure open-connection:
> guix/store.scm:293:4: Throw to key `srfi-34' with args `(#<condition &nix-connection-error [file: "/home/privat/Programme/guix/t-register-9669/chbouib/daemon-socket/socket" errno: 2] 1859690>)'.

2 is ENOENT, so it looks as if the directory had been removed, maybe by
another ‘make’ process running in parallel.

Closing the bug since it vanished.

Ludo’.
Closed
Ludovic Courtès wrote 11 years ago
control message for bug #18322
(address . control@debbugs.gnu.org)
87oav6exej.fsf@gnu.org
tags 18322 notabug
?
Your comment

This issue is archived.

To comment on this conversation send an email to 18322@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 18322
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help