From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Sun, 04 Oct 2015 09:36:21 +0300 Message-ID: <837fn32l96.fsf@gnu.org> References: <83io6qap6y.fsf@gnu.org> <83vbaq8quk.fsf@gnu.org> <837fn68fsj.fsf@gnu.org> <83k2r55mke.fsf@gnu.org> <83fv1t5fij.fsf@gnu.org> <8337xt5bt0.fsf@gnu.org> <83mvw04aff.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443940606 16112 80.91.229.3 (4 Oct 2015 06:36:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Oct 2015 06:36:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 04 08:36:35 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZicuP-0004zw-Vd for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2015 08:36:34 +0200 Original-Received: from localhost ([::1]:41410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZicuP-0000om-49 for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2015 02:36:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZicuM-0000of-0d for emacs-devel@gnu.org; Sun, 04 Oct 2015 02:36:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZicuI-0002od-Pi for emacs-devel@gnu.org; Sun, 04 Oct 2015 02:36:29 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:48870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZicuI-0002oD-Hh for emacs-devel@gnu.org; Sun, 04 Oct 2015 02:36:26 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NVO00600NK5SQ00@mtaout25.012.net.il> for emacs-devel@gnu.org; Sun, 04 Oct 2015 09:33:43 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVO004T2NK74420@mtaout25.012.net.il>; Sun, 04 Oct 2015 09:33:43 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190845 Archived-At: > From: Juanma Barranquero > Date: Sat, 3 Oct 2015 23:17:44 +0200 > Cc: Emacs developers > > > 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 \\/' Is your Sed an MSYS program or a MinGW program? The one MSYS Bash finds should be an MSYS program. > 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 Please say "make V=1" again and show the full command that hides behind "ELC". I don't remember ever seeing such problems. What does type make say if invoked from the MSYS Bash prompt where you are running the build?