From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [SUCCESS] broken bootstrap build on 2004 Mar 18 Date: 23 Mar 2004 10:12:11 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200403230113.KAA12796@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080056882 26164 80.91.224.253 (23 Mar 2004 15:48:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2004 15:48:02 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 23 16:47:48 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5o84-0005Ks-00 for ; Tue, 23 Mar 2004 16:47:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5o83-0003Nl-01 for ; Tue, 23 Mar 2004 16:47:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5o6U-0004ik-2i for emacs-devel@quimby.gnus.org; Tue, 23 Mar 2004 10:46:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5o65-0004hq-Fp for emacs-devel@gnu.org; Tue, 23 Mar 2004 10:45:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5o5Y-0004bF-TG for emacs-devel@gnu.org; Tue, 23 Mar 2004 10:45:44 -0500 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5nye-0003Qh-Q1 for emacs-devel@gnu.org; Tue, 23 Mar 2004 10:38:04 -0500 Original-Received: from empanada.local ([67.68.216.177]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040323151210.TVHQ29330.simmts7-srv.bellnexxia.net@empanada.local>; Tue, 23 Mar 2004 10:12:10 -0500 Original-Received: by empanada.local (Postfix, from userid 502) id 799EF1405A1; Tue, 23 Mar 2004 10:12:11 -0500 (EST) Original-To: bob@rattlesnake.com In-Reply-To: Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20798 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20798 > ## which generated an error: > Loading vc-cvs... > Loading vc-arch... > Wrong type argument: stringp, nil > make[1]: *** [autoloads] Error 255 > make[1]: Leaving directory `/usr/local/src/emacs-test/lisp' > make: *** [bootstrap] Error 2 Did you check out from Arch or from CVS? If not from Arch, I'd be interested to know if other people see vc-arch being loaded as well, because that's a bug. > Loading vc-arch... > File leim-list.el was lost; check out from version control? (yes or no) yes vc-arch.el has a bug that causes the above question to which a "yes" answer leads to an error: you should respond "no" (or rather Emacs shouldn't ask the question in the first place). Stefan