Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 528598

Summary: games-engines/openmw expects wrong configuration directory
Product: Gentoo Linux Reporter: Michael Jones <gentoo>
Component: [OLD] GamesAssignee: Julian Ospald <hasufell>
Status: RESOLVED FIXED    
Severity: normal CC: games
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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