GNU bug report logs -
#76306
[PATCH] gnu: gnome-chess: Fix source URI.
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sat, 15 Feb 2025 16:37:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
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 76306 in the body.
You can then email your comments to 76306 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sat, 15 Feb 2025 16:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sat, 15 Feb 2025 16:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (gnome-chess): Update the source URI.
Change-Id: I1fb791e5b03e0841269e03634c7d31f9a4314d67
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b58fdcd315..de1472a0f7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2294,7 +2294,7 @@ (define-public gnome-chess
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-chess/"
- (version-major+minor version) "/"
+ (version-major version) "/"
"gnome-chess-" version ".tar.xz"))
(sha256
(base32
base-commit: 9a8fc85ab8e8c0946977d9bdbc1faf46de0a2c98
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sun, 16 Feb 2025 00:18:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On Sat, Feb 15, 2025 at 05:26:37PM +0100, Vivien Kraus via Guix-patches via wrote:
> * gnu/packages/games.scm (gnome-chess): Update the source URI.
> - (version-major+minor version) "/"
> + (version-major version) "/"
Hm, I'm not sure. I applied the patch and tried building the gnome-chess
source:
------
$ ./pre-inst-env guix build -S gnome-chess --no-grafts --no-substitutes
The following derivation will be built:
/gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-3.37.3.tar.xz.drv
building /gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-3.37.3.tar.xz.drv...
Starting download of /gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
From https://download.gnome.org/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz...
download failed "https://download.gnome.org/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz" 404 "Not Found"
Starting download of /gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
From http://ftp.gnome.org/pub/GNOME/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz...
following redirection to `https://ftp.gnome.org/pub/GNOME/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz'...
following redirection to `https://download.gnome.org/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz'...
download failed "https://download.gnome.org/sources/gnome-chess/3/gnome-chess-3.37.3.tar.xz" 404 "Not Found"
Starting download of /gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
From https://bordeaux.guix.gnu.org/file/gnome-chess-3.37.3.tar.xz/sha256/09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4...
downloading from https://bordeaux.guix.gnu.org/file/gnome-chess-3.37.3.tar.xz/sha256/09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4 ...
09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4 724KiB 362KiB/s 00:00 ▕█▌ 09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4 724KiB 1010KiB/s 00:00 ▕█████████▌ 09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4 724KiB 1.5MiB/s 00:00 ▕██████████████████▏ 100.0%
successfully built /gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-3.37.3.tar.xz.drv
/gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
------
You can see the tarball was not available from GNOME, but was instead
found via content-addressing on a Guix server.
But without the patch, the tarball is found on the GNOME servers:
------
$ ./pre-inst-env guix build -S gnome-chess --no-grafts --no-substitutes
The following derivation will be built:
/gnu/store/q10g29j7cnl4k3s9pivbrh6jnkkqf4vs-gnome-chess-3.37.3.tar.xz.drv
building /gnu/store/q10g29j7cnl4k3s9pivbrh6jnkkqf4vs-gnome-chess-3.37.3.tar.xz.drv...
Starting download of /gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
From https://download.gnome.org/sources/gnome-chess/3.37/gnome-chess-3.37.3.tar.xz...
downloading from https://download.gnome.org/sources/gnome-chess/3.37/gnome-chess-3.37.3.tar.xz ...
gnome-chess-3.37.3.tar.xz 724KiB 7.8MiB/s 00:00 ▕██████████████████▏ 100.0%
successfully built /gnu/store/q10g29j7cnl4k3s9pivbrh6jnkkqf4vs-gnome-chess-3.37.3.tar.xz.drv
/gnu/store/x92xv7l8vzgamln7w36alwwa7y5fjbxl-gnome-chess-3.37.3.tar.xz
------
And the upstream site does seem to organize things using the major and
minor versions:
https://download.gnome.org/sources/gnome-chess/
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sun, 16 Feb 2025 00:18:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sun, 16 Feb 2025 06:00:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
Le samedi 15 février 2025 à 19:16 -0500, Leo Famulari a écrit :
> /gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-
> 3.37.3.tar.xz.drv
I’m sorry, I have just set up mumi send-email (still not 100% working)
and it forgot to indicate it is intended for gnome-team. Should I send
a V2 with [PATCH gnome-team] in the subject?
Best regards,
Vivien
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sun, 16 Feb 2025 06:00:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76306
; Package
guix-patches
.
(Sun, 16 Feb 2025 06:20:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 76306 <at> debbugs.gnu.org (full text, mbox):
Am Samstag, dem 15.02.2025 um 19:16 -0500 schrieb Leo Famulari:
> On Sat, Feb 15, 2025 at 05:26:37PM +0100, Vivien Kraus via Guix-
> patches via wrote:
> > * gnu/packages/games.scm (gnome-chess): Update the source URI.
>
> > - (version-major+minor version)
> > "/"
> > + (version-major version) "/"
>
> Hm, I'm not sure. I applied the patch and tried building the gnome-
> chess source:
> […]
Yes gnome-chess and other packages that still use the "3.x.y" naming
scheme use major+minor. If the major version is larger than 40, then
it'd be just major.
Cheers
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 16 Feb 2025 06:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sun, 16 Feb 2025 06:47:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 76306-done <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 16.02.2025 um 06:59 +0100 schrieb Vivien Kraus:
> Le samedi 15 février 2025 à 19:16 -0500, Leo Famulari a écrit :
> > /gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-
> > 3.37.3.tar.xz.drv
>
> I’m sorry, I have just set up mumi send-email (still not 100%
> working) and it forgot to indicate it is intended for gnome-team.
> Should I send a V2 with [PATCH gnome-team] in the subject?
No need to, I pushed it just now. Thanks for the clarification.
Cheers
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 16 Mar 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.