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

* build-aux/build-self.scm (build): Request the ‘COMPLETE output’.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-21 14:53:18 +01:00
parent ef9797c67b
commit 5c1ba739d4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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))))))))))))