From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build failure on Windows Date: Sun, 05 Mar 2017 17:23:25 +0200 Message-ID: <83fuirkas2.fsf@gnu.org> References: <58BBE663.4020207@gmx.at> <86zih0yoid.fsf@gmail.com> <58BC125E.9090701@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1488727461 6455 195.159.176.226 (5 Mar 2017 15:24:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 5 Mar 2017 15:24:21 +0000 (UTC) Cc: andrewjmoreton@gmail.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 05 16:24:15 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckY16-0000VJ-EY for ged-emacs-devel@m.gmane.org; Sun, 05 Mar 2017 16:24:12 +0100 Original-Received: from localhost ([::1]:39126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckY1A-0004eX-SW for ged-emacs-devel@m.gmane.org; Sun, 05 Mar 2017 10:24:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckY0Z-0004eL-6W for emacs-devel@gnu.org; Sun, 05 Mar 2017 10:23:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckY0V-0005Eg-Od for emacs-devel@gnu.org; Sun, 05 Mar 2017 10:23:39 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckY0V-0005EX-LE; Sun, 05 Mar 2017 10:23:35 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1404 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ckY0U-0000si-MB; Sun, 05 Mar 2017 10:23:35 -0500 In-reply-to: <58BC125E.9090701@gmx.at> (message from martin rudalics on Sun, 05 Mar 2017 14:27:58 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:212768 Archived-At: > Date: Sun, 05 Mar 2017 14:27:58 +0100 > From: martin rudalics > > Loading abbrev.el (source)... > Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump" > ) > Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump" > ) > (require cl-lib) while preparing to dump > ln -f emacs.exe bootstrap-emacs.exe > ln: accessing `emacs.exe': No such file or directory > make[1]: *** [emacs.exe] Error 1 > make[1]: Leaving directory `/c/emacs-git/trunk/dbg/src' > make: *** [src] Error 2 > > which means that with every pull I apparently have to bootstrap. I > can't afford that. No need to bootstrap (I never do, as it deletes the old binaries I keep for testing and bisection). What you need is manually byte-compile a few of the Lisp files updated: cl-lib.el, pp.el, re-builder.el, and abbrev.el.