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: Re: Emacs 23.3 released Date: Sat, 12 Mar 2011 01:03:36 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299888270 28730 80.91.229.12 (12 Mar 2011 00:04:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 00:04:30 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 01:04:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PyCJj-0008To-PF for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2011 01:04:23 +0100 Original-Received: from localhost ([127.0.0.1]:45811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyCJj-0006CT-5o for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2011 19:04:23 -0500 Original-Received: from [140.186.70.92] (port=41948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyCJd-0006C9-Sx for emacs-devel@gnu.org; Fri, 11 Mar 2011 19:04:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyCJc-0001be-VE for emacs-devel@gnu.org; Fri, 11 Mar 2011 19:04:18 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:54091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyCJc-0001bY-Os for emacs-devel@gnu.org; Fri, 11 Mar 2011 19:04:16 -0500 Original-Received: by gxk23 with SMTP id 23so425857gxk.0 for ; Fri, 11 Mar 2011 16:04:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=KdvwZeYOtk0hePaH2zRLGUVCzkXeFukmyTkT3lQp1gM=; b=fFUueOmknCDx/VDhWXoLgf5fQA78FHcHKJl1bRWLI4hu0tjviDozb3wvn+fKCXg/ym I0mTOFkZe8hZDoINhJn83Hv+exc3wTpnyjjU9YMw7E5aqIzfbe4CByFgCpBPGeEalxpN Uu1mmAwLF8kjKO6kcVwYgbESn1CjRO1WOLETI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=aBmSCnHoDc9+/V9Zv3YpdOX+sY0E2Z9aEEjHe7Xqfx2AWkFQsq3f0y4fIFkX8O+jBF +rPUn7gf1WdKUPO1ZAgDRkKE08edJjabkwwSw34OOswLzphtiugf7pVErtNHP3IErFev vbZAGoJnu7FbGRto9FsidzSYJqNlL0JiiLitI= Original-Received: by 10.236.76.229 with SMTP id b65mr96305yhe.3.1299888256126; Fri, 11 Mar 2011 16:04:16 -0800 (PST) Original-Received: by 10.147.137.2 with HTTP; Fri, 11 Mar 2011 16:03:36 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137131 Archived-At: On Sat, Mar 12, 2011 at 00:03, Andreas Schwab wrote= : > Stefan Monnier writes: > >> So, no I haven't touched ldefs-boot.el > > That's your problem. Certainly, copying the trunk's ldefs-boot.el to lexbind-new/lisp helps; with it, bootstrap does not emit weird messages and does not hang. Bootstrapping still fails, though, with this: make[1]: Leaving directory `C:/emacs/lexbind-new/lib-src' make[1]: *** No rule to make target `../lisp/files.elc', needed by `DOC'. = Stop. make: *** [all-other-dirs-gmake] Error 2 because files.el has not been compiled: Lisp nesting exceeds `max-lisp-eval-depth' =C2=A0 =C2=A0 Juanma