GNU bug report logs - #61584
[PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.

Previous Next

Package: guix-patches;

Reported by: "Preston M. Firestone" <firestone.preston <at> gmail.com>

Date: Fri, 17 Feb 2023 19:14:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 61584 in the body.
You can then email your comments to 61584 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61584; Package guix-patches. (Fri, 17 Feb 2023 19:14:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Preston M. Firestone" <firestone.preston <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 17 Feb 2023 19:14:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Preston M. Firestone" <firestone.preston <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Preston M. Firestone" <firestone.preston <at> gmail.com>
Subject: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Fri, 17 Feb 2023 13:13:25 -0600
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c13de9d65b..df747a69b9 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,7 +412,7 @@ (define-public scheme48
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method url-fetch)
@@ -422,7 +422,7 @@ (define-public gambit-c
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
+        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61584; Package guix-patches. (Fri, 17 Feb 2023 20:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 61584 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: "Preston M. Firestone" <firestone.preston <at> gmail.com>
Cc: 61584 <at> debbugs.gnu.org
Subject: Re: [bug#61584] [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Fri, 17 Feb 2023 14:59:19 -0500
Hello,

"Preston M. Firestone" <firestone.preston <at> gmail.com> writes:

> * gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
> ---
>  gnu/packages/scheme.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
> index c13de9d65b..df747a69b9 100644
> --- a/gnu/packages/scheme.scm
> +++ b/gnu/packages/scheme.scm
> @@ -412,7 +412,7 @@ (define-public scheme48
>  (define-public gambit-c
>    (package
>      (name "gambit-c")
> -    (version "4.9.3")
> +    (version "4.9.4")
>      (source
>       (origin
>         (method url-fetch)
> @@ -422,7 +422,7 @@ (define-public gambit-c
>               (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
>               ".tgz"))
>         (sha256
> -        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
> +        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:configure-flags

I tried building this, but it doesn't find the source:

--8<---------------cut here---------------start------------->8---
Starting download of /gnu/store/x4ipvx3nfl1hgrwrgzr8d9sp773x19nl-gambit-v4_9_4.tgz
From http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-v4_9_4.tgz...
download failed
"http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-v4_9_4.tgz"
404 "Not Found"

[...]
--8<---------------cut here---------------end--------------->8---

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#61584; Package guix-patches. (Fri, 17 Feb 2023 21:21:01 GMT) Full text and rfc822 format available.

Message #11 received at 61584 <at> debbugs.gnu.org (full text, mbox):

From: "Preston M. Firestone" <firestone.preston <at> gmail.com>
To: 61584 <at> debbugs.gnu.org
Cc: "Preston M. Firestone" <firestone.preston <at> gmail.com>
Subject: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Fri, 17 Feb 2023 15:19:40 -0600
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
  [uri]: change source URL to http://www.gambitscheme.org/.
---
 gnu/packages/scheme.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c13de9d65b..61c2ed2e48 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,17 +412,17 @@ (define-public scheme48
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://www.iro.umontreal.ca/~gambit/download/gambit/v"
-             (version-major+minor version) "/source/gambit-v"
+             "http://www.gambitscheme.org/"
+             version "/gambit-v"
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
+        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61584; Package guix-patches. (Sat, 18 Feb 2023 05:48:02 GMT) Full text and rfc822 format available.

Message #14 received at 61584 <at> debbugs.gnu.org (full text, mbox):

From: "Preston M. Firestone" <firestone.preston <at> gmail.com>
To: 61584 <at> debbugs.gnu.org
Cc: "Preston M. Firestone" <firestone.preston <at> gmail.com>
Subject: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Fri, 17 Feb 2023 23:45:42 -0600
Apologies -- I missed the second instance of the URL later in the
package declaration. Please disregard the previous patch.

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
  [uri]: change source URL to http://www.gambitscheme.org/.
  [home-page]: update URL to the project's new home page.
---
 gnu/packages/scheme.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c13de9d65b..ec3dc3cfed 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,24 +412,24 @@ (define-public scheme48
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://www.iro.umontreal.ca/~gambit/download/gambit/v"
-             (version-major+minor version) "/source/gambit-v"
+             "http://www.gambitscheme.org/"
+             version "/gambit-v"
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
+        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
        ;; According to the ./configure script, this makes the build slower and
        ;; use >= 1 GB memory, but makes Gambit much faster.
        '("--enable-single-host")))
-    (home-page "http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page")
+    (home-page "http://www.gambitscheme.org/")
     (synopsis "Efficient Scheme interpreter and compiler")
     (description
      "Gambit consists of two main programs: gsi, the Gambit Scheme
-- 
2.39.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 04 Mar 2023 17:36:02 GMT) Full text and rfc822 format available.

Notification sent to "Preston M. Firestone" <firestone.preston <at> gmail.com>:
bug acknowledged by developer. (Sat, 04 Mar 2023 17:36:02 GMT) Full text and rfc822 format available.

Message #19 received at 61584-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Preston M. Firestone" <firestone.preston <at> gmail.com>
Cc: 61584-done <at> debbugs.gnu.org
Subject: Re: bug#61584: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Sat, 04 Mar 2023 18:34:51 +0100
Hi,

"Preston M. Firestone" <firestone.preston <at> gmail.com> skribis:

> Apologies -- I missed the second instance of the URL later in the
> package declaration. Please disregard the previous patch.
>
> * gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
>   [uri]: change source URL to http://www.gambitscheme.org/.
>   [home-page]: update URL to the project's new home page.

Applied, thanks!

For some reasons <https://qa.guix.gnu.org> didn’t pick it up but I
confirmed that it builds on my x86_64-linux laptop.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Apr 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.