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

Previous Next

Package: guix-patches;

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

Date: Sun, 2 Jan 2022 17:46: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: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52962: closed ([PATCH] gnu: gcompris: Fix build with GCC 10.)
Date: Sun, 02 Jan 2022 18:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 2 Jan 2022 13:18:04 -0500
with message-id <YdHsXMrH+kTcEoL2 <at> jasmine.lan>
and subject line Re: [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
has caused the debbugs.gnu.org bug report #52962,
regarding [PATCH] gnu: gcompris: Fix build with GCC 10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52962: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52962
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (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: gcompris: Fix build with GCC 10.
Date: Sun,  2 Jan 2022 17:45:37 +0000
* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to
  CFLAGS.
---
 gnu/packages/education.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index efb2df474e..cf1236a90f 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -96,6 +96,8 @@
        ;; of Gstreamer.
        (list "--enable-sdlmixer"
              "LDFLAGS=-lgmodule-2.0")
+       #:make-flags
+       (list "CFLAGS=-fcommon")
        #:phases
        (modify-phases %standard-phases
          (add-after 'set-paths 'set-sdl-paths
-- 
2.30.2



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 52962-done <at> debbugs.gnu.org
Subject: Re: [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
Date: Sun, 2 Jan 2022 13:18:04 -0500
On Sun, Jan 02, 2022 at 05:45:37PM +0000, Felix Gruber wrote:
> * gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to
>   CFLAGS.

Thanks! Pushed as 01ec5efff7cf95cae69493bd4ccfdd21a38770ae


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

Previous Next


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