unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: emacs-pretest-bug@gnu.org
Subject: Re: Bootstrapping fails in EMACS_22_BASE
Date: Sat, 05 Jan 2008 18:48:30 +0100	[thread overview]
Message-ID: <873atcupsh.fsf@gmx.de> (raw)
In-Reply-To: <87hchsuug9.fsf@gmx.de> (Sven Joachim's message of "Sat, 05 Jan 2008 17:07:50 +0100")

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  <svenjoac@gmx.de>

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

  reply	other threads:[~2008-01-05 17:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-05 16:07 Bootstrapping fails in EMACS_22_BASE Sven Joachim
2008-01-05 17:48 ` Sven Joachim [this message]
2008-01-05 18:11   ` Romain Francoise

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873atcupsh.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).