GNU bug report logs -
#63013
[PATCH core-updates 0/2] Fix some guile -next package failures.
Previous Next
Reported by: Josselin Poiret <dev <at> jpoiret.xyz>
Date: Sat, 22 Apr 2023 11:47:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 63013 in the body.
You can then email your comments to 63013 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63013
; Package
guix-patches
.
(Sat, 22 Apr 2023 11:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Josselin Poiret <dev <at> jpoiret.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 22 Apr 2023 11:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi everyone,
Quick fixes for guile-next and guile-fibers-next on core-updates.
Best,
Josselin Poiret (2):
gnu: guile-fibers-next: Update to 36a6cc7079 to fix build failure.
gnu: guile-next: Fix build failure.
gnu/packages/guile-xyz.scm | 6 +++---
gnu/packages/guile.scm | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
base-commit: 3f7ae420d8a54d4e2ab7f349c40d8930fe9e0771
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63013
; Package
guix-patches
.
(Sat, 22 Apr 2023 11:48:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63013 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-fibers-next): Update it.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index fd8fb25da1..d07e910501 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -850,8 +850,8 @@ (define-public guile-fibers-1.1
(license license:lgpl3+)))
(define-public guile-fibers-next
- (let ((commit "0fa712ecd85c65d7d11ce0c897f068fba4e6ef3f")
- (revision "0"))
+ (let ((commit "36a6cc707921f4ab503965fefd096d80afee72f0")
+ (revision "1"))
(package
(inherit guile-fibers-1.1)
(name "guile-fibers-next")
@@ -866,7 +866,7 @@ (define-public guile-fibers-next
(file-name (git-file-name "guile-fibers" version))
(sha256
(base32
- "0vfq4dkdq2szi5f99ywm856vll397c1x42a55rpxya61rrws8s9r")))))))
+ "0vcb1xck7wv1z9d7i9gzs1k2vav73yf6as5cbjgjjfz8dzm0rq7q")))))))
(define-public guile-fibers
(package
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63013
; Package
guix-patches
.
(Sat, 22 Apr 2023 11:48:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63013 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile.scm (guile-next): Fix build failure.
---
gnu/packages/guile.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e3367ece14..322eda1fc8 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -453,7 +453,7 @@ (define-public guile-next
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)
- #~(modify-phases ,phases
+ #~(modify-phases #$phases
(add-before 'bootstrap 'set-version
(lambda _
;; Tell 'git-version-gen' what version this is, or it will
--
2.39.2
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sat, 22 Apr 2023 20:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Josselin Poiret <dev <at> jpoiret.xyz>
:
bug acknowledged by developer.
(Sat, 22 Apr 2023 20:26:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63013-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 21 May 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.