bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Re: Missing fonts on MacOS 10.5?


From: Christian Anthon
Subject: Re: [Bug-gnubg] Re: Missing fonts on MacOS 10.5?
Date: Fri, 27 Jun 2008 13:18:15 +0200

On linux you can do the following:strace

strace gnubg 2>files.log

to see what's being looked for and opened by a program. The strace
program doesn't exist under mac osx, but try looking into ktrace or
dtrace depending on your mac os x version.

The following seems relevant to your problems:

access("/etc/fonts/fonts.conf", R_OK)   = 0
stat64("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=5858, ...}) = 0
open("/etc/fonts/fonts.conf", O_RDONLY) = 3
access("/etc/fonts/conf.d", R_OK)       = 0
stat64("/etc/fonts/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/fonts/conf.d",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 4

Perhaps fontconfig looks for the fonts.conf file in the wrong dir?

Christian.


On Fri, Jun 27, 2008 at 12:58 PM,  <address@hidden> wrote:
> Zitat von Thomas <address@hidden>:
>
>> Any updates to GNUBG?
>
> Fontconfig error: Cannot load default config file
>
> (gnubg:22611): Pango-CRITICAL **: No fonts found:
> This probably means that the fontconfig
> library is not correctly configured. You may need to
> edit the fonts.conf configuration file. More information
> about fontconfig can be found in the fontconfig(3) manual
> page and on http://fontconfig.org
> ...
> (gnubg:22611): Pango-CRITICAL **: No modules found:
> No builtin or dynamically loaded modules were found.
> PangoFc will not work correctly.
> This probably means there was an error in the creation of:
>  '/opt/local/etc/pango/pango.modules'
> You should create this file by running:
>  pango-querymodules > '/opt/local/etc/pango/pango.modules'
>
> (gnubg:22611): Pango-WARNING **: failed to find shape engine, expect ugly
> output.
> engine-type='PangoRenderFc', script='latin'
>
> (gnubg:22611): Pango-WARNING **: failed to find shape engine, expect ugly
> output.
> engine-type='PangoRenderFc', script='common'
>
>
> Can someone help? I added everything regarding pango, glib and gtk from lib
> and etc. I also controlled all gnubg files that are installed, but it still
> doesn't work at his pc.
>
> @Thomas: what you can also try is the following command (pleese send the
> output): "otool -L /opt/local/bin/gnubg"
>
> otool is the pendant to "ldd" in linux.
>
> Ciao
>
> Achim
>
>
>
> _______________________________________________
> Bug-gnubg mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]