GNU bug report logs - #28271
[PATCH core-updates] gnu: groff: Make build reproducible.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Tue, 29 Aug 2017 05:59:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 28271 <at> debbugs.gnu.org
Subject: [bug#28271] [PATCH core-updates] gnu: groff: Make build reproducible.
Date: Thu, 31 Aug 2017 12:30:58 +0200
Hi Danny,

Danny Milosavljevic <dannym <at> scratchpost.org> skribis:

> * gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv".
> ---
>  gnu/packages/groff.scm | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
> index 67dd1dbfa..6e1a60e9b 100644
> --- a/gnu/packages/groff.scm
> +++ b/gnu/packages/groff.scm
> @@ -56,7 +56,14 @@
>                      ("perl" ,perl)
>                      ("psutils" ,psutils)
>                      ("texinfo" ,texinfo)))
> -   (arguments '(#:parallel-build? #f))  ; parallel build fails
> +   (arguments
> +    `(#:parallel-build? #f   ; parallel build fails
> +      #:phases
> +      (modify-phases %standard-phases
> +        (add-after 'unpack 'setenv
> +          (lambda _
> +            (setenv "GS_GENERATE_UUIDS" "0")
> +            #t)))))

OK for the brand new ‘core-updates’ branch.

Thank you!

Ludo’.




This bug report was last modified 7 years and 349 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.