all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35742] [PATCH] doc: use pure environment when building from git
@ 2019-05-15  8:40 Giovanni Biscuolo
  2019-05-20 21:05 ` bug#35742: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Giovanni Biscuolo @ 2019-05-15  8:40 UTC (permalink / raw)
  To: 35742


[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]

Hello,

sometimes new users get configure issues on foreign distros for not
using pure build environments, e.g.:

 http://lists.gnu.org/archive/html/guix-devel/2019-05/msg00280.html

this is a tiny proposal to add "--pure" to the environment, it should be
legit on Guix systems too AFAIU

Thanks! Gio'


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-use-pure-environment-when-building-from-git.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

From 90a4cb1732e111c78405bded1b7e1248ec06438d Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
Date: Wed, 15 May 2019 10:28:40 +0200
Subject: [PATCH] doc: use pure environment when building from git

* doc/contributing.texi (Building from Git): Add --pure to "guix environment"
  invocations
---
 doc/contributing.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 5331d3e18a..6770fae222 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -57,14 +57,14 @@ all the dependencies and appropriate environment variables are set up to
 hack on Guix:
 
 @example
-guix environment guix
+guix environment guix --pure
 @end example
 
 @xref{Invoking guix environment}, for more information on that command.
 Extra dependencies can be added with @option{--ad-hoc}:
 
 @example
-guix environment guix --ad-hoc help2man git strace
+guix environment guix --pure --ad-hoc help2man git strace
 @end example
 
 Run @command{./bootstrap} to generate the build system infrastructure
-- 
2.11.0


[-- Attachment #3: Type: text/plain, Size: 50 bytes --]


-- 
Giovanni Biscuolo

Xelera IT Infrastructures

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

* bug#35742: [PATCH] doc: use pure environment when building from git
  2019-05-15  8:40 [bug#35742] [PATCH] doc: use pure environment when building from git Giovanni Biscuolo
@ 2019-05-20 21:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-20 21:05 UTC (permalink / raw)
  To: Giovanni Biscuolo; +Cc: 35742-done

Ciao!

Giovanni Biscuolo <g@xelera.eu> skribis:

>>From 90a4cb1732e111c78405bded1b7e1248ec06438d Mon Sep 17 00:00:00 2001
> From: Giovanni Biscuolo <g@xelera.eu>
> Date: Wed, 15 May 2019 10:28:40 +0200
> Subject: [PATCH] doc: use pure environment when building from git
>
> * doc/contributing.texi (Building from Git): Add --pure to "guix environment"
>   invocations

LGTM, applied!

Thanks,
Ludo'.

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

end of thread, other threads:[~2019-05-20 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15  8:40 [bug#35742] [PATCH] doc: use pure environment when building from git Giovanni Biscuolo
2019-05-20 21:05 ` bug#35742: " Ludovic Courtès

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.