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.000036
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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

Le_Limule commented on 2023-05-16 15:31 (UTC)

@Lone_Wolf: unfortunately the commit b04bcb9a doesn't resolve the "Protective Guards" problem, but "my old commit" 0d25656d (03 March) is still working. I'm going to test with the commit 3fe621d5 (14 May)...

Lone_Wolf commented on 2023-05-06 15:25 (UTC)

Build fails with gcc 13.1 due to an issue with the repo mygui package.

See https://bugs.archlinux.org/task/78429 for details and a link to an upstream patch for mygui.

Lone_Wolf commented on 2023-04-29 13:45 (UTC)

AARCH64 added, also adjusted pkgver() so the package builds again and some minor changes.

korreckj328 commented on 2023-04-25 20:32 (UTC)

This works for aarch64 added to the arch with no additional changes.

Le_Limule commented on 2023-04-24 17:29 (UTC)

@Lone_Wolf: Thank you! It was an explanation i was looking for. If i understand, you recommend me this commit: b04bcb9a9b7863759777b7abe7d6eb207edb6251 I will test that when i come back to home in a few days.

Lone_Wolf commented on 2023-04-24 10:16 (UTC) (edited on 2023-04-24 10:16 (UTC) by Lone_Wolf)

Le_Limule, It's not hard to adjust the PKGBUILD to build from a specific commit instead of the last one( I've done it many times to bisect a bug) .

https://gitlab.com/OpenMW/openmw/-/commit/b04bcb9a9b7863759777b7abe7d6eb207edb6251

Get the last part of the url (it starts with b04b ) and copy it somewhere . That part is referred to as "commit sha" .

Edit source=('git+https://gitlab.com/OpenMW/openmw.git') line using the commit sha so it becomes

source=('git+https://gitlab.com/OpenMW/openmw.git#commit=b04bcb9a9b7863759777b7abe7d6eb207edb6251')

Every time you run makepkg on the edited pkgbuild it will build from the source as it was at that exact commit .

Le_Limule commented on 2023-04-23 16:36 (UTC)

Argh! As i feared, there is a regression: now the Protective Guard mod doesn't work any more. Same thing on my Debian computer. The issue is described here:

https://gitlab.com/OpenMW/openmw/-/issues/7339#note_1363501476

Le_Limule commented on 2023-04-23 13:50 (UTC)

Thanks. I rebuild with a fresh $scrdir. It works. I imagine i have now a new version of the sources. I wanted to keep working with the "old" sources i had. It doesn't matter. I hope there is no regression. Thanks again.

Lone_Wolf commented on 2023-04-22 21:22 (UTC) (edited on 2023-04-22 21:23 (UTC) by Lone_Wolf)

Le_Limule, archlinux has had icu 72.2-2 in repos since nov 2022 and I have been running openmw-git against that icu version since then .

  • downgrade : no
  • symlink icu 71 libs to icu 72 : NO, very bad idea which will cause hard-to-troubleshoot breakage.

run a full pacman -Syu, then try again.

make sure to add --cleanbuild to the makepkg command so you'll start with a fresh $srcdir .

Jackleson commented on 2023-04-22 21:20 (UTC) (edited on 2023-04-22 21:56 (UTC) by Jackleson)

Le_Limule, I updated my system today (Manjaro so maybe its two week delayed) my icu is 72.1-2. linicuuc.so part of li32-icu is 72.1-2 as well. my current openmw-git install runs fine I will try updating it now too.

update: update went well and game runs fine.