GNU bug report logs -
#78185
[PATCH] gnu: guile-lib: Update to 0.2.8.1.
Previous Next
To reply to this bug, email your comments to 78185 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
* 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):
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):
* 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):
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.