Verilator package fails to build due to failing test

  • Open
  • quality assurance status badge
Details
One participant
  • TakeV
Owner
unassigned
Submitted by
TakeV
Severity
normal

Debbugs page

TakeV wrote 11 months ago
(address . bug-guix@gnu.org)
c6828329-22b6-5fb0-6c1b-c55cd0b31570@disroot.org
Was trying to install verilator earlier, and it seems to be failing at
the check stage. Looks like it is failing on a smoke test. Guessing that
there is some sort of issue with trying to access external resources or
something.

Probably going to look into it myself, but wanted to log the error in
case anyone else wants to take a crack at it.

I have gone ahead and attached a snippet of the log which has the error:

vlt/t_a2_first_sc: %Error: Exec of make failed: make[1]: warning:
jobserver unavailable: using -j1. Add '+' to parent make rule.
vlt/t_a2_first_sc: FAILED: Exec of make failed: make[1]: warning:
jobserver unavailable: using -j1. Add '+' to parent make rule.
==SUMMARY: Passed 0 Failed 1 Unsup 0 Time 0:06
==SUMMARY: Passed 0 Failed 1 Unsup 0 Time 0:06

======================================================================
#vlt/t_a2_first_sc: %Error: Exec of make failed: make[1]: warning:
jobserver unavailable: using -j1. Add '+' to parent make rule.
make && test_regress/t/t_a2_first_sc.pl --vlt
TESTS DONE, FAILED: Passed 0 Failed 1 Unsup 0 Time 0:06
make: *** [Makefile:258: smoke-test] Error 10
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70580
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