guix-commits
[Top][All Lists]
Advanced

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

15/30: build-self: Help users to submit useful bug reports.


From: guix-commits
Subject: 15/30: build-self: Help users to submit useful bug reports.
Date: Fri, 26 Nov 2021 18:53:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5c1ba739d432397e7107021fd6cb3ec01aecfb64
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 21 14:53:18 2021 +0100

    build-self: Help users to submit useful bug reports.
    
    * build-aux/build-self.scm (build): Request the ‘COMPLETE output’.
---
 build-aux/build-self.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm
index f100ff4..02822a2 100644
--- a/build-aux/build-self.scm
+++ b/build-aux/build-self.scm
@@ -494,7 +494,7 @@ files."
                       (message (format #f "You found a bug: the program '~a'
 failed to compute the derivation for Guix (version: ~s; system: ~s;
 host version: ~s; pull-version: ~s).
-Please report it by email to <~a>.~%"
+Please report the COMPLETE output above by email to <~a>.~%"
                                        (derivation->output-path build)
                                        version system %guix-version 
pull-version
                                        %guix-bug-report-address))))))))))))



reply via email to

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