GNU bug report logs -
#78185
[PATCH] gnu: guile-lib: Update to 0.2.8.1.
Previous Next
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.
Full log
View this message in rfc822 format
[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)))
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.