Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272708 - games-strategy/hedgewars-0.9.11 broken DejaVuSans-Bold symlink
Summary: games-strategy/hedgewars-0.9.11 broken DejaVuSans-Bold symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 23:06 UTC by Angelo Arrifano (RETIRED)
Modified: 2009-06-04 23:27 UTC (History)
0 users

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 Angelo Arrifano (RETIRED) gentoo-dev 2009-06-04 23:06:09 UTC
The ebuild creates this symlink
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
        ${GAMES_DATADIR}/hedgewars/Data/Fonts/DejaVuSans-Bold.ttf

where in my system the file is named
/usr/share/fonts/dejavu/DejaVuSansBold.ttf
which makes the game fail at startup.

Changing the ebuild like this, fixes the problem:
- dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
+ dosym /usr/share/fonts/dejavu/DejaVuSansBold.ttf \
        ${GAMES_DATADIR}/hedgewars/Data/Fonts/DejaVuSans-Bold.ttf

Dejavu fonts version is media-fonts/dejavu-2.21
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-06-04 23:27:54 UTC
fixed