unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 15805@debbugs.gnu.org
Subject: bug#15805: 24.3.50; path to lisp/language?
Date: Tue, 05 Nov 2013 16:29:49 +0900	[thread overview]
Message-ID: <b4mppqf1f2q.fsf@jpl.org> (raw)
In-Reply-To: <b4meh6vg4hw.fsf@jpl.org>

Eli Zaretskii wrote:
>> Date: Tue, 05 Nov 2013 07:56:59 +0900
>> From: Katsumi Yamaoka <yamaoka@jpl.org>
>>
>> $ emacs -Q
>> Cannot open load file: No such file or directory, japan-util
>>
>> $ export LC_ALL=C; export LANG=C; emacs -Q
>> It runs.
>> And "/usr/local/share/emacs/24.3.50/lisp/language" is found in
>> `load-path'.  But, er, it seems to be missing initially.

> Please step through Fload with a debugger, and see what is going wrong
> there.  Most probably, something is wrong in 'openp'.  I don't have
> access to as system with ja_JP locale to do this myself.

Thanks.
I found what loads japan-util is `normal-top-level'.  In addition,
lisp/subdirs.el hasn't yet been evaluated at that time.  Here's
an xbacktrace:

(gdb) r -Q
Starting program: /Work/emacs-24.3.50/src/emacs -Q
[New Thread 10568.0x2c90]
[New Thread 10568.0x2968]
[New Thread 10568.0x2ec0]
[New Thread 10568.0x2914]
[New Thread 10568.0x37b0]
[New Thread 10568.0x1de8]
[New Thread 10568.0x145c]
[New Thread 10568.0x37d4]

Breakpoint 3, Fload (file=file@entry=6349529, noerror=noerror@entry=8468506, 
    nomessage=8468530, nosuffix=nosuffix@entry=8468506, must_suffix=8468530)
    at lread.c:1044
1044    {
(gdb) xbacktrace
"require" (0x22a558)
"set-language-environment" (0x22a6d8)
"set-locale-environment" (0x22a868)
"normal-top-level" (0x22a9a0)
(gdb) c
Continuing.
[Thread 10568.0x145c exited with code 0]
[New Thread 10568.0x3aa8]
[New Thread 10568.0x4104]
[New Thread 10568.0x4024]
Cannot open load file: No such file or directory, japan-util
[...]





  reply	other threads:[~2013-11-05  7:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04 22:56 bug#15805: 24.3.50; path to lisp/language? Katsumi Yamaoka
2013-11-05  3:47 ` Eli Zaretskii
2013-11-05  7:29   ` Katsumi Yamaoka [this message]
2013-11-05 16:19     ` Eli Zaretskii
2013-11-05 22:41       ` Katsumi Yamaoka
2013-11-06  3:48         ` 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=b4mppqf1f2q.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=15805@debbugs.gnu.org \
    --cc=eliz@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).