GNU bug report logs -
#6401
Failure in loading charset map: JISX0208
Previous Next
Reported by: Sigve Berge Hofland <sigve <at> hofland.no>
Date: Fri, 11 Jun 2010 12:53:01 UTC
Severity: important
Fixed in version 24.2
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 6401 <at> debbugs.gnu.org (full text, mbox):
I had the same problem. Here's what seems to be going on:
charset.c is looking in Vdata_directory/charsets.
Vdata_directory gets set in callproc.c:
char *data_dir = egetenv ("EMACSDATA");
...
Vdata_directory
= Ffile_name_as_directory (build_string (data_dir ? data_dir
: PATH_DATA));
I ran make from a shell buffer inside a carbon emacs process. EMACSDATA, as well as several other such variables, are set:
$ env |grep ^EMACS
EMACSDATA=/Applications/Emacs.app/Contents/Resources/etc
EMACSPATH=/Applications/Emacs.app/Contents/MacOS/libexec:/Applications/Emacs.app/Contents/MacOS/bin
EMACS=t
EMACSLOADPATH=/Applications/Emacs.app/Contents/Resources/site-lisp:/Applications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Contents/Resources/leim
EMACSDOC=/Applications/Emacs.app/Contents/Resources/etc
I unset EMACSDATA (and a few others, for the heck of it), and the build succeeded.
Cheers,
Tim
This bug report was last modified 12 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.