emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: make bootstrap failed


From: Katsumi Yamaoka
Subject: Re: make bootstrap failed
Date: Fri, 05 Mar 2004 19:50:20 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hi,

I fed the following message into the Gmane news2mail gateway
yesterday to be sent to address@hidden, however it
doesn't appear in the Gmane newsgroup yet.

>>>>> In <address@hidden> Katsumi Yamaoka wrote:

> Hi,

> When I performed `make bootstrap' on Emacs CVS head from
> scratch, it stopped with the following error:

> [...]
> for el in /Work/emacs/lisp/emacs-lisp/byte-opt.el 
> /Work/emacs/lisp/emacs-lisp/bytecomp.el /Work/emacs/lisp/subr.el 
> /Work/emacs/lisp/progmodes/cc-mode.el /Work/emacs/lisp/progmodes/cc-vars.el 
> $els; do \
>   if test -f $el; \
>   then \
>     echo Compiling $el; \
>     EMACSLOADPATH=/Work/emacs/lisp ../src/bootstrap-emacs -batch 
> --no-site-file --multibyte -f batch-byte-compile-if-not-done $el || exit 1; \
>   fi \
> done
> Compiling /Work/emacs/lisp/emacs-lisp/byte-opt.el
> Cannot open load file: japan-util

It becomes so when the LANG environment variable is ja_JP.eucJP.
If it is C, the error message changes to:

Cannot open load file: bytecomp

> make[1]: *** [compile] error 1
> make[1]: Leaving directory `/Work/emacs/lisp'
> make: *** [bootstrap] error 2

> I don't know why japan-util is required there, but that error
> vanishes by using Makefile.in and lisp/Makefile.in of two days
> ago (before Stefan Monnier changed them).

Regards,
-- 
Katsumi Yamaoka <address@hidden>




reply via email to

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