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: subr.el change breaks bootstrapping Date: Wed, 24 May 2006 23:50:49 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148507481 22786 80.91.229.2 (24 May 2006 21:51:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 21:51:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 23:51:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fj1G0-0007fd-VM for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 23:51:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fj1Fz-0000q0-MY for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 17:51:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fj1Fp-0000pv-Ae for emacs-devel@gnu.org; Wed, 24 May 2006 17:50:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fj1Fl-0000pS-6e for emacs-devel@gnu.org; Wed, 24 May 2006 17:50:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fj1Fl-0000pL-3U for emacs-devel@gnu.org; Wed, 24 May 2006 17:50:53 -0400 Original-Received: from [64.233.162.197] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fj1KH-00073G-4F for emacs-devel@gnu.org; Wed, 24 May 2006 17:55:33 -0400 Original-Received: by nz-out-0102.google.com with SMTP id i1so1678420nzh for ; Wed, 24 May 2006 14:50:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QYLGfd6kgMGfb3XA67Tu7MCX9YcH2m2xClhNoHUYdF9fRCl23Lk9DbaA64g4CAQebFdPiwjXM6/dNBNhCpLGQM9PCeqjhh6Z+UZfKxybulKbKMPUAc0UzKEebVuYZbhbHEq8PNFplXg0zzqLiKTChstHJULsuokNmIXYdgHsIBI= Original-Received: by 10.36.72.16 with SMTP id u16mr1353877nza; Wed, 24 May 2006 14:50:49 -0700 (PDT) Original-Received: by 10.37.13.52 with HTTP; Wed, 24 May 2006 14:50:49 -0700 (PDT) Original-To: "Emacs Devel" In-Reply-To: Content-Disposition: inline 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:55227 Archived-At: After the latest batch of changes, I'm still unable to bootstrap. cvs -q update -C cd nt nmake realclean configure nmake bootstrap brings [...] Saving file c:/bin/emacs/HEAD/lisp/loaddefs.el... Loading c:/bin/emacs/HEAD/lisp/vc-cvs.el (source)... Symbol's value as variable is void: dired-mode-map make[1]: *** [autoloads] Error -1 make[1]: Leaving directory `C:/bin/emacs/HEAD/lisp' make: *** [bootstrap-gmake] Error 2 --=20 /L/e/k/t/u