unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrapping fails in EMACS_22_BASE
@ 2008-01-05 16:07 Sven Joachim
  2008-01-05 17:48 ` Sven Joachim
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2008-01-05 16:07 UTC (permalink / raw)
  To: emacs-pretest-bug

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
`----

This is with LANG=de_DE.UTF-8 and LC_COLLATE=C, if that's important.
A week ago bootstrapping worked fine, though.

Sven

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bootstrapping fails in EMACS_22_BASE
  2008-01-05 16:07 Bootstrapping fails in EMACS_22_BASE Sven Joachim
@ 2008-01-05 17:48 ` Sven Joachim
  2008-01-05 18:11   ` Romain Francoise
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2008-01-05 17:48 UTC (permalink / raw)
  To: emacs-pretest-bug

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bootstrapping fails in EMACS_22_BASE
  2008-01-05 17:48 ` Sven Joachim
@ 2008-01-05 18:11   ` Romain Francoise
  0 siblings, 0 replies; 3+ messages in thread
From: Romain Francoise @ 2008-01-05 18:11 UTC (permalink / raw)
  To: Sven Joachim; +Cc: emacs-pretest-bug

Sven Joachim <svenjoac@gmx.de> writes:

> 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
>
> 	* vc-bzr.el: Fix typo in header.

Thanks, installed.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-05 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05 16:07 Bootstrapping fails in EMACS_22_BASE Sven Joachim
2008-01-05 17:48 ` Sven Joachim
2008-01-05 18:11   ` Romain Francoise

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).