GNU bug report logs - #51280
[PATCH 0/5] Update openttd to 12.0.

Previous Next

Package: guix-patches;

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

Date: Tue, 19 Oct 2021 06:59:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Felix Gruber <felgru <at> posteo.net>
To: 51280 <at> debbugs.gnu.org,
	Efraim Flashner <efraim <at> flashner.co.il>
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH v2 5/5] gnu: openttd: Fix build failure.
Date: Sat,  6 Nov 2021 10:40:40 +0000
* packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
  failure.
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e92e04daa..346bceed37 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4495,6 +4495,7 @@ Transport Tycoon Deluxe.")
      `(("opengfx" ,openttd-opengfx)
        ("openmsx" ,openttd-openmsx)
        ("opensfx" ,openttd-opensfx)
+       ("gcc" ,gcc-9)                   ; for #include <charconv>
        ,@(package-native-inputs openttd-engine)))))
 
 (define openrct2-title-sequences
-- 
2.30.2





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

Previous Next


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