[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: make bootstrap error
From:
Masaru Nomiya
Subject:
Re: make bootstrap error
Date:
2017年7月30日 21:42:59 +0900
User-agent:
Wanderlust/2.15.9 (Almost Unreal) Emacs/26.0 Mule/6.0 (HANACHIRUSATO)
Hello,
In the Message;
Subject : Re: make bootstrap error
Message-ID : <address@hidden>
Date & Time: 2017年7月30日 20:35:06 +0900 (JST)
Tino Calancha <address@hidden> has written:
> On 2017年7月30日, Tino Calancha wrote:
> >
> >
> > On 2017年7月30日, Masaru Nomiya wrote:
> >
> >> Hello,
> >>
> >> With the very latest git, I got 'make bootstrap error';
> > After commit 6f6639d6ed6c6314b2643f6c22498fc2e23d34c7
> > ls-lisp.el requires 'em-glob. When eshell package is
> > compiled, teh following file is generated:
> > esh-groups.el
> >
> > but ls-lisp.el is compiled _before_ eshell, so that
> > esh-groups.el doesn't exist yet.
> I moved the "(require 'em-glob)" inside `ls-lisp--dired'
> to not break the build.
> Commit c8f44e4b53c40dfea1c83ad0ff3bd653e72c4f4e
> (ls-lisp: Do not require em-glob at top of the file ...)
> It works for my in Debian GNU/Linux 9.
Confirmed.
Thanks,
----
M. Nomiya