From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Richard Sent <richard@freakingpenguin.com>
Cc: "Ludovic Courtès" <ludo@gnu.org>,
"Florian Pelz" <pelzflorian@pelzflorian.de>,
71580@debbugs.gnu.org, "Matthew Trzcinski" <matt@excalamus.com>
Subject: [bug#71580] [PATCH] doc: Add message for common error about make check-system
Date: Mon, 17 Jun 2024 17:07:48 -0400 [thread overview]
Message-ID: <87jzinffbv.fsf@gmail.com> (raw)
In-Reply-To: <80b83bce10be06052a916580fc171098aa42fb5b.1718487758.git.richard@freakingpenguin.com> (Richard Sent's message of "Sat, 15 Jun 2024 17:42:38 -0400")
Hi Richard,
Richard Sent <richard@freakingpenguin.com> writes:
> * 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
perhaps ^ an inconsistency? alternatively, 'inconsistencies'.
> +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.
I guess the fact that there is an open issue from a different perhaps
about this problem on the tracker means it's bit enough people that it
merits to be mentioned in the doc.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
--
Thanks,
Maxim
next prev parent reply other threads:[~2024-06-17 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 21:42 [bug#71580] [PATCH] doc: Add message for common error about make check-system Richard Sent
2024-06-17 21:07 ` Maxim Cournoyer [this message]
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=87jzinffbv.fsf@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=71580@debbugs.gnu.org \
--cc=ludo@gnu.org \
--cc=matt@excalamus.com \
--cc=pelzflorian@pelzflorian.de \
--cc=richard@freakingpenguin.com \
/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.