emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63126: closed ([PATCH 0/2] Fix building OpenMW after the core-update


From: GNU bug Tracking System
Subject: bug#63126: closed ([PATCH 0/2] Fix building OpenMW after the core-updates merge.)
Date: Fri, 19 May 2023 14:32:01 +0000

Your message dated Fri, 19 May 2023 16:31:05 +0200
with message-id <87a5y0z93q.fsf@gnu.org>
and subject line Re: bug#63126: [PATCH 0/2] Fix building OpenMW after the 
core-updates merge.
has caused the debbugs.gnu.org bug report #63126,
regarding [PATCH 0/2] Fix building OpenMW after the core-updates merge.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63126: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63126
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Fix building OpenMW after the core-updates merge. Date: Thu, 27 Apr 2023 17:34:01 +0000
Hi,

This pair of patches fixes building OpenMW and its dependency recastnavigation
on master after the merge of core-updates. For both packages, the build
failures were due to SIGSTKSZ no longer being a constant in glibc 2.34 and
newer. recastnavigation is fixed by updating the package to the latest commit
(as of this writing). OpenMW has also been fixed upstream since the 0.47
release, but building using the openmw-48-rc9 tag results in OpenMW crashing
for me while loading the main menu.

I have tested this patch set in conjunction with the updated
openmw-openscenegraph in https://issues.guix.gnu.org/62728 and have
successfully loaded a saved game with the I Heart Vanilla modlist
(https://modding-openmw.com/lists/i-heart-vanilla/) installed and walked
around the starting town a bit, including talking to people.

Cheers,
Kaelyn



Kaelyn Takata (2):
  gnu: recastnavigation: Update to commit 6d1f971.
  gnu: openmw: Fix build on glibc 2.34 and newer.

 gnu/local.mk                                  |  1 +
 gnu/packages/game-development.scm             |  9 +++--
 .../openmw-assume-nonconst-SIGSTKSZ.patch     | 39 +++++++++++++++++++
 3 files changed, 45 insertions(+), 4 deletions(-)
 create mode 100644 gnu/packages/patches/openmw-assume-nonconst-SIGSTKSZ.patch


base-commit: 297805b1f83aa58ba9fc775c203373338aafd5ac
--
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#63126: [PATCH 0/2] Fix building OpenMW after the core-updates merge. Date: Fri, 19 May 2023 16:31:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Kaelyn Takata <kaelyn.alexi@protonmail.com> skribis:

>   gnu: recastnavigation: Update to commit 6d1f971.
>   gnu: openmw: Fix build on glibc 2.34 and newer.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]