GNU bug report logs -
#71857
[PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sun, 30 Jun 2024 15:59:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
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 71857 in the body.
You can then email your comments to 71857 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#71857
; Package
guix-patches
.
(Sun, 30 Jun 2024 15:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Sun, 30 Jun 2024 15:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/lisp.scm (sbcl): Update to 2.4.6.
Change-Id: Ia9e6138202f4dae28ddf9bd373da49d3cc0d21c6
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 1b985362b1..6c676f7feb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1272,14 +1272,14 @@ (define-public s7
(define-public sbcl
(package
(name "sbcl")
- (version "2.4.5")
+ (version "2.4.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+ (base32 "149h7xyadg13f3xs3v7klap0lrsngazqaafn4qbrmq6s89w912d4"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: c7b009285ec2ab7a27747de40f28e6ecfba82922
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71857
; Package
guix-patches
.
(Sun, 30 Jun 2024 21:16:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71857 <at> debbugs.gnu.org (full text, mbox):
Nice! Thanks for the contribution.
I'll let Guillaume review this since I have limited CPU resources on my machine to build everything that depends on sbcl and QA is currently in an unknown state.
Hi Christopher,
Do you have any suggestions for what to do when QA is in an unknown state?
all the best,
jgart
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71857
; Package
guix-patches
.
(Tue, 09 Jul 2024 10:12:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71857 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"jgart" <jgart <at> dismail.de> writes:
> Nice! Thanks for the contribution.
>
> I'll let Guillaume review this since I have limited CPU resources on my machine to build everything that depends on sbcl and QA is currently in an unknown state.
>
> Hi Christopher,
>
> Do you have any suggestions for what to do when QA is in an unknown state?
In this case, QA might eventually get around to processing this change,
but it's probably not going to build things since there are quite a few
dependent packages.
What you can do though is retitle the issue to indicate that this'll
need to go to a topic branch (e.g. lisp-team). To do that you'd send
something like the following to control <at> debbugs.gnu.org:
retitle 71857 [lisp-team] gnu: sbcl: Update to 2.4.6.
thanks
[signature.asc (application/pgp-signature, inline)]
Changed bug title to '[lisp-team] gnu: sbcl: Update to 2.4.6.' from '[PATCH] gnu: sbcl: Update to 2.4.6.'
Request was from
Ashish SHUKLA <ashish.is <at> lostca.se>
to
control <at> debbugs.gnu.org
.
(Tue, 09 Jul 2024 15:14:02 GMT)
Full text and
rfc822 format available.
Changed bug title to '[PATCH lisp-team] gnu: sbcl: Update to 2.4.6.' from '[lisp-team] gnu: sbcl: Update to 2.4.6.'
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 26 Jul 2024 16:32:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
ashish.is <at> lostca.se, jgart <at> dismail.de, mail <at> cbaines.net, ashish.is <at> lostca.se, ludo <at> gnu.org, glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#71857
; Package
guix-patches
.
(Mon, 29 Jul 2024 08:37:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 71857 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp.scm (sbcl): Update to 2.4.7.
Change-Id: Ie8528c75d0bc939cde8faebd80e7a3e0ada82914
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 97f7dd357b..a050e44e98 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1272,14 +1272,14 @@ (define-public s7
(define-public sbcl
(package
(name "sbcl")
- (version "2.4.5")
+ (version "2.4.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+ (base32 "1lhia29g0byj7w3akd99sjb8kxp95adwqk2kbl0wsnk30cjlsm38"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: fdc6274de5b1d617fcabb3f3af9d2c0dd2a6520d
--
2.45.2
Changed bug title to '[PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7.' from '[PATCH lisp-team] gnu: sbcl: Update to 2.4.6.'
Request was from
Ashish <ashish.is <at> lostca.se>
to
control <at> debbugs.gnu.org
.
(Mon, 29 Jul 2024 08:38:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Thu, 22 Aug 2024 08:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Thu, 22 Aug 2024 08:03:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 71857-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 08ec4e8e7282837ee0ba1b85c6d91d579a8cc08f.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 19 Sep 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.