unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies
@ 2018-11-08 16:00 swedebugia
  2019-01-03 16:21 ` swedebugia
  2022-04-07 11:45 ` zimoun
  0 siblings, 2 replies; 4+ messages in thread
From: swedebugia @ 2018-11-08 16:00 UTC (permalink / raw)
  To: 33318

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Hi

Here is my first patch!

-- 
Cheers
Swedebugia


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-Add-cindex-command-to-show-versions-of-dependenc.patch --]
[-- Type: text/x-patch; name="0001-doc-Add-cindex-command-to-show-versions-of-dependenc.patch", Size: 2153 bytes --]

From 331dfcdcdf75f943f2395fe829703726200cbb5b Mon Sep 17 00:00:00 2001
From: swedebugia <swedebugia@riseup.net>
Date: Thu, 8 Nov 2018 16:14:06 +0100
Subject: [PATCH] doc: Add cindex & command to show versions of dependencies

* doc/guix.texi: Add 2 cindex in 2 sections
* doc/guix.texi (Running the Test Suite): Add command to show versions of dependencies
---
 doc/guix.texi | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 441b65bca..0b906edc1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -52,6 +52,7 @@ Copyright @copyright{} 2018 Pierre-Antoine Rouby@*
 Copyright @copyright{} 2018 Gábor Boskovits@*
 Copyright @copyright{} 2018 Florian Pelz@*
 Copyright @copyright{} 2018 Laura Lazzati@*
+Copyright @copyright{} 2018 swedebugia@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -602,6 +603,7 @@ would find yourself badly handicapped by the lack of the @command{guix}
 command.  In other words, do not remove @code{guix} by running
 @code{guix package -r guix}.
 
+@cindex producing the binary guix tarball
 The binary installation tarball can be (re)produced and verified simply
 by running the following command in the Guix source tree:
 
@@ -743,8 +745,15 @@ make check TESTS="tests/base64.scm" SCM_LOG_DRIVER_FLAGS="--brief=no"
 Upon failure, please email @email{bug-guix@@gnu.org} and attach the
 @file{test-suite.log} file.  Please specify the Guix version being used
 as well as version numbers of the dependencies (@pxref{Requirements}) in
-your message.
+your message, e.g. by running this command:
 
+@example
+guile --version | head -1 && guix --version | head -1 && \
+gcc --version | head -1 && echo -n ``libgcrypt `` && \
+libgcrypt-config --version && make --version | head -1
+@end example
+
+@cindex whole-system test suite
 Guix also comes with a whole-system test suite that tests complete
 GuixSD operating system instances.  It can only run on systems where
 Guix is already installed, using:
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies
  2018-11-08 16:00 [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies swedebugia
@ 2019-01-03 16:21 ` swedebugia
  2022-04-07 11:45 ` zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: swedebugia @ 2019-01-03 16:21 UTC (permalink / raw)
  To: 33318

On 2018-11-08 17:00, swedebugia wrote:
> Hi
> 
> Here is my first patch!
> 

Ping

-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies
  2018-11-08 16:00 [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies swedebugia
  2019-01-03 16:21 ` swedebugia
@ 2022-04-07 11:45 ` zimoun
  2022-06-23  8:22   ` bug#33318: " zimoun
  1 sibling, 1 reply; 4+ messages in thread
From: zimoun @ 2022-04-07 11:45 UTC (permalink / raw)
  To: swedebugia; +Cc: 33318

Hi,

Looking at the status of old patches, I hit this one patch#33318:

    <http://issues.guix.gnu.org/issue/33318>

Thanks for the patch.


On Thu, 08 Nov 2018 at 17:00, swedebugia <swedebugia@riseup.net> wrote:

> +@cindex producing the binary guix tarball
>  The binary installation tarball can be (re)produced and verified simply
>  by running the following command in the Guix source tree:
>
> @@ -743,8 +745,15 @@ make check TESTS="tests/base64.scm" SCM_LOG_DRIVER_FLAGS="--brief=no"
>  Upon failure, please email @email{bug-guix@@gnu.org} and attach the
>  @file{test-suite.log} file.  Please specify the Guix version being used
>  as well as version numbers of the dependencies (@pxref{Requirements}) in
> -your message.
> +your message, e.g. by running this command:
>
> +@example
> +guile --version | head -1 && guix --version | head -1 && \
> +gcc --version | head -1 && echo -n ``libgcrypt `` && \
> +libgcrypt-config --version && make --version | head -1
> +@end example

Well, I do not know if this example is really useful.

I mean, if one is able to successfully run ’make’ without running before
“guix shell -D guix”, then this person probably already know how to
provide the versions of the dependencies, I guess. :-)

Moreover, such failures are rare so once the bug report open, we can ask
more details if the initial report does not contain enough.

I propose to close this submission without applying.  WDYT?


Cheers,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33318: [PATCH] doc: Add cindex & command to show versions of dependencies
  2022-04-07 11:45 ` zimoun
@ 2022-06-23  8:22   ` zimoun
  0 siblings, 0 replies; 4+ messages in thread
From: zimoun @ 2022-06-23  8:22 UTC (permalink / raw)
  To: 33318-done

Hi,

On Thu, 07 Apr 2022 at 13:45, zimoun <zimon.toutoune@gmail.com> wrote:
> On Thu, 08 Nov 2018 at 17:00, swedebugia <swedebugia@riseup.net> wrote:

[...]

>> +@example
>> +guile --version | head -1 && guix --version | head -1 && \
>> +gcc --version | head -1 && echo -n ``libgcrypt `` && \
>> +libgcrypt-config --version && make --version | head -1
>> +@end example

[...]

> I propose to close this submission without applying.  WDYT?

Without more info since couple of months, I am closing.


Cheers,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-23  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 16:00 [bug#33318] [PATCH] doc: Add cindex & command to show versions of dependencies swedebugia
2019-01-03 16:21 ` swedebugia
2022-04-07 11:45 ` zimoun
2022-06-23  8:22   ` bug#33318: " zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).