Code: Select all
[f=0000000] [Font] Error: Failed creating font: Couldn't find font 'fonts/FreeSansBold.otf'.
Error: Spring: Incorrect/Missing content: Failed to load font: fonts/FreeSansBold.otf
One thing that might be relevant is I'm using "make spring-default" && "make install-spring-default" rather than the more typical "make spring && make install" as I'm testing a new gentoo ebuild which allows you to choose whether you want headless, dedicated, multithreaded, etc.
The weird part is this:
Code: Select all
# locate fonts/*.otf
/usr/share/games/spring/fonts/FreeSansBold.otf
The relevant ebuild line is:
Code: Select all
cmake-utils_src_make install-spring-${build_type} DESTDIR="${D}"