From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Bootstrapping fails in EMACS_22_BASE Date: Sat, 05 Jan 2008 18:48:30 +0100 Message-ID: <873atcupsh.fsf@gmx.de> References: <87hchsuug9.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199555414 31731 80.91.229.12 (5 Jan 2008 17:50:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 17:50:14 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 18:50:34 2008 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.50) id 1JBDAG-0007z5-7d for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 18:50:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBD9t-0008MI-KB for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 12:50:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBD9i-0008Ip-E6 for emacs-devel@gnu.org; Sat, 05 Jan 2008 12:49:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBD9g-0008Hd-F6 for emacs-devel@gnu.org; Sat, 05 Jan 2008 12:49:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBD9g-0008HX-5T for emacs-devel@gnu.org; Sat, 05 Jan 2008 12:49:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBD9f-0001Oa-MI for emacs-devel@gnu.org; Sat, 05 Jan 2008 12:49:55 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBD9e-0000lP-UC for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 12:49:55 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBD7Y-0000yb-4q for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 12:47:47 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JBD7X-0000yF-Mm for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 12:47:44 -0500 Original-Received: (qmail invoked by alias); 05 Jan 2008 17:47:42 -0000 Original-Received: from p54864E5C.dip.t-dialin.net (EHLO debian) [84.134.78.92] by mail.gmx.net (mp021) with SMTP; 05 Jan 2008 18:47:42 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18ilvo6NWAiHgW410XDUp9o3osb8XMoW7xd4E4wa3 F7AvRor23ZraJO In-Reply-To: <87hchsuug9.fsf@gmx.de> (Sven Joachim's message of "Sat, 05 Jan 2008 17:07:50 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86201 gmane.emacs.pretest.bugs:20512 Archived-At: On 2008-01-05 17:07 +0100, Sven Joachim wrote: > Bootstrapping Emacs 22 fails with the following error: > > ,---- > | Generating autoloads for url/url-vars.el... > | Generating autoloads for url/url-vars.el...done > | Generating autoloads for url/vc-dav.el... > | Generating autoloads for url/vc-dav.el...done > | Saving file /usr/local/src/emacs/lisp/loaddefs.el... > | Symbol's value as variable is void: LC > | make[2]: *** [autoloads] Fehler 255 > | make[2]: Leaving directory `/usr/local/src/emacs/lisp' > | make[1]: *** [bootstrap-build] Fehler 2 > | make[1]: Leaving directory `/usr/local/src/emacs' > | make: *** [bootstrap] Fehler 2 > `---- The following change fixes this: --8<---------------cut here---------------start------------->8--- --- vc-bzr.el 05 Jan 2008 16:21:39 +0100 1.11.2.10 +++ vc-bzr.el 05 Jan 2008 18:12:22 +0100 @@ -15,7 +15,7 @@ ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of -LC;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License --8<---------------cut here---------------end--------------->8--- ChangeLog entry: 2008-01-05 Sven Joachim * vc-bzr.el: Fix typo in header.