all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62728] [PATCH 0/2] Update and fix the build of openmw-openscenegraph.
@ 2023-04-08 19:22 Kaelyn Takata via Guix-patches via
  2023-04-08 19:27 ` [bug#62728] [PATCH 1/2] gnu: openmw-openscenegraph: Fix build Kaelyn Takata via Guix-patches via
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-04-08 19:22 UTC (permalink / raw)
  To: 62728; +Cc: Kaelyn Takata

Hi,

I decided to try out OpenMW after recently learning how far along the project
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 child
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 from
  2018 that does not seem to be a commit in https://github.com/OpenMW/osg.
  https://github.com/OpenMW/osg/commit/36a962845a2c87a6671fd822157e0729d164e940
  has a banner saying the commit does not belong to any branch and may belong
  to a fork outside of the repository. In a local checkout of the repository,
  `git log 36a962845a2c87a6671fd822157e0729d164e940` says the hash is not a
  valid object.

Also, feel free to adjust the commit messages as necessary. I wasn't certain
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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-18 21:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08 19:22 [bug#62728] [PATCH 0/2] Update and fix the build of openmw-openscenegraph Kaelyn Takata via Guix-patches via
2023-04-08 19:27 ` [bug#62728] [PATCH 1/2] gnu: openmw-openscenegraph: Fix build Kaelyn Takata via Guix-patches via
2023-04-08 19:27 ` [bug#62728] [PATCH 2/2] gnu: openmw-openscenegraph: Update to Nov 2022 commit Kaelyn Takata via Guix-patches via
2023-04-27 15:54 ` [bug#62728] [PATCH v2] " Kaelyn Takata via Guix-patches via
2023-06-18 21:28   ` bug#62728: [PATCH 0/2] Update and fix the build of openmw-openscenegraph Ludovic Courtès
2023-04-27 16:00 ` [bug#62728] [PATCH v2] gnu: openmw-openscenegraph: Update to Nov 2022 commit Kaelyn via Guix-patches via
2023-04-27 16:02 ` [bug#62728] (No Subject) Kaelyn via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.