From unknown Sun Jun 22 11:42:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48795] [PATCH] gnu: pioneer: Build with model files. Resent-From: Diego Nicola Barbato Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Jun 2021 18:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48795 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48795@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162265970721658 (code B ref -1); Wed, 02 Jun 2021 18:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jun 2021 18:48:27 +0000 Received: from localhost ([127.0.0.1]:41321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loVul-0005dG-6G for submit@debbugs.gnu.org; Wed, 02 Jun 2021 14:48:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:34594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loVuj-0005d8-HY for submit@debbugs.gnu.org; Wed, 02 Jun 2021 14:48:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loVuj-00032m-90 for guix-patches@gnu.org; Wed, 02 Jun 2021 14:48:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59927) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loVue-0003DH-P0 for guix-patches@gnu.org; Wed, 02 Jun 2021 14:48:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 57FB62400FD for ; Wed, 2 Jun 2021 20:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1622659695; bh=7P9rps4bJTXIkTnGKIXxD2NB3QMRmIhAMX8nQNg/saM=; h=From:To:Subject:Date:From; b=fEGRXWKoBV72UuZhCbUxkz97i6JLk/HMUAUXNbMipDbMJ/meM3dGFi/PQ3n5ee92U 8ByxtDEnQb4L/zgNxpBFeuoSjAqvFpV6WdrHS/RdtVt/xgHQBQLICFF6ngRy7aj3x6 SKDxTi6lbdUWpDAJdK54xMNEp+7dqKREqDIOgYzcWnRT0hricWjyR5iEMOOG37WRtt eqJJmMTNJ+1uzuXOcICNzZBd7PSSMUTZOIpvQIhGJwWsQjamyudaYGjtJl3iClU/hH H9gZvBIHMBKeiUPeKkqS0yKuVo4sxU+1skcfXDbM4gy7I37rMqYsWMPchtc6XiOMKJ g3VM0OhsSOUxg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FwJ265vrVz9rxR for ; Wed, 2 Jun 2021 20:48:14 +0200 (CEST) From: Diego Nicola Barbato Date: Wed, 02 Jun 2021 18:48:14 +0000 Message-ID: <8735u0nlw1.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=dnbarbato@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hey Guix, According to a comment on an issue on GitHub [1] pioneer now (version 20210203) has to be compiled with `make all build-data' when doing a release build. Otherwise the game fails to start with the following error: Fatal: Error while loading Space Station data (check stdout/output.txt). The attached patch adds the required make-flags and fixes https://bugs.gnu.org/48686. Regards, Diego [1]: https://github.com/pioneerspacesim/pioneer/issues/5138#issuecomment-773820174 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-pioneer-Build-with-model-files.patch >From ca5cbf054c44150a74c1c31565019996b1aa9e9c Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Thu, 25 Feb 2021 10:00:13 +0100 Subject: [PATCH] gnu: pioneer: Build with model files. Fixes . * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6b16d5bc8a..2eaea5868e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7293,7 +7293,8 @@ elements to achieve a simple goal in the most complex way possible.") `(#:tests? #f ;tests are broken #:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES" (string-append "-DPIONEER_DATA_DIR=" - %output "/share/games/pioneer")))) + %output "/share/games/pioneer")) + #:make-flags (list "all" "build-data"))) (home-page "https://pioneerspacesim.net") (synopsis "Game of lonely space adventure") (description -- 2.31.1 --=-=-=-- From unknown Sun Jun 22 11:42:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Diego Nicola Barbato Subject: bug#48795: closed (Re: [bug#48795] [PATCH] gnu: pioneer: Build with model files.) Message-ID: References: <87eedkgih9.fsf@nicolasgoaziou.fr> <8735u0nlw1.fsf@GlaDOS.home> X-Gnu-PR-Message: they-closed 48795 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48795@debbugs.gnu.org Date: Wed, 02 Jun 2021 19:44:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1622663043-27046-1" This is a multi-part message in MIME format... ------------=_1622663043-27046-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48795: [PATCH] gnu: pioneer: Build with model files. 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 48795@debbugs.gnu.org. --=20 48795: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48795 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1622663043-27046-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48795-done) by debbugs.gnu.org; 2 Jun 2021 19:43:56 +0000 Received: from localhost ([127.0.0.1]:41381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loWmS-00071d-FC for submit@debbugs.gnu.org; Wed, 02 Jun 2021 15:43:56 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:60611) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loWmQ-00071M-9j for 48795-done@debbugs.gnu.org; Wed, 02 Jun 2021 15:43:55 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 8738A200006; Wed, 2 Jun 2021 19:43:47 +0000 (UTC) From: Nicolas Goaziou To: Diego Nicola Barbato Subject: Re: [bug#48795] [PATCH] gnu: pioneer: Build with model files. References: <8735u0nlw1.fsf@GlaDOS.home> Date: Wed, 02 Jun 2021 21:43:46 +0200 In-Reply-To: <8735u0nlw1.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Wed, 02 Jun 2021 18:48:14 +0000") Message-ID: <87eedkgih9.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48795-done Cc: 48795-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Diego Nicola Barbato writes: > According to a comment on an issue on GitHub [1] pioneer now (version > 20210203) has to be compiled with `make all build-data' when doing a > release build. Otherwise the game fails to start with the following > error: > > Fatal: Error while loading Space Station data (check stdout/output.txt). > > The attached patch adds the required make-flags and fixes > https://bugs.gnu.org/48686. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1622663043-27046-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Jun 2021 18:48:27 +0000 Received: from localhost ([127.0.0.1]:41321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loVul-0005dG-6G for submit@debbugs.gnu.org; Wed, 02 Jun 2021 14:48:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:34594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loVuj-0005d8-HY for submit@debbugs.gnu.org; Wed, 02 Jun 2021 14:48:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loVuj-00032m-90 for guix-patches@gnu.org; Wed, 02 Jun 2021 14:48:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59927) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loVue-0003DH-P0 for guix-patches@gnu.org; Wed, 02 Jun 2021 14:48:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 57FB62400FD for ; Wed, 2 Jun 2021 20:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1622659695; bh=7P9rps4bJTXIkTnGKIXxD2NB3QMRmIhAMX8nQNg/saM=; h=From:To:Subject:Date:From; b=fEGRXWKoBV72UuZhCbUxkz97i6JLk/HMUAUXNbMipDbMJ/meM3dGFi/PQ3n5ee92U 8ByxtDEnQb4L/zgNxpBFeuoSjAqvFpV6WdrHS/RdtVt/xgHQBQLICFF6ngRy7aj3x6 SKDxTi6lbdUWpDAJdK54xMNEp+7dqKREqDIOgYzcWnRT0hricWjyR5iEMOOG37WRtt eqJJmMTNJ+1uzuXOcICNzZBd7PSSMUTZOIpvQIhGJwWsQjamyudaYGjtJl3iClU/hH H9gZvBIHMBKeiUPeKkqS0yKuVo4sxU+1skcfXDbM4gy7I37rMqYsWMPchtc6XiOMKJ g3VM0OhsSOUxg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FwJ265vrVz9rxR for ; Wed, 2 Jun 2021 20:48:14 +0200 (CEST) From: Diego Nicola Barbato To: guix-patches@gnu.org Subject: [PATCH] gnu: pioneer: Build with model files. Date: Wed, 02 Jun 2021 18:48:14 +0000 Message-ID: <8735u0nlw1.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=dnbarbato@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hey Guix, According to a comment on an issue on GitHub [1] pioneer now (version 20210203) has to be compiled with `make all build-data' when doing a release build. Otherwise the game fails to start with the following error: Fatal: Error while loading Space Station data (check stdout/output.txt). The attached patch adds the required make-flags and fixes https://bugs.gnu.org/48686. Regards, Diego [1]: https://github.com/pioneerspacesim/pioneer/issues/5138#issuecomment-773820174 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-pioneer-Build-with-model-files.patch >From ca5cbf054c44150a74c1c31565019996b1aa9e9c Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Thu, 25 Feb 2021 10:00:13 +0100 Subject: [PATCH] gnu: pioneer: Build with model files. Fixes . * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6b16d5bc8a..2eaea5868e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7293,7 +7293,8 @@ elements to achieve a simple goal in the most complex way possible.") `(#:tests? #f ;tests are broken #:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES" (string-append "-DPIONEER_DATA_DIR=" - %output "/share/games/pioneer")))) + %output "/share/games/pioneer")) + #:make-flags (list "all" "build-data"))) (home-page "https://pioneerspacesim.net") (synopsis "Game of lonely space adventure") (description -- 2.31.1 --=-=-=-- ------------=_1622663043-27046-1--