From unknown Wed Jun 18 23:13:35 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#62728 <62728@debbugs.gnu.org> To: bug#62728 <62728@debbugs.gnu.org> Subject: Status: [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit Reply-To: bug#62728 <62728@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:13:35 +0000 retitle 62728 [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit reassign 62728 guix-patches submitter 62728 Kaelyn Takata severity 62728 normal tag 62728 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 08 15:22:49 2023 Received: (at submit) by debbugs.gnu.org; 8 Apr 2023 19:22:49 +0000 Received: from localhost ([127.0.0.1]:59555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plE9B-0007nP-2v for submit@debbugs.gnu.org; Sat, 08 Apr 2023 15:22:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:47098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plE99-0007nI-Ll for submit@debbugs.gnu.org; Sat, 08 Apr 2023 15:22:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1plE98-0001a3-Or for guix-patches@gnu.org; Sat, 08 Apr 2023 15:22:47 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1plE94-0006Fa-3G for guix-patches@gnu.org; Sat, 08 Apr 2023 15:22:43 -0400 Date: Sat, 08 Apr 2023 19:22:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1680981752; x=1681240952; bh=zIq4PvYlThG2AMjkeMEnvo7LdF2fJLV4QAQLnurppgI=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=sdBy/MrJWnasHNXExSvWCHKf//jtQYVsfdIylEaCJXvqJjgCqLhazpaV7SpzMONNA PWcFe5g4YDS8G25+nzT4kY+tmmU4rZikgyb6VcpbZJKlpp+BwQkwCp+35FForMzj6i gZz78lfJapT8SajkLSidoDEkZc9ISxfXzeNrT1jfOhDUcV2Nq6xdO3BH9/+43UAl5g iSbsf65TDHOR4WEwp1bzi3bEz+qYwGHZwKv2Is2x8B2a+1Cg76MUKDGOr29exH5Xby 2iZ7+/ywJt52PU4WdZ0JIKqgD6f34DWD/dN73c4wuXvMo+fX2rTDDmb5+RnbyqJrgQ hyhg1BK6prLOg== To: guix-patches@gnu.org From: Kaelyn Takata Subject: [PATCH 0/2] Update and fix the build of openmw-openscenegraph. Message-ID: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.131; envelope-from=kaelyn.alexi@protonmail.com; helo=mail-40131.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-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 Cc: Kaelyn Takata 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 (--) Hi, I decided to try out OpenMW after recently learning how far along the proje= ct is. To my joy, the latest version was already packaged. To my dismay the version of openscenegraph it depended on no longer built (I believe commit 98b9f3a4bdwhich added a separate output for plugins was what broke the chil= d package, as the error was with the mkdir in the new phase). I have fixed the build by removing the new output and phase from openmw-openscenegraph. I have also updated the package to the latest commit from https://github.com/OpenMW/osg. Two points to note about the changes: 1) Simply updating the package to the (much) newer commit fixes the build= in the presence of the separate plugin output, but I kept the plugins in the main output since they are needed by OpenMW and I worry that the separate output will cause problems with OpenMW being able to find them. 2) The existing openmw-openscenegraph package appears to be at a commit f= rom 2018 that does not seem to be a commit in https://github.com/OpenMW/osg. https://github.com/OpenMW/osg/commit/36a962845a2c87a6671fd822157e0729d164= e940 has a banner saying the commit does not belong to any branch and may belo= ng to a fork outside of the repository. In a local checkout of the repositor= y, `git log 36a962845a2c87a6671fd822157e0729d164e940` says the hash is not a valid object. Also, feel free to adjust the commit messages as necessary. I wasn't certai= n on the appropriate format or wording for either of the commits' messages. Cheers, Kaelyn Kaelyn Takata (2): gnu: openmw-openscenegraph: Fix build. gnu: openmw-openscenegraph: Update to Nov 2022 commit. gnu/packages/graphics.scm | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) base-commit: b08cdfc6d363e9ca63118303b4628542c54a612d -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 08 15:27:59 2023 Received: (at 62728) by debbugs.gnu.org; 8 Apr 2023 19:27:59 +0000 Received: from localhost ([127.0.0.1]:59562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plEEA-0007vN-SE for submit@debbugs.gnu.org; Sat, 08 Apr 2023 15:27:59 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:20213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plEE8-0007v9-Ua for 62728@debbugs.gnu.org; Sat, 08 Apr 2023 15:27:57 -0400 Date: Sat, 08 Apr 2023 19:27:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1680982070; x=1681241270; bh=yBvjYyL1eV/4Pmuwl3/2ePfKWa//WRLfbcqjslUCKrk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Wj7/4QTLJjVID5ocFmChxaXTTCgYvxdUTB1JyImAF7h0/ivvGr/mKATpqWU8zXLua gd603o4YyIIC1Xp/INIV0zfDP3caEAESaAMuIMaF1+HIY2X9NFIEwQUugtSggh7lKd Ol6877sfe842oDoYiTNalxThWQjG1J1CtmBi3W+rWnffH+pgY6GRyFyhls7bpQJBCy uAkDwXJ98cRtpTlC0WZmoYXkVqbBrxXC2Apyiy8Cwh2Sv0oOWRwYLdggOgFXeoDz2n Sg6ak9/PYWaS7OB8vW0np+0A9DgktAA+YCm4zmcnBlLFy68/gE+QHI1s/ZxkSjS6ws pe92n5gxt2nhw== To: 62728@debbugs.gnu.org From: Kaelyn Takata Subject: [PATCH 2/2] gnu: openmw-openscenegraph: Update to Nov 2022 commit. Message-ID: <35d0c28292785c8b00b56fe04fb10400b4accbb5.1680980546.git.kaelyn.alexi@protonmail.com> In-Reply-To: References: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62728 Cc: Kaelyn Takata 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.0 (-) * gnu/packages/graphics.scm (openmw-openscenegraph): Update to Nov 2022 com= mit. [arguments]: Sync the plugin flags with the mentioned wiki page. --- gnu/packages/graphics.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 09c7c4b6d2..dff1ec86c9 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1474,11 +1474,11 @@ (define-public gr-framework (define-public openmw-openscenegraph ;; OpenMW prefers its own fork of openscenegraph: ;; https://wiki.openmw.org/index.php?title=3DDevelopment_Environment_Set= up#OpenSceneGraph. - (let ((commit "36a962845a2c87a6671fd822157e0729d164e940")) + (let ((commit "69cfecebfb6dc703b42e8de39eed750a84a87489")) (hidden-package (package (inherit openscenegraph) - (version (git-version "3.6" "1" commit)) + (version (git-version "3.6" "2" commit)) (source (origin (method git-fetch) @@ -1488,7 +1488,7 @@ (define-public openmw-openscenegraph (file-name (git-file-name (package-name openscenegraph) version)= ) (sha256 (base32 - "05yhgq3qm5q277y32n5sf36vx5nv5qd3zlhz4csgd3a6190jrnia")))) + "1qayk2gklm8zvss90dcjfxv6717rvcmwmgmgyy1qzkli67a0zbw2")))) (outputs (list "out")) (arguments (substitute-keyword-arguments (package-arguments openscenegraph) @@ -1497,14 +1497,14 @@ (define-public openmw-openscenegraph #~(append '("-DBUILD_OSG_PLUGINS_BY_DEFAULT=3D0" "-DBUILD_OSG_PLUGIN_OSG=3D1" + "-DBUILD_OSG_PLUGIN_DAE=3D1" "-DBUILD_OSG_PLUGIN_DDS=3D1" "-DBUILD_OSG_PLUGIN_TGA=3D1" "-DBUILD_OSG_PLUGIN_BMP=3D1" "-DBUILD_OSG_PLUGIN_JPEG=3D1" "-DBUILD_OSG_PLUGIN_PNG=3D1" - "-DBUILD_OSG_DEPRECATED_SERIALIZERS=3D0" - ;; The jpeg plugin requires conversion between integers an= d booleans - "-DCMAKE_CXX_FLAGS=3D-fpermissive") + "-DBUILD_OSG_PLUGIN_FREETYPE=3D1" + "-DBUILD_OSG_DEPRECATED_SERIALIZERS=3D0") #$flags)) ((#:phases _) #~%standard-phases))))))) -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 08 15:28:01 2023 Received: (at 62728) by debbugs.gnu.org; 8 Apr 2023 19:28:01 +0000 Received: from localhost ([127.0.0.1]:59566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plEED-0007ve-8w for submit@debbugs.gnu.org; Sat, 08 Apr 2023 15:28:01 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:40935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plEEB-0007vD-6k for 62728@debbugs.gnu.org; Sat, 08 Apr 2023 15:27:59 -0400 Date: Sat, 08 Apr 2023 19:27:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1680982073; x=1681241273; bh=9sG+UmKKDLzis83Mtv4/geh/Mi28reejOo81MbZUElQ=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=VG7AodpbO3rCg9eTgWh4JqdoFS0o/JhAUVku8g8WPm7fIYxcfCY8GTMmU+LbM3qOg 6U3U7sT1tWaeLsMxZQyxP3ri7BXE/xrl/vl9OI22bb/CuS3tjf1Rn8QfTW2BKU3Y2r LZGHdRMmhz5JkUx39OucY6oLER1NBcaEzH+8hp1yeSaJbpqHdZjdRo/Qo5aXHD5+ei 0fqS++/fY9BRnPyW15yD/f1beolj5695+Ou8A6HHzoquxEPSYZUG1ANz+kxQeGKQxy HFlVJ0BC0tkYlaCY77yZJTKHM47yguqYfNumOMS+08uLUi9cpcwf64h+sePSRU0xI2 xlMTrZqMtZsnw== To: 62728@debbugs.gnu.org From: Kaelyn Takata Subject: [PATCH 1/2] gnu: openmw-openscenegraph: Fix build. Message-ID: In-Reply-To: References: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62728 Cc: Kaelyn Takata 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.0 (-) * gnu/packages/graphics.scm (openmw-openscenegraph): Fix build. --- gnu/packages/graphics.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index bcc27cc3bf..09c7c4b6d2 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -36,6 +36,7 @@ ;;; Copyright =C2=A9 2023 Sharlatan Hellseher ;;; Copyright =C2=A9 2023 David Thompson ;;; Copyright =C2=A9 2023 Eric Bavier +;;; Copyright =C2=A9 2023 Kaelyn Takata ;;; ;;; This file is part of GNU Guix. ;;; @@ -1488,6 +1489,7 @@ (define-public openmw-openscenegraph (sha256 (base32 "05yhgq3qm5q277y32n5sf36vx5nv5qd3zlhz4csgd3a6190jrnia")))) + (outputs (list "out")) (arguments (substitute-keyword-arguments (package-arguments openscenegraph) ((#:configure-flags flags) @@ -1503,7 +1505,9 @@ (define-public openmw-openscenegraph "-DBUILD_OSG_DEPRECATED_SERIALIZERS=3D0" ;; The jpeg plugin requires conversion between integers an= d booleans "-DCMAKE_CXX_FLAGS=3D-fpermissive") - #$flags)))))))) + #$flags)) + ((#:phases _) + #~%standard-phases))))))) (define-public povray (package -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 27 11:54:55 2023 Received: (at 62728) by debbugs.gnu.org; 27 Apr 2023 15:54:56 +0000 Received: from localhost ([127.0.0.1]:59590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps3xP-0001yq-IO for submit@debbugs.gnu.org; Thu, 27 Apr 2023 11:54:55 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:53697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps3xL-0001xc-BH for 62728@debbugs.gnu.org; Thu, 27 Apr 2023 11:54:54 -0400 Date: Thu, 27 Apr 2023 15:54:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1682610885; x=1682870085; bh=Rs9j/uzdODb4+ytQlJWhWzMQWzlMX+DX91E9ye/WAQU=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=N22eH/77/Vg47m8k2BrAdUG96Lg/tgWCGVpjVCas517jPDojMcl96+pPDsvFzvzsf nBimT1u9gLp7gZn2I1wQ/yl13U8f7mYEBkcYVXp8opcSv5uA98O0DSafym/4RM/fu9 NSqWVnFFNomQL0+b5B8czsK6UxHWRKRJh/yaShp1fxRkgAp57zIQ5lY7r6sROCuzi9 A+GPIzqk5Sd4bumJVhacyWnTfdnVxL6e1oHdlRIktcSBD4ZJSAiuusPYesrj4thXSW kkvGI5LNlwlEQeCh/ONgZLFaAMVGH8C4Eqo+PHOj+hp+Vt5nmt53WGop4cO3QmFGtK 169LQjch+MCog== To: 62728@debbugs.gnu.org From: Kaelyn Takata Subject: [PATCH v2] gnu: openmw-openscenegraph: Update to Nov 2022 commit. Message-ID: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62728 Cc: Kaelyn Takata 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.0 (-) * gnu/packages/graphics.scm (openmw-openscenegraph): Update to Nov 2022 com= mit. [arguments]: Sync the plugin flags with the mentioned wiki page. --- gnu/packages/graphics.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 261fcf9547..a7b1024185 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1448,11 +1448,11 @@ (define-public gr-framework (define-public openmw-openscenegraph ;; OpenMW prefers its own fork of openscenegraph: ;; https://wiki.openmw.org/index.php?title=3DDevelopment_Environment_Set= up#OpenSceneGraph. - (let ((commit "36a962845a2c87a6671fd822157e0729d164e940")) + (let ((commit "69cfecebfb6dc703b42e8de39eed750a84a87489")) (hidden-package (package (inherit openscenegraph) - (version (git-version "3.6" "1" commit)) + (version (git-version "3.6" "2" commit)) (outputs (list "out")) (source (origin @@ -1463,7 +1463,7 @@ (define-public openmw-openscenegraph (file-name (git-file-name (package-name openscenegraph) version)= ) (sha256 (base32 - "05yhgq3qm5q277y32n5sf36vx5nv5qd3zlhz4csgd3a6190jrnia")))) + "1qayk2gklm8zvss90dcjfxv6717rvcmwmgmgyy1qzkli67a0zbw2")))) (arguments (substitute-keyword-arguments (package-arguments openscenegraph) ((#:configure-flags flags) @@ -1471,14 +1471,14 @@ (define-public openmw-openscenegraph #~(append '("-DBUILD_OSG_PLUGINS_BY_DEFAULT=3D0" "-DBUILD_OSG_PLUGIN_OSG=3D1" + "-DBUILD_OSG_PLUGIN_DAE=3D1" "-DBUILD_OSG_PLUGIN_DDS=3D1" "-DBUILD_OSG_PLUGIN_TGA=3D1" "-DBUILD_OSG_PLUGIN_BMP=3D1" "-DBUILD_OSG_PLUGIN_JPEG=3D1" "-DBUILD_OSG_PLUGIN_PNG=3D1" - "-DBUILD_OSG_DEPRECATED_SERIALIZERS=3D0" - ;; The jpeg plugin requires conversion between integers an= d booleans - "-DCMAKE_CXX_FLAGS=3D-fpermissive") + "-DBUILD_OSG_PLUGIN_FREETYPE=3D1" + "-DBUILD_OSG_DEPRECATED_SERIALIZERS=3D0") #$flags)) ((#:phases phases) #~(modify-phases #$phases @@ -2589,4 +2589,3 @@ (define-public gpaint It features cut-and-paste for irregular regions or polygons.") (home-page "https://www.gnu.org/software/gpaint/") (license license:gpl3+))) - base-commit: 297805b1f83aa58ba9fc775c203373338aafd5ac -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 27 12:01:08 2023 Received: (at 62728) by debbugs.gnu.org; 27 Apr 2023 16:01:08 +0000 Received: from localhost ([127.0.0.1]:59595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps43Q-0002DZ-FB for submit@debbugs.gnu.org; Thu, 27 Apr 2023 12:01:08 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:26235) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps43L-0002Cu-3m for 62728@debbugs.gnu.org; Thu, 27 Apr 2023 12:01:07 -0400 Date: Thu, 27 Apr 2023 16:00:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1682611256; x=1682870456; bh=eNTxhU2cGcZxjqaW/QfkibugYxhKnadclan/2XWJjcE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=HKdQz4cG9hzi+LZaoUXGezxDBCk7PzhoHx+SUCAT33jrGHG3aef0dglBY6WYuuwc0 CLGj4c9t+FG2+sdK2ajDo5irpKd5IsQqreRpG06vdXSIE6Yn8cq/YLKJ/C0Wnoiclv OnRTHbfpHCfgnkqk2LJ6hXhIkpW7D14w/rzvwvT30zEkkSRmg8l0tiKMtpIGXdalFL IxSOgNgwcem5pHxox5YnDGA/W1ydMk7i0TkO7lY8A5ovrPH1cXfRDb1jgSCMjaZeVn K/erQN7JMzdWlmkec3xhDpWctYw72Thn65GOx2EeIEEeSVgwhA+4VXCgfXhYElGVGB MoR1BKuc56noQ== To: "62728@debbugs.gnu.org" <62728@debbugs.gnu.org> From: Kaelyn Subject: Re: [PATCH v2] gnu: openmw-openscenegraph: Update to Nov 2022 commit. Message-ID: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62728 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.0 (-) I've rebased the patch against current master, and dropped the build fix si= nce Efraim independently applied the same fix on April 18th. I feel the package update is still worthwhile since the current commit is e= xtremely old and, according to GitHub, is not a commit in the repo at https= ://github.com/OpenMW/osg/ (GitHub suggests it may be from a fork of the rep= o). Cheers, Kaelyn From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 27 12:02:57 2023 Received: (at 62728) by debbugs.gnu.org; 27 Apr 2023 16:02:57 +0000 Received: from localhost ([127.0.0.1]:59607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps45B-0002GQ-2D for submit@debbugs.gnu.org; Thu, 27 Apr 2023 12:02:57 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:36665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps458-0002GC-4Q for 62728@debbugs.gnu.org; Thu, 27 Apr 2023 12:02:54 -0400 Date: Thu, 27 Apr 2023 16:02:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1682611366; x=1682870566; bh=g3qUQ5CZmtMpIddBON3dL+XyY4KcEaQ3POF/X8MpDlM=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=LD/csme94ZwMVXJrdfA+HPrsR3bHA5pPGosjYUMhadgYiKEVLWwRMcd39LYY49cs0 eB+IQ+eNA3Ix+bxgdMCSOLRcIfTbo1CePLj58cbpdMFty28tED1W6ps0tH5KLgzfsf KzmKRLwfkqsmzVxwfMyALPqbXVUggTQRy35uRCDTAE+zvcqdDhbN6PCdHQUG/Gndta ds7FLNyH4mtAUvyTm0sp5g/URrAmtzQB8Z3q6LDuzA12d8jO7Ji5359aFGr9marg6H Ms3Dhc9DQXZA4TqDiPKmPbyX0paj99xF0e4U46W5bOCxkDxa2zfDown0MphE+Lpd+e 9z2UXB9OwvA2A== To: "62728@debbugs.gnu.org" <62728@debbugs.gnu.org> From: Kaelyn Subject: (No Subject) Message-ID: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 62728 [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit. Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 SLIGHTLY_BAD_SUBJECT Subject contains something slightly spammy 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kaelyn.alexi[at]protonmail.com) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [185.70.43.16 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 62728 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.0 (+) retitle 62728 [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit= . From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 18 12:16:30 2023 Received: (at control) by debbugs.gnu.org; 18 Jun 2023 16:16:30 +0000 Received: from localhost ([127.0.0.1]:54890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAv4n-0005zS-Pl for submit@debbugs.gnu.org; Sun, 18 Jun 2023 12:16:29 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:51533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAv4m-0005zF-5D for control@debbugs.gnu.org; Sun, 18 Jun 2023 12:16:28 -0400 Date: Sun, 18 Jun 2023 16:16:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1687104982; x=1687364182; bh=eWthYq6W43cwaow8hgQcaOFVOjagh6A6AYXUEs/TkdI=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=UA6fgYllbcmOczs693NRR5oMOM7pJmRqh9BMJwu5CTNNB9kLOUTewQuCtbNFa+VhN wjm4qO3l5mci9zXgrquhuSNRGNc0sLaR5iVL3T6pUI5mmr37wicBZlzEId9FdkycY5 Jd4iL9v4z1QqeauNg+ZM4kdM4vVv4QOJ9V3KqSpdiFVIMA5AC8OAlLssf1XPJ6HAEl auUtmkL9X7PDO4aldvwjb2BbyAFS9dUydgKuHzYu32Y4llx4/sdX0fjQUM6GVab/41 Z2I2seju4fGdvbpJD3o6IR6CvdTm5Q9jXODEAw79e/Pc8c88y3/vbJRzIxfVy9hm5e RXuYeQZhpnejw== To: control@debbugs.gnu.org From: Kaelyn Subject: (No Subject) Message-ID: In-Reply-To: References: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 62728 [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 SLIGHTLY_BAD_SUBJECT Subject contains something slightly spammy 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kaelyn.alexi[at]protonmail.com) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H5 RBL: Excellent reputation (+5) [185.70.43.22 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control 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.0 (+) retitle 62728 [PATCH] gnu: openmw-openscenegraph: Update to Nov 2022 commit From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 18 17:28:18 2023 Received: (at 62728-done) by debbugs.gnu.org; 18 Jun 2023 21:28:19 +0000 Received: from localhost ([127.0.0.1]:55124 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAzwY-0002Qw-M1 for submit@debbugs.gnu.org; Sun, 18 Jun 2023 17:28:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAzwW-0002Qj-6B for 62728-done@debbugs.gnu.org; Sun, 18 Jun 2023 17:28:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAzwQ-0001W7-T6; Sun, 18 Jun 2023 17:28:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=VcjEbeCyfGgtBCnTEU86fj/iU/JctGjT/o9kXgcQer4=; b=pqt4wH7Y1oUk3WDQIrjw BGzNGtsxpEDrqIKZvJJ25tBIm4L1Nflt5Fi7H2sELZdkz1WvH5NpNWDf1ulJfRu+9Hjek1zr2alIl 6dqzUl39tWNc+mTD5nL8nem2FGuE4r1CU+jmDg4ZCyK/qOBv2NFZN0vKzoEq9YVyepCXe6FRCVZbO 35dXW06JycbOjCD1LLCaR7U9YKYxrOMwcIXTs912X73S4TWIIhA3des7lHjPd2PeuJTtJA4qlmFxW a2cewOvUJiWZttPW0xsuj1QvZpgMHAtVqZKfeGmPkm7plAYYv6qSG/GHiBXVPxTjq5dSBTVdR5uTI c76vY+U32WSuCQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAzwQ-0002iC-8i; Sun, 18 Jun 2023 17:28:10 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Kaelyn Takata Subject: Re: bug#62728: [PATCH 0/2] Update and fix the build of openmw-openscenegraph. References: Date: Sun, 18 Jun 2023 23:28:08 +0200 In-Reply-To: (Kaelyn Takata's message of "Thu, 27 Apr 2023 15:54:33 +0000") Message-ID: <87pm5so3yv.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62728-done Cc: 62728-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: -3.3 (---) Hi, Kaelyn Takata skribis: > * gnu/packages/graphics.scm (openmw-openscenegraph): Update to Nov 2022 c= ommit. > [arguments]: Sync the plugin flags with the mentioned wiki page. Finally applied, thanks! Ludo=E2=80=99. From unknown Wed Jun 18 23:13:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 17 Jul 2023 11:24:06 +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