From unknown Sun Jun 22 03:50:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#48795 <48795@debbugs.gnu.org> To: bug#48795 <48795@debbugs.gnu.org> Subject: Status: [PATCH] gnu: pioneer: Build with model files. Reply-To: bug#48795 <48795@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:50:00 +0000 retitle 48795 [PATCH] gnu: pioneer: Build with model files. reassign 48795 guix-patches submitter 48795 Diego Nicola Barbato severity 48795 normal tag 48795 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 14:48:27 2021 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 15:43:56 2021 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 From unknown Sun Jun 22 03:50:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Jul 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator