GNU bug report logs - #52938
[PATCH] gnu: freegish: Fix build with GCC 10.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 1 Jan 2022 22:18:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#52938: closed (Re: [bug#52938] [PATCH] gnu: freegish: Fix
 build with GCC 10.)
Date: Sun, 02 Jan 2022 03:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52938: [PATCH] gnu: freegish: Fix build with GCC 10.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52938 <at> debbugs.gnu.org.

-- 
52938: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52938
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 52938-done <at> debbugs.gnu.org
Subject: Re: [bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10.
Date: Sat, 1 Jan 2022 22:55:13 -0500
On Sat, Jan 01, 2022 at 10:17:08PM +0000, Felix Gruber wrote:
> * gnu/packages/games.scm (freegish): Update to latest commit that
>   includes a fix for the GCC 10 build-failure.

Thanks! I tweaked the commit message and pushed as
6f83a503af908fdd732765e1327c6afb8f53f3d2

This package should be changed to use the git-version procedure instead
of using string-append to create the version, but that's not a pressing
matter.

[Message part 3 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: freegish: Fix build with GCC 10.
Date: Sat,  1 Jan 2022 22:17:08 +0000
* gnu/packages/games.scm (freegish): Update to latest commit that
  includes a fix for the GCC 10 build-failure.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3e6cdf4514..d4653c912e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5962,8 +5962,8 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
     (license license:gpl2+)))
 
 (define-public freegish
-  (let ((commit "8795cd7adc95957883f2d3465eb9036a774667a7")
-        (revision "1"))
+  (let ((commit "21977ee5fc2008231b35160df00efe954c508b16")
+        (revision "2"))
     (package
       (name "freegish")
       (version (string-append "0-" revision "." (string-take commit 9)))
@@ -5975,7 +5975,7 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1p1zf5qqagmcpi1db2bs02cnalpy3qiymp6yzan7k1bhmv859gsx"))
+                  "1qh0gcnbyxyzmb13jifwba4xrzj94m4w9whdvl0gnds6ricmwply"))
                 (modules '((guix build utils)))
                 ;; The audio files in the "music" directory are licensed under
                 ;; CC-BY-NC, so we delete them.
-- 
2.30.2




This bug report was last modified 3 years and 143 days ago.

Previous Next


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