emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bootstrapping fails in EMACS_22_BASE


From: Sven Joachim
Subject: Re: Bootstrapping fails in EMACS_22_BASE
Date: Sat, 05 Jan 2008 18:48:30 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

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  <address@hidden>

        * vc-bzr.el: Fix typo in header.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]