From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Bootstrap broken on MS-Windows Date: Mon, 11 Mar 2013 20:33:06 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1363030396 4940 80.91.229.3 (11 Mar 2013 19:33:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Mar 2013 19:33:16 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 11 20:33:39 2013 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 1UF8Ta-0006BO-QM for ged-emacs-devel@m.gmane.org; Mon, 11 Mar 2013 20:33:38 +0100 Original-Received: from localhost ([::1]:45131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8TE-0000Ln-G5 for ged-emacs-devel@m.gmane.org; Mon, 11 Mar 2013 15:33:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8T9-0000EM-0n for emacs-devel@gnu.org; Mon, 11 Mar 2013 15:33:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF8T6-0004lG-NR for emacs-devel@gnu.org; Mon, 11 Mar 2013 15:33:10 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:52011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8T6-0004ks-Go for emacs-devel@gnu.org; Mon, 11 Mar 2013 15:33:08 -0400 Original-Received: by mail-la0-f42.google.com with SMTP id fe20so4368344lab.1 for ; Mon, 11 Mar 2013 12:33:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=TuJ4BP/qFNUMTxlkEzYj0Hr1aVGSAosrC4izM/TRn6k=; b=i6B6iDGLAztgySah6hCf4s8xurIKcxq5kfv+/RqJUCH56wUlOHKcI34wmFS/9MX/K5 3nQVx+RGvdshO6ZY1qvs5tB8FsbXoJQMa8bPkGFRUZWaCvIA6XIVVp62W1c/YGEx8YdP jd1sl56TRjAh+WOefhAgxXnDn5GBPABps4KF9vxaCBbN/mxTQatJKUQCp1bF2Rv8Fa0X vX73ZU7tkfL1bzuCBZOhlA5pG3hZv2rnl71xo/95wJbCLT0NMJUUzKJTeA1THh5UiSTk IQzoPRPGTEr+qcNLdLG24jf/LSo6wLmSCanesHLBXF2ASHmN/iMe/8FY83lDg4Md07Sy 8TUA== X-Received: by 10.112.103.196 with SMTP id fy4mr4966698lbb.125.1363030386845; Mon, 11 Mar 2013 12:33:06 -0700 (PDT) Original-Received: by 10.114.29.137 with HTTP; Mon, 11 Mar 2013 12:33:06 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:157743 Archived-At: Hi, I've got the following error while trying to bootstrap the trunk (r112013) on MS-Windows: Dumping from oo/i386/temacs.bin to oo/i386/temacs.exe mingw32-make[3]: Leaving directory 'C:/emacs/trunk/src' mingw32-make[2]: Leaving directory 'C:/emacs/trunk/src' "./oo/i386/temacs.exe" -batch -l loadup bootstrap Loading loadup.el (source)... Using load-path (../lisp c:/emacs/trunk/lisp/emacs-lisp c:/emacs/trunk/lisp/lang uage c:/emacs/trunk/lisp/international c:/emacs/trunk/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Symbol's function definition is void: \` makefile:607: recipe for target 'bootstrap-emacs' failed mingw32-make[1]: *** [bootstrap-emacs] Error -1 mingw32-make[1]: Leaving directory 'C:/emacs/trunk/src' makefile:523: recipe for target 'bootstrap-gmake' failed mingw32-make: *** [bootstrap-gmake] Error 2 Could anyone take a look at this? TIA -- Dani Moncayo