Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528598 - games-engines/openmw expects wrong configuration directory
Summary: games-engines/openmw expects wrong configuration directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 23:04 UTC by Michael Jones
Modified: 2014-11-07 23:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Jones 2014-11-07 23:04:03 UTC
Openmw doesn't work properly until I add this symlink.Keeps complaining about missing default-settings.cfg and openmw.png.

ln -s /etc/games/openmw/ /etc/openmw/

After that, seems to work fine

Reproducible: Always
Comment 1 Julian Ospald 2014-11-07 23:17:41 UTC
This is caused by GLOBAL_CONFIG_PATH and SYSCONFDIR being out of sync.

GLOBAL_CONFIG_PATH is used to construct SYSCONFDIR inside cmake, but only the value of GLOBAL_CONFIG_PATH gets actually passed to the preprocessor.
Comment 2 Julian Ospald 2014-11-07 23:24:48 UTC
+*openmw-0.33.0-r1 (07 Nov 2014)
+
+  07 Nov 2014; Julian Ospald <hasufell@gentoo.org> -openmw-0.33.0.ebuild,
+  +openmw-0.33.0-r1.ebuild:
+  fix configuration directory detection wrt #528598