GNU bug report logs -
#63305
[PATCH] gnu: Update sbcl-nasdf to 0.1.5.
Previous Next
Reported by: Artyom Bologov <mail <at> aartaka.me>
Date: Fri, 5 May 2023 13:55:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 09 May 2023 12:25:53 +0000
with message-id <87a5ydofln.fsf <at> kitej>
and subject line Re: [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
has caused the debbugs.gnu.org bug report #63305,
regarding [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63305: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63305
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello Guix,
Find the patch updating NASDF to 0.1.5 attached to this message.
[0001-gnu-Update-sbcl-nasdf-to-0.1.5.patch (text/x-patch, inline)]
From 4d8ba1d4636d564dbe453d5ab093ad399102aef5 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail <at> aaraka.me>
Date: Fri, 5 May 2023 17:50:40 +0400
Subject: [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5e9bc4e105..61bfd2d1c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25626,10 +25626,10 @@ (define-public cl-nfiles
(package-inputs sbcl-nfiles)))))
(define-public sbcl-nasdf
- (let ((commit "c63a6ff12239f132844cc0703e79ea3b33dae630"))
+ (let ((commit "b65a08aaf403a3c42ac6a29076e78fc55a99c19c"))
(package
(name "sbcl-nasdf")
- (version "0.1.2")
+ (version "0.1.5")
(source
(origin
(method git-fetch)
@@ -25639,7 +25639,7 @@ (define-public sbcl-nasdf
(file-name (git-file-name "cl-ntemplate" version))
(sha256
(base32
- "1b57jkyrvr3n0c66lih4m34fqzw3s5yqlk91v7hg2gchcn3v9glg"))))
+ "1lapi75y3z8b2806ky3vmpbx9dz47lvi3942vbibl5zxrc91933a"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
--
2.39.2
[Message part 5 (text/plain, inline)]
Thanks,
--
Artyom Bologov.
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
Artyom Bologov <mail <at> aartaka.me> skribis:
> Hello Guillaume,
>
>> This update causes test failures for sbcl-nfiles. Could you take a look
>> at it?
>
> Oh, right! sbcl-nfiles is not updated to work with NASDF 0.1.5
> yet. Let's close this one then. I'll send NASDF patch again later when
> NASDF-reliant libraries are all updated.
>
> Thanks,
Ok, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.