GNU bug report logs - #78185
[PATCH] gnu: guile-lib: Update to 0.2.8.1.

Previous Next

Package: guix-patches;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Thu, 1 May 2025 11:56:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78185 in the body.
You can then email your comments to 78185 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78185; Package guix-patches. (Thu, 01 May 2025 11:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yuval Langer <yuval.langer <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 May 2025 11:56:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Yuval Langer <yuval.langer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Yuval Langer <yuval.langer <at> gmail.com>
Subject: [PATCH] gnu: guile-lib: Update to 0.2.8.1.
Date: Thu,  1 May 2025 14:54:49 +0300
* gnu/packages/guile-xyz.scm (guile-lib): Update to 0.2.8.1.
---
 gnu/packages/guile-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5dd45f89bf6..afa487c75d9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3287,14 +3287,14 @@ library.")
 (define-public guile-lib
   (package
     (name "guile-lib")
-    (version "0.2.8")
+    (version "0.2.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-lib/guile-lib-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nb7swbliw9vx1ivhgd2m0r0p7nlkszw6s41zcgfwb5v1kp05sb4"))
+                "1ca95g15a88l7rpqcnzmhj1kyxc7gyfbvnni1hckv8z677cc4x0k"))
               (patches (search-patches "guile-lib-fix-tests-for-guile2.2.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -3311,11 +3311,11 @@ library.")
                 "godir = \
 $(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n")))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("guile" ,guile-3.0)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf
+           automake
+           gettext-minimal
+           guile-3.0
+           pkg-config))
     (inputs
      (list guile-3.0))           ;for cross-compilation
     (home-page "https://www.nongnu.org/guile-lib/")
-- 
2.30.2





Information forwarded to guix-patches <at> gnu.org:
bug#78185; Package guix-patches. (Sun, 04 May 2025 12:42:02 GMT) Full text and rfc822 format available.

Message #8 received at 78185 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Yuval Langer <yuval.langer <at> gmail.com>
Cc: 78185 <at> debbugs.gnu.org
Subject: Re: [bug#78185] [PATCH] gnu: guile-lib: Update to 0.2.8.1.
Date: Sun, 04 May 2025 20:46:36 +0800
Yuval Langer <yuval.langer <at> gmail.com> writes:

> * gnu/packages/guile-xyz.scm (guile-lib): Update to 0.2.8.1.
Missing changelog for native-inputs, could be:
[native-inputs]: Use new style.

Otherwise this looks good to to me.

In IRC we have see that guile2.0-lib was failed:
https://bordeaux.guix.gnu.org/build/5f50e156-edee-4d92-b6c7-1c9920ab794b/log

But the previous version (0.2.8) also failed due to missing 'ice-9
textual-ports' in Guile 2.0.14, so it's totally fine to upgrade.  Also
it seems 'textual-ports' are only used by 1 unit test, we may want to
fix it to keep guile-lib compatible with guile-2.0.14.

Thanks.




Information forwarded to yuval.langer <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#78185; Package guix-patches. (Mon, 05 May 2025 05:32:02 GMT) Full text and rfc822 format available.

Message #11 received at 78185 <at> debbugs.gnu.org (full text, mbox):

From: Yuval Langer <yuval.langer <at> gmail.com>
To: 78185 <at> debbugs.gnu.org
Cc: Yuval Langer <yuval.langer <at> gmail.com>
Subject: [PATCH] gnu: guile-lib: Update to 0.2.8.1.
Date: Mon,  5 May 2025 08:31:13 +0300
* gnu/packages/guile-xyz.scm (guile-lib): Update to 0.2.8.1.
* gnu/packages/guile-xyz.scm (guile-lib): [native-inputs] Use new style.
---
 gnu/packages/guile-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5dd45f89bf6..afa487c75d9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3287,14 +3287,14 @@ library.")
 (define-public guile-lib
   (package
     (name "guile-lib")
-    (version "0.2.8")
+    (version "0.2.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-lib/guile-lib-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nb7swbliw9vx1ivhgd2m0r0p7nlkszw6s41zcgfwb5v1kp05sb4"))
+                "1ca95g15a88l7rpqcnzmhj1kyxc7gyfbvnni1hckv8z677cc4x0k"))
               (patches (search-patches "guile-lib-fix-tests-for-guile2.2.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -3311,11 +3311,11 @@ library.")
                 "godir = \
 $(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n")))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("guile" ,guile-3.0)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf
+           automake
+           gettext-minimal
+           guile-3.0
+           pkg-config))
     (inputs
      (list guile-3.0))           ;for cross-compilation
     (home-page "https://www.nongnu.org/guile-lib/")
-- 
2.30.2





Information forwarded to guix-patches <at> gnu.org:
bug#78185; Package guix-patches. (Mon, 05 May 2025 05:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 78185 <at> debbugs.gnu.org (full text, mbox):

From: Yuval Langer <yuval.langer <at> gmail.com>
To: 78185 <at> debbugs.gnu.org
Subject: Is the commit message of the following patch okay?
Date: Mon, 5 May 2025 08:31:09 +0300




bug closed, send any further explanations to 78185 <at> debbugs.gnu.org and Yuval Langer <yuval.langer <at> gmail.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 04 Jun 2025 08:52:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#78185; Package guix-patches. (Wed, 04 Jun 2025 08:52:03 GMT) Full text and rfc822 format available.

Message #19 received at 78185-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Yuval Langer <yuval.langer <at> gmail.com>
Cc: 78185-done <at> debbugs.gnu.org, 宋文武 <iyzsong <at> envs.net>
Subject: Re: [bug#78185] [PATCH] gnu: guile-lib: Update to 0.2.8.1.
Date: Tue, 03 Jun 2025 10:52:23 +0200
[Message part 1 (text/plain, inline)]
Hi,

Yuval Langer <yuval.langer <at> gmail.com> writes:

> * gnu/packages/guile-xyz.scm (guile-lib): Update to 0.2.8.1.
> * gnu/packages/guile-xyz.scm (guile-lib): [native-inputs] Use new style.

I tweaked the commit log (not need to repeat the file name and variable
name) and applied the change below to fix ‘guile2.0-lib’ as 宋文武 noted
earlier.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f3798f03a2f..cac5f7c0f4f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2024 Ludovic Courtès <ludo <at> gnu.org>
+;;; Copyright © 2012-2025 Ludovic Courtès <ludo <at> gnu.org>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2015, 2017, 2022 Christine Lemmer-Webber <cwebber <at> dustycloud.org>
 ;;; Copyright © 2016 Alex Sassmannshausen <alex <at> pompo.co>
@@ -3425,6 +3425,9 @@ (define-public guile2.0-lib
   (package
     (inherit guile-lib)
     (name "guile2.0-lib")
+    (arguments
+     ;; This test uses (ice-9 textual-ports), which does not exist on 2.0.
+     (list #:make-flags #~(list "XFAIL_TESTS=logging.logger.scm")))
     (native-inputs
      (alist-replace "guile" (list guile-2.0)
                     (package-native-inputs guile-lib)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Jul 2025 11:24:24 GMT) Full text and rfc822 format available.

This bug report was last modified 38 days ago.

Previous Next


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