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: Bootstrapping fails in EMACS_22_BASE Date: Sat, 05 Jan 2008 17:07:50 +0100 Message-ID: <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 1199549265 13045 80.91.229.12 (5 Jan 2008 16:07:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 16:07:45 +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 17:08:05 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 1JBBZ4-0008Qc-J6 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 17:08:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBBYh-00048c-Td for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 11:07:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBBYD-0003nl-1e for emacs-devel@gnu.org; Sat, 05 Jan 2008 11:07:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBBYC-0003my-Eb for emacs-devel@gnu.org; Sat, 05 Jan 2008 11:07:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBBYC-0003mo-55 for emacs-devel@gnu.org; Sat, 05 Jan 2008 11:07:08 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBBYB-000404-Uu for emacs-devel@gnu.org; Sat, 05 Jan 2008 11:07:08 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBBYB-000519-Mb for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 11:07:07 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBBY8-0003zX-Ev for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 11:07:07 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JBBY8-0003ys-0O for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 11:07:04 -0500 Original-Received: (qmail invoked by alias); 05 Jan 2008 16:07:01 -0000 Original-Received: from p548662C3.dip.t-dialin.net (EHLO debian) [84.134.98.195] by mail.gmx.net (mp048) with SMTP; 05 Jan 2008 17:07:01 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18IX/4xCFUIBwnULKI9Y0eh+QTHNBZK80jrWmv18W ZO3doTuwkX/+pT 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, seldom 2.4 (older, 4) 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:86190 gmane.emacs.pretest.bugs:20511 Archived-At: 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