From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5) Gecko/20031110 Firebird/0.7 Description of problem: After upgrading to the pango-1.2.5-3.0 packages in fc-testing, GNOME apps subsequently started failed to render any text. Version-Release number of selected component (if applicable): 1.2.5-3.0 How reproducible: Always Steps to Reproduce: 1. Upgrade pango 2. (Re)Start an app that uses pango 3. Admire the lack of text Additional info: At a guess, I'd say the 32/64 changes have resulted in an inability for pango to find the appropriate pango.modules file
The problem is that it is looking for: /etc/i386-redhat-linux-gnu/pango.modules but the file is /etc/i386-redhat-linux/pango.modules Symlinking the directories will get your text back until I figure out the correct munging in the spec file to fix this.
pango-1.2.5-4 fixes, may take a little while to get pushed to -testing.
one correction to the location is it is the below: /etc/pangoi386-redhat-linux/pango.modules This fixed the problem though with making a symlinked directory /etc/pangoi386-redhat-linux-gnu/pango.modules Thanks!
/etc/pango/i386-redhat-linux/pango.modules
Has this been resolved? Or is it a duplicate of bug 115329 ?