GNU bug report logs - #42368
[PATCH] gnu: freeorion: Build with boost-with-python2.

Previous Next

Package: guix-patches;

Reported by: Diego Nicola Barbato <dnbarbato <at> posteo.de>

Date: Wed, 15 Jul 2020 15:16:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 42368 in the body.
You can then email your comments to 42368 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#42368; Package guix-patches. (Wed, 15 Jul 2020 15:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Diego Nicola Barbato <dnbarbato <at> posteo.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Jul 2020 15:16:02 GMT) Full text and rfc822 format available.

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

From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: freeorion: Build with boost-with-python2.
Date: Wed, 15 Jul 2020 17:15:49 +0200
[Message part 1 (text/plain, inline)]
Hey Guix,

Migrating Boost from Python 2 to Python 3 broke FreeOrion.  The
following patch fixes that by building it with boost-with-python2
instead of boost.

Regards,

Diego

[0001-gnu-freeorion-Build-with-boost-with-python2.patch (text/x-patch, inline)]
From bbc61b99e650c26ea57813d6ac4479b4a45bb9fe Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
Date: Wed, 15 Jul 2020 11:58:38 +0200
Subject: [PATCH] gnu: freeorion: Build with boost-with-python2.

* gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
boost-with-python2.
---
 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 5de6dbf4ac..e475997a54 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9464,7 +9464,7 @@ win.")
                   (string-append "\"" roboto-dir "Roboto-" type ".ttf\");")))
                #t))))))
     (inputs
-     `(("boost" ,boost)
+     `(("boost" ,boost-with-python2)
        ("boost_signals" ,boost-signals2)
        ("font-dejavu" ,font-dejavu)
        ("font-roboto" ,font-google-roboto)
-- 
2.26.2


Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 17 Jul 2020 00:04:02 GMT) Full text and rfc822 format available.

Notification sent to Diego Nicola Barbato <dnbarbato <at> posteo.de>:
bug acknowledged by developer. (Fri, 17 Jul 2020 00:04:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Diego Nicola Barbato <dnbarbato <at> posteo.de>
Cc: 42368-done <at> debbugs.gnu.org
Subject: Re: [bug#42368] [PATCH] gnu: freeorion: Build with boost-with-python2.
Date: Fri, 17 Jul 2020 02:03:29 +0200
Hello,

Diego Nicola Barbato <dnbarbato <at> posteo.de> writes:

> * gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
> boost-with-python2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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