GNU bug report logs - #72351
[PATCH] gnu: nsis: Use scons 3 over scons-python2

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Mon, 29 Jul 2024 11:02:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#72351: closed (Re: [bug#72351] [PATCH] gnu: nsis: Use scons 3
 over scons-python2)
Date: Thu, 01 Aug 2024 15:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72351: [PATCH] gnu: nsis: Use scons 3 over scons-python2

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72351 <at> debbugs.gnu.org.

-- 
72351: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72351
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 72351-done <at> debbugs.gnu.org
Subject: Re: [bug#72351] [PATCH] gnu: nsis: Use scons 3 over scons-python2
Date: Thu, 01 Aug 2024 23:57:05 +0800
[Message part 3 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:

> Rather than building NSIS with Scons 3 using Python2, switch to Scons
> 3 with Python 3.
>
> From c49419c7dc262f81d664fcab4c7fd200d3627c05 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Mon, 29 Jul 2024 11:55:07 +0100
> Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2
>
> ---
>  gnu/packages/installers.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
> index d1145a5d58..fb8b71be79 100644
> --- a/gnu/packages/installers.scm
> +++ b/gnu/packages/installers.scm
> @@ -49,7 +49,7 @@ (define (make-nsis machine target-arch nsis-target-type)
>                         ("mingw-w64" ,xlibc)))
>        (inputs (list zlib))
>        (arguments
> -       `(#:scons ,scons-python2
> +       `(#:scons ,scons-3
>           #:modules ((srfi srfi-1)
>                      (srfi srfi-26)
>                      (guix build utils)

thanks, push, close
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2
Date: Mon, 29 Jul 2024 12:01:05 +0100
Rather than building NSIS with Scons 3 using Python2, switch to Scons
3 with Python 3.

From c49419c7dc262f81d664fcab4c7fd200d3627c05 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Mon, 29 Jul 2024 11:55:07 +0100
Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2

---
 gnu/packages/installers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index d1145a5d58..fb8b71be79 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -49,7 +49,7 @@ (define (make-nsis machine target-arch nsis-target-type)
                        ("mingw-w64" ,xlibc)))
       (inputs (list zlib))
       (arguments
-       `(#:scons ,scons-python2
+       `(#:scons ,scons-3
          #:modules ((srfi srfi-1)
                     (srfi srfi-26)
                     (guix build utils)
-- 
2.45.2



This bug report was last modified 292 days ago.

Previous Next


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