Darwin 6.1 lacks LC_COLLATE nor LC_TIME in /usr/share/locale/*. I suppose it causes this kind of problem.

If you set following environment variable and run gkrellm (or other app), does it works?
$ export LANG=en_US
$ export LC_COLLATE=C
$ export LC_TIME=C

If it works, I'll set LC_COLLATE and LC_TIME in RunTimeVars of glib2-shlibs. Or there's any better idea, please let me know.


On 2002.10.25, at 03:37 PM, Ben Hines wrote:

On Thursday, October 24, 2002, at 11:28  PM, Bobby A. Jones, Jr. wrote:

The gkrellm binary compiled , but when executed at the command line it gives
a bus error and dies.

[feyd:jonesbo/gkrellm-2.1.0/src] jonesbo# ./gkrellm
GLib: Cannot convert message: Conversion from character set 'UTF-8' to
'en_US' is not supported

(process:2736): Gdk-WARNING **: locale not supported by C library

(process:2736): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Bus error
[feyd:jonesbo/gkrellm-2.1.0/src] jonesbo#

Interesting, another fink developer had this exact problem just today. Not gkrellm specific. His fix was to unset the env var LANG first. You probably have LANG as "en_US" in your environment. I think it is a bug in one of the gtk2 or gnome2 fink packages, as it happens with a number of apps.

-Ben


---
Masanori Sekino
mailto:msek@;users.sourceforge.net



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Reply via email to