Package Details: openmw-git 0.48.0.r4764.g012d10703f-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, GPL3, MIT
Conflicts: openmw
Provides: openmw
Submitter: None
Maintainer: bwrsandman (Lone_Wolf)
Last Packager: bwrsandman
Votes: 30
Popularity: 0.041617
First Submitted: 2011-01-05 16:17 (UTC)
Last Updated: 2024-03-25 21:25 (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 .. 13 Next › Last »

NZKX commented on 2023-07-22 14:55 (UTC)

Thanks for the quick update, but there's one more problem. This is not the latest build of OpenMW.. The latest .is 0.49.This 0.48. You can grab binary versions of OpenMW .0.49.0 here (the official OpenMW uses it for their build releases).. https://redfortune.de/openmw/nightly/

NZKX commented on 2023-07-16 08:46 (UTC)

The PKGBUILD won't compile due to an pkgver error It needs to be fixed ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: 48-rc12.1.r2533.gb383efabf5

Lone_Wolf commented on 2023-05-19 08:24 (UTC)

I checked the issue and saw the extra info helped openmw devs to solve the Protective Guards issue.

It's also good to see more people willing to participate in making openmw better. Great job, Le_Limule .

Le_Limule commented on 2023-05-18 12:03 (UTC)

Some lua mods have pbs with recent commits. Especially the Protective Guards mod (https://www.nexusmods.com/morrowind/mods/46992):

This is the synthesis of all my tests:

The problem appears especially with Protective Guards, so i focused on it. (same pb with Debian and Arch Linux)

Note: Y = Protective Guards works ; N = Protective Guards doesn't work

03 march, commit 0d25656d: Y

18 march, commit d64eea2f: Y

22 march, commit 99dac61e: Y

24 march, commit 5446906b: Y

25 march, commit 2f2b952e: Y

26 march, commit 6756e1ba: N

26 march, commit 76cba95a: N

03 april, commit b04bcb9a: N

11 april, commit 4fd8ed8f: N

11 may, commit 42bf6399: N

14 may, commit 3fe621d5: N

=> it seems that commits have some lua regression since 26 march, until now.

See this issue for more info: https://gitlab.com/OpenMW/openmw/-/issues/7339

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 .