Bug 2029

Summary: Pango-WARNING **: No builtin or dynamically loaded modules were found
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2004, 2030, 2031    

Description Andrew Cagney 2005-12-11 19:54:02 UTC
Using: frysk-0.0.0.20051211.1-0.EL4.1

(java-gnome:9880): Pango-WARNING **: No builtin or dynamically loaded modules
were found. Pango will not work correctly. This probably means
there was an error in the creation of:
  '/etc/frysk/pango/pango.modules'
You may be able to recreate this file by running pango-querymodules.
Comment 1 Andrew Cagney 2005-12-11 20:20:33 UTC
pango lied, strace shows:

open("/etc/frysk/pango/i686-redhat-linux-gnu/pango.modules", O_RDONLY) = -1
ENOENT (No such file or directory)

Workaround:

# frysk-pango-querymodules > /etc/frysk/pango/pango.modules
# ln -s ../pango.modules /etc/frysk/pango/i686-redhat-linux-gnu/pango.modules
Comment 2 Andrew Cagney 2005-12-12 14:27:08 UTC
Hack, hack, hack:

* Sun Dec 11  2005 Andrew Cagney <cagney@redhat.com> 0.0.0.20051211.1-0.EL4.3
- Add commands to generate / remove the files
  pango/i686-redhat-linux-gnu/pango.modules, and
  gtk-2.0/gdk-pixbuf.loaders during post and postun phases.