unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tim Daly Jr." <tim@tenkan.org>
To: 6401@debbugs.gnu.org
Subject: bug#6401:
Date: Sun, 20 Nov 2011 18:33:50 -0800	[thread overview]
Message-ID: <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> (raw)
In-Reply-To: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no>

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




  parent reply	other threads:[~2011-11-21  2:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 11:53 bug#6401: Failure in loading charset map: JISX0208 Sigve Berge Hofland
2011-05-24 16:30 ` bug#6401: Sigve Berge Hofland
2011-07-02  1:01   ` bug#6401: Glenn Morris
2011-11-21  2:33 ` Tim Daly Jr. [this message]
2011-11-21 23:31   ` bug#6401: Glenn Morris
2011-11-22  5:38     ` bug#6401: Eli Zaretskii
2011-11-22  7:49       ` bug#6401: Glenn Morris
2011-11-22  8:36         ` bug#6401: Eli Zaretskii
2011-11-22 17:29           ` bug#6401: Glenn Morris
2011-11-22 17:34             ` bug#6401: Tim Daly Jr.
2011-11-22 17:42             ` bug#6401: Glenn Morris
2011-11-22 22:15               ` bug#6401: Glenn Morris
2012-07-10  1:06                 ` bug#6401: Failure in loading charset map: JISX0208 Glenn Morris
2011-11-22 18:08             ` bug#6401: Eli Zaretskii
2011-11-22 17:32           ` bug#6401: Glenn Morris
2011-11-22 18:09             ` bug#6401: Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org \
    --to=tim@tenkan.org \
    --cc=6401@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).