all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Failure to bootstrap on Windows
Date: Sat, 3 Oct 2015 23:17:44 +0200	[thread overview]
Message-ID: <CAAeL0SRm9fFy4yDdx=73sbUgB0masoJKTLu5=+cu7iwpzT4PKQ@mail.gmail.com> (raw)
In-Reply-To: <83mvw04aff.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2743 bytes --]

On Sat, Oct 3, 2015 at 10:35 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> The question is why.  My first suspect is the file lisp.mk.  It should
> define the value of the Make variable shortlisp to hold a long list of
> preloaded Lisp files -- these are the ones that should have been
> compiled at that step.  I'm guessing that file is empty on your
> system, or maybe garbled.

And you're right:

$ cat lisp.mk
shortlisp = \

> If you decide to remove lisp.mk and regenerate it, please use
> "make V=1", so you could see if the command issued by Make has
> anything weird in it.

$ rm lisp.mk

$ make V=1 lisp.mk
  GEN      lisp.mk
sed: -e expression #1, char 11: unterminated `s' command
make: 'lisp.mk' is up to date.

It complains at the \\ in

    sed -e 's/$$/.elc \\/'

After changing src/Makefile.in so it generates a valid lisp.mk,
bootstrapping goes a bit further:

mv -f emacs.exe bootstrap-emacs.exe
c:/Devel/emacs/build/bin/make -C ../lisp compile-first
EMACS="../src/bootstrap-emacs.exe"
make[2]: Entering directory 'c:/Devel/emacs/repo/fresh/lisp'
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
  ELC      emacs-lisp/autoload.elc
make[2]: Leaving directory 'c:/Devel/emacs/repo/fresh/lisp'
c:/Devel/emacs/build/bin/make -C ../lisp autoloads
EMACS="../src/bootstrap-emacs.exe"
make[2]: Entering directory 'c:/Devel/emacs/repo/fresh/lisp'
  GEN      calendar/cal-loaddefs.el
  GEN      calendar/diary-loaddefs.el
  GEN      calendar/hol-loaddefs.el
  GEN      mh-e/mh-loaddefs.el
  GEN      net/tramp-loaddefs.el
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede
./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine
./cedet/semantic/decorate ./cedet/semantic/symre
f ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc
./eshell ./gnus ./international ./language ./leim ./leim/quail ./mail
./mh-e ./net ./nxml ./org ./play ./pr
ogmodes ./textmodes ./url ./vc
  GEN      loaddefs.el
Making generated-autoload-file local to  *autoload-file* while let-bound!
make[2]: Leaving directory 'c:/Devel/emacs/repo/fresh/lisp'
make[2]: Entering directory 'c:/Devel/emacs/repo/fresh/lisp'
  ELC      ../lisp/abbrev.elc
/usr/bin/sh: ../src/bootstrap-emacs.exe THEFILE=../lisp/abbrev.el: No such
file or directory
Makefile:269: recipe for target '../lisp/abbrev.elc' failed
make[2]: *** [../lisp/abbrev.elc] Error 127
make[2]: Leaving directory 'c:/Devel/emacs/repo/fresh/lisp'
Makefile:693: recipe for target '../lisp/abbrev.elc' failed
make[1]: *** [../lisp/abbrev.elc] Error 2
make[1]: Leaving directory 'c:/Devel/emacs/repo/fresh/src'
Makefile:398: recipe for target 'src' failed
make: *** [src] Error 2

[-- Attachment #2: Type: text/html, Size: 4103 bytes --]

  parent reply	other threads:[~2015-10-03 21:17 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30  8:29 Failure to bootstrap on Windows Juanma Barranquero
2015-10-01  9:55 ` Eli Zaretskii
2015-10-01 14:07   ` Juanma Barranquero
2015-10-01 16:47     ` Dani Moncayo
2015-10-01 21:34       ` Juanma Barranquero
2015-10-01 17:02     ` Eli Zaretskii
2015-10-01 20:52       ` Juanma Barranquero
2015-10-01 21:01         ` Eli Zaretskii
2015-10-01 21:45           ` Juanma Barranquero
2015-10-02  6:41             ` Eli Zaretskii
2015-10-02  7:13               ` Juanma Barranquero
2015-10-02  8:36                 ` Eli Zaretskii
2015-10-02  9:58                   ` Juanma Barranquero
2015-10-02 10:14                     ` Eli Zaretskii
2015-10-02 10:21                       ` Juanma Barranquero
2015-10-02 15:15             ` Eli Zaretskii
2015-10-02 15:45               ` Juanma Barranquero
2015-10-02 17:47                 ` Eli Zaretskii
2015-10-02 18:48                   ` Juanma Barranquero
2015-10-02 19:07                     ` Eli Zaretskii
2015-10-02 21:49                       ` Juanma Barranquero
2015-10-03  8:35                         ` Eli Zaretskii
2015-10-03 10:01                           ` Eli Zaretskii
2015-10-03 21:17                           ` Juanma Barranquero [this message]
2015-10-04  2:53                             ` Juanma Barranquero
2015-10-04  6:56                               ` Eli Zaretskii
2015-10-04 10:07                                 ` Juanma Barranquero
2015-10-04 10:18                                   ` Werner LEMBERG
2015-10-04 11:00                                     ` Eli Zaretskii
2015-10-04 11:48                                     ` Juanma Barranquero
2015-10-04 10:59                                   ` Eli Zaretskii
2015-10-04 11:51                                     ` Juanma Barranquero
2015-10-04 12:02                                       ` Eli Zaretskii
2015-10-04 14:41                                         ` Stephen Leake
2015-10-04 16:56                                           ` Eli Zaretskii
2015-10-04  6:36                             ` Eli Zaretskii
2015-10-02  8:37 ` martin rudalics
2015-10-02  9:37   ` Juanma Barranquero
2015-10-02  9:52     ` martin rudalics
2015-10-02 13:01     ` Stephen Leake
2015-10-02 13:32       ` Juanma Barranquero
2015-10-02 13:55     ` Eli Zaretskii
2015-10-02 15:02       ` Juanma Barranquero
2015-10-02 15:20         ` Eli Zaretskii
2015-10-02 15:31           ` Juanma Barranquero
2015-10-02 16:23           ` martin rudalics
2015-10-02 18:03             ` Eli Zaretskii
2015-10-03  8:31               ` martin rudalics
2015-10-03 10:00                 ` Eli Zaretskii
2015-10-02 10:04   ` 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

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

  git send-email \
    --in-reply-to='CAAeL0SRm9fFy4yDdx=73sbUgB0masoJKTLu5=+cu7iwpzT4PKQ@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.