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: Fri, 02 Oct 2015 11:36:34 +0300 Message-ID: <83fv1t7jl9.fsf@gnu.org> References: <83io6qap6y.fsf@gnu.org> <83vbaq8quk.fsf@gnu.org> <837fn68fsj.fsf@gnu.org> <831tdd93hk.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443778906 20308 80.91.229.3 (2 Oct 2015 09:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 09:41: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 Fri Oct 02 11:41:38 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 1ZhwqN-0000d8-Qp for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 11:41:35 +0200 Original-Received: from localhost ([::1]:58345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhwqN-0006UR-7Q for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 05:41:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhvpf-0004KA-GV for emacs-devel@gnu.org; Fri, 02 Oct 2015 04:36:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhvpc-0002nQ-6p for emacs-devel@gnu.org; Fri, 02 Oct 2015 04:36:47 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:40341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhvpb-0002nD-OS for emacs-devel@gnu.org; Fri, 02 Oct 2015 04:36:44 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NVL00J003W58500@mtaout26.012.net.il> for emacs-devel@gnu.org; Fri, 02 Oct 2015 11:39:32 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVL00ARI41W3H50@mtaout26.012.net.il>; Fri, 02 Oct 2015 11:39:32 +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.182 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:190663 Archived-At: > From: Juanma Barranquero > Date: Fri, 2 Oct 2015 09:13:01 +0200 > Cc: Emacs developers > > > How about this, does it fail in the same way? > > > > $ cd src > > $ ./temacs -Q > > Not the same way: > > $ ./temacs -Q > Loading loadup.el (source)... > Using load-path (c:/Devel/emacs/repo/trunk/lisp) > Loading emacs-lisp/byte-run (source)... > Loading emacs-lisp/byte-run (source)...done > Loading emacs-lisp/backquote (source)... > Loading emacs-lisp/backquote (source)...done > Loading subr (source)... > Loading subr (source)...done > Loading version (source)... > Symbol's function definition is void: pcase Right, that's expected, since your subr.el is not yet compiled. So, back to this: > Loading loaddefs.el (source)... > Growing hash table to: 105000 > Loading emacs-lisp/nadvice.el (source)... > Eager macro-expansion failure: (error "Attempt to autoload > gv--defun-declaration while preparing to dump") > Eager macro-expansion failure: (error "Attempt to autoload > gv--defun-declaration while preparing to dump") > Attempt to autoload gv--defun-declaration while preparing to dump I'm puzzled by that "Growing hash table" thingy, I don't see it here. Is your loaddefs.el in good order? What happens if you copy ldefs-boot.el into loaddefs.el, and try the same temacs command again?