Package Details: openmw-git 0.48.0.r5496.g8471cfb576-1

Git Clone URL: https://aur.archlinux.org/openmw-git.git (read-only, click to copy)
Package Base: openmw-git
Description: An open-source engine reimplementation for the role-playing game Morrowind.
Upstream URL: http://www.openmw.org
Licenses: custom, MIT, GPL-3.0-or-later
Conflicts: openmw
Provides: openmw
Submitter: None
Maintainer: bwrsandman (Lone_Wolf)
Last Packager: Lone_Wolf
Votes: 30
Popularity: 0.000591
First Submitted: 2011-01-05 16:17 (UTC)
Last Updated: 2024-06-25 12:42 (UTC)

Pinned Comments

Lone_Wolf commented on 2022-06-17 10:07 (UTC)

openmw-git has been found to require a sizable amount of temporary space during building.

The available amount depends on system specifics so is different for all systems. In case build fails with "no space left on device" you may be bitten by this.

See https://bbs.archlinux.org/viewtopic.php?id=277304 for details and possible solutions.

bwrsandman commented on 2016-09-24 14:59 (UTC) (edited on 2018-11-22 17:28 (UTC) by bwrsandman)

Please refrain from flagging the git version as out date when a new release comes out. The git aur packages update their version on install time based on the tags of the git repo.

Keep in mind that this is a VCS package and it is meant to be in line with the latest master which might not always work. It is not meant to follow the release pattern in any particularly smart way and assumes that upstream maintains their tags consistently.

For the newest release, the correct page is https://www.archlinux.org/packages/?q=openmw

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

Lone_Wolf commented on 2024-11-16 09:36 (UTC) (edited on 2024-11-16 09:37 (UTC) by Lone_Wolf)

boost183-libs is setup to coexist with boost-libs and openmw has no problem with having both present and will use boost-libs .

However boost183 and boost DO conflict.

boost183 is only needed during building collada-dom and should be removed after that build has finished .

Building in a clean chroot will do this for you automatically,

In case your chosen build method doesn't remove built deps then you need to do that yourself .

TL;DR: remove boost183

If that doesn't help, post full build output somewhere public so others can look at it.

S3ctor commented on 2024-11-16 08:14 (UTC)

I believe users whom are no longer able to use OpenMW-git after boost 186 must install the boost183-libs package provided by Lone_Wolf here: https://aur.archlinux.org/packages/boost183-libs

Would it be possible to update the mainstream openmw-git package to use boost183-libs instead of boost-libs to avoid build failures? Thanks!

Le_Limule commented on 2024-08-20 16:38 (UTC)

@Lone_Wolf

That's it. Thank you!

Lone_Wolf commented on 2024-08-20 15:17 (UTC)

Yes, with Update recasnagivation to c393777d26d2ff6519ac23612abf8af42678c9dd from dec 2023 openmw switched to that version .

Using anything older can cause problems .

Le_Limule commented on 2024-08-20 13:26 (UTC)

No, it doesn't work in a fresh folder...

I have recastnavigation-openmw 1.5.1 and no "RecastNavigationConfig.cmake" file... Must i upgrade to recastnavigation-openmw 1.6.0 ? Is it the cause of the pb?

Lone_Wolf commented on 2024-08-20 10:59 (UTC)

This message only appears for me if recastnavigation-openmw isn't present .

Try building in a new fresh folder.

Le_Limule commented on 2024-08-19 16:23 (UTC) (edited on 2024-08-19 21:04 (UTC) by Le_Limule)

Hi! I get this error when i do a "makepkg -sf" (or makepkg -Csf) with the recent commit 527fa053:


[...]

==> Lancement de build()… -- Configuring OpenMW... CMake Error at CMakeLists.txt:157 (find_package): Could not find a package configuration file provided by "RecastNavigation" with any of the following names:

RecastNavigationConfig.cmake
recastnavigation-config.cmake

Add the installation prefix of "RecastNavigation" to CMAKE_PREFIX_PATH or set "RecastNavigation_DIR" to a directory containing one of the above files. If "RecastNavigation" provides a separate development package or SDK, be sure it has been installed.


If i do a "makepkg -sf" with an older commit (c8c09b19 - august 12th) it works (currently running).

What's the pb with the last commit? Is it related to the recent commits e186e4f7 and or 1d836ded who deal with RecastNavigation? What's the solution?

Lone_Wolf commented on 2024-06-25 12:49 (UTC)

Openmw currently has no support for ffmpeg 7 from repos , this package is now build against ffmpeg 4.4 .

see https://gitlab.com/OpenMW/openmw/-/issues/7182

Lone_Wolf commented on 2024-06-01 16:40 (UTC)

New required component : qt-svg . please add it, bwrsandman.

To all : The deps of this pacakge are tailored for a qt6 build which performs better then the qt5 build.

When both qt5 and qt6 are present qt5 will be used. To avoid this you should build in a clean chroot.

see https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

Currently this requires building in a so it can utilisebe built against qt6

rtentser commented on 2024-06-01 07:16 (UTC)

Installing qt5-tools solves the problem