From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Failure to bootstrap on Windows Date: Wed, 30 Sep 2015 10:29:15 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0122f11437c01a0520f2bcaf X-Trace: ger.gmane.org 1443675795 19968 80.91.229.3 (1 Oct 2015 05:03:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 05:03:15 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 07:03:14 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 1ZhW1S-0002gN-36 for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 07:03:14 +0200 Original-Received: from localhost ([::1]:37896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhW1M-00087g-E7 for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 01:03:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhClx-0004jQ-Qh for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:29:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhClw-00064B-HD for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:29:57 -0400 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:36426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhClw-00063z-AR for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:29:56 -0400 Original-Received: by laclj5 with SMTP id lj5so37049392lac.3 for ; Wed, 30 Sep 2015 01:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Q3mUGWHyTRd0aIabciu7+Af33H2BP3kx5PT/GjyxTaI=; b=Fm6MiuGlKBy4vCM9FxZifgAkidrZuXtrSXCs+8h2RuWcBkldr4AOoXluEE60X4v+7N X0Zl4WlraSM1tV85gwUaVWx9M+Ol1ECG8Y2MpMewjPDHWOzhGyNbnNaAHxuyLHhna1kH 0q+e2fcw9sz1tBzUv4ql9ii+xMMhWqFwVXmJIkjIhMHh4jInmsRtbms9NsfEUTjXuUPU Sy661eRpbeBLtINGEGN6M3FCABuRLaLCRHPfhyvggS8WpjLtzwiV2221469kUnt6wIhs Nf94ocdJ2w6RPJTpor1UlXHEWbi/SyVqp4Lr5+RIGeiH8r7pjwjERv8xhAK1SNw6EPha qW4A== X-Received: by 10.152.2.135 with SMTP id 7mr728715lau.62.1443601795495; Wed, 30 Sep 2015 01:29:55 -0700 (PDT) Original-Received: by 10.25.153.4 with HTTP; Wed, 30 Sep 2015 01:29:15 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 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:190497 Archived-At: --089e0122f11437c01a0520f2bcaf Content-Type: text/plain; charset=UTF-8 Hi. I'm trying to bootstrap Emacs on Windows and I'm getting this error: LC_ALL=C ./temacs -batch -l loadup dump Loading loadup.el (source)... Using load-path (c:/Devel/emacs/repo/trunk/lisp) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading window (source)... Loading files.el (source)... Loading emacs-lisp/macroexp... Loading cus-face.el (source)... Loading faces.el (source)... Loading button.el (source)... 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 Makefile:508: recipe for target 'emacs.exe' failed make[1]: *** [emacs.exe] Error -1 make[1]: Leaving directory 'c:/devel/emacs/repo/trunk/src' Makefile:398: recipe for target 'src' failed make: *** [src] Error 2 Is this a known problem? Juanma --089e0122f11437c01a0520f2bcaf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi.

I'm trying to bootst= rap Emacs on Windows and I'm getting this error:

LC_ALL=3DC ./temacs -batch -l loadup dump
Loading loadup.el (s= ource)...
Using load-path (c:/Devel/emacs/repo/trunk/lisp)
<= div>Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/ba= ckquote (source)...
Loading subr (source)...
Loading ve= rsion (source)...
Loading widget (source)...
Loading cu= stom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mul= e-conf (source)...
Loading env (source)...
Loading form= at (source)...
Loading bindings (source)...
Loading win= dow (source)...
Loading files.el (source)...
Loading em= acs-lisp/macroexp...
Loading cus-face.el (source)...
Lo= ading faces.el (source)...
Loading button.el (source)...
Loading loaddefs.el (source)...
Growing hash table to: 105000
Loading emacs-lisp/nadvice.el (source)...
Eager macro-ex= pansion failure: (error "Attempt to autoload gv--defun-declaration whi= le preparing to dump")
Eager macro-expansion failure: (error= "Attempt to autoload gv--defun-declaration while preparing to dump&qu= ot;)
Attempt to autoload gv--defun-declaration while preparing to= dump
Makefile:508: recipe for target 'emacs.exe' failed<= /div>
make[1]: *** [emacs.exe] Error -1
make[1]: Leaving dire= ctory 'c:/devel/emacs/repo/trunk/src'
Makefile:398: recip= e for target 'src' failed
make: *** [src] Error 2


Is this a known problem?

=C2=A0 =C2=A0 Juanma
--089e0122f11437c01a0520f2bcaf--