From: Richard Sent <richard@freakingpenguin.com>
To: 71580@debbugs.gnu.org
Cc: "Richard Sent" <richard@freakingpenguin.com>,
"Florian Pelz" <pelzflorian@pelzflorian.de>,
"Ludovic Courtès" <ludo@gnu.org>,
"Matthew Trzcinski" <matt@excalamus.com>,
"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#71580] [PATCH] doc: Add message for common error about make check-system
Date: Sat, 15 Jun 2024 17:42:38 -0400 [thread overview]
Message-ID: <80b83bce10be06052a916580fc171098aa42fb5b.1718487758.git.richard@freakingpenguin.com> (raw)
* doc/contributing.texi (Running the Test Suite): Mention that make clean-go
may need to be run before running make check-system when previous builds were
run with different work trees. See https://issues.guix.gnu.org/47573.
Change-Id: I4b68d3a05f1425505816db969284487d725840d6
---
Sending a followup rebased on current master.
doc/contributing.texi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 938c8bfdb1..c9591dc9bf 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -411,6 +411,20 @@ Running the Test Suite
substitutes are available for their dependencies (@pxref{Substitutes}).
Some of them require a lot of storage space to hold VM images.
+If you encounter an error like:
+
+@example
+Compiling Scheme modules...
+ice-9/eval.scm:142:16: In procedure compile-top-call:
+error: all-system-tests: unbound variable
+hint: Did you forget `(use-modules (gnu tests))'?
+@end example
+
+@noindent
+there may be inconsistency in the work tree from previous builds. To
+resolve this, try running @command{make clean-go} followed by
+@command{make}.
+
Again in case of test failures, please send @email{bug-guix@@gnu.org}
all the details.
base-commit: 612e4dd98f7d1d015e405af9d029bede3fe3c280
--
2.45.1
next reply other threads:[~2024-06-15 21:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 21:42 Richard Sent [this message]
2024-06-17 21:07 ` [bug#71580] [PATCH] doc: Add message for common error about make check-system Maxim Cournoyer
2024-06-18 1:02 ` [bug#71580] [PATCH v2] " Richard Sent
2024-06-18 12:13 ` Maxim Cournoyer
2024-06-19 8:48 ` pelzflorian
2024-06-24 4:09 ` bug#71580: " Maxim Cournoyer
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=80b83bce10be06052a916580fc171098aa42fb5b.1718487758.git.richard@freakingpenguin.com \
--to=richard@freakingpenguin.com \
--cc=71580@debbugs.gnu.org \
--cc=ludo@gnu.org \
--cc=matt@excalamus.com \
--cc=maxim.cournoyer@gmail.com \
--cc=pelzflorian@pelzflorian.de \
/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.