GNU bug report logs - #39751
[PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Sun, 23 Feb 2020 06:30:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#39751: closed (Re: [bug#39751] [PATCH core-updates] gnu:
 swig: Use guile-3.0 instead of guile-2.2.)
Date: Wed, 18 Mar 2020 18:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#39751: [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.

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 39751 <at> debbugs.gnu.org.

-- 
39751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39751
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Arun Isaac <arunisaac <at> systemreboot.net>, 39751-done <at> debbugs.gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: Re: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead
 of guile-2.2.
Date: Wed, 18 Mar 2020 19:26:47 +0100
[Message part 3 (text/plain, inline)]
Arun Isaac <arunisaac <at> systemreboot.net> writes:

> * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
> guile-3.0.

I pushed this on your behalf in commit
e607cc3a479b39d11e9d2b5979b9719e133008a0 along with some other
last-minute core-updates changes.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.
Date: Sun, 23 Feb 2020 11:59:42 +0530
* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with
guile-3.0.
---
 gnu/packages/swig.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 3de6343da8..86c1407da9 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2018 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2019 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2020 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -57,7 +58,7 @@
     (native-inputs `(("boost" ,boost)
                      ("pcre" ,pcre "bin")       ;for 'pcre-config'
                      ;; The following are for tests and examples:
-                     ("guile" ,guile-2.2)
+                     ("guile" ,guile-3.0)
                      ("perl" ,perl)))
                      ;;("python" ,python-wrapper)
     (inputs `(("pcre" ,pcre)))
-- 
2.23.0




This bug report was last modified 5 years and 126 days ago.

Previous Next


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