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

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

bug#71580: closed ([PATCH] doc: Add message for common error about make


From: GNU bug Tracking System
Subject: bug#71580: closed ([PATCH] doc: Add message for common error about make check-system)
Date: Mon, 24 Jun 2024 04:11:02 +0000

Your message dated Mon, 24 Jun 2024 00:09:09 -0400
with message-id <87msnb0yoq.fsf@gmail.com>
and subject line Re: [bug#71580] [PATCH v2] doc: Add message for common error 
about make check-system
has caused the debbugs.gnu.org bug report #71580,
regarding [PATCH] doc: Add message for common error about make check-system
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71580: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71580
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Add message for common error about make check-system Date: Sat, 15 Jun 2024 17:42:38 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71580] [PATCH v2] doc: Add message for common error about make check-system Date: Mon, 24 Jun 2024 00:09:09 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> 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
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Applied locally.  Will push shortly.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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