From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: Build failure from GIT HEAD Date: Wed, 23 Jul 2008 17:06:32 +0200 Message-ID: <87zlo8bpxj.fsf@bzg.ath.cx> References: <891148.66803.qm@web95007.mail.in2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216825662 31627 80.91.229.12 (23 Jul 2008 15:07:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 15:07:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 17:08:27 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 1KLfwi-0007VH-9k for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 17:08:04 +0200 Original-Received: from localhost ([127.0.0.1]:37064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLfvo-0001K0-W3 for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 11:07:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLfvL-00012L-6R for emacs-devel@gnu.org; Wed, 23 Jul 2008 11:06:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLfvJ-00011O-A6 for emacs-devel@gnu.org; Wed, 23 Jul 2008 11:06:38 -0400 Original-Received: from [199.232.76.173] (port=48703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLfvJ-00011E-2Y for emacs-devel@gnu.org; Wed, 23 Jul 2008 11:06:37 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:10765) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLfvI-0008Ph-K7 for emacs-devel@gnu.org; Wed, 23 Jul 2008 11:06:36 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1169910fgb.30 for ; Wed, 23 Jul 2008 08:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type:sender; bh=cdudyDS4jzzw388no5T6kTrlguvJK6fUy7iqhHq06j0=; b=AXj5LzM2tReaInxN2GRjPx2ComP5dN+TB2rAVAUh+XTzxFYv19rsUF4F71nbq1BcTA dUy+A4dRczhHTe6KpVlcs17/xjWjrn373vRU5NMmSLST4/VaErsYCbU6MQE3cYtnL6gr XmcClH0eAH/KiGt8pr+9Zxvd0HDWdmYCayxHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:sender; b=USjDbNzF0YpmPT+/ZTJj0URc0SUxZlEuALXTR6lENqfydh2SGlTOvQ9uuzUsAozoPU Xl7VBGvp4s9pKiTZejjNpyzL1z/oRerWkheR4ejfkUR4ZZCy+1I+P/Mto0bZU0WO3WqI 62N8M9RY0tnJ5vEFmVCHc7Lf1pPsvIaMCfq+M= Original-Received: by 10.86.74.15 with SMTP id w15mr183901fga.8.1216825595505; Wed, 23 Jul 2008 08:06:35 -0700 (PDT) Original-Received: from bzg.ath.cx ( [90.35.197.177]) by mx.google.com with ESMTPS id 12sm2002681fgg.0.2008.07.23.08.06.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jul 2008 08:06:34 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 82F75158166; Wed, 23 Jul 2008 17:06:32 +0200 (CEST) In-Reply-To: <891148.66803.qm@web95007.mail.in2.yahoo.com> (dhruva@ymail.com's message of "Tue, 22 Jul 2008 14:05:25 +0530 (IST)") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:101315 Archived-At: dhruva writes: > Build from GIT HEAD fails (on GNU/Linux and WXP) due to a missing > paren in lisp/vc-dir.el. The following patch fixes the issue. I've already fixed this in Emacs CVS. I guess the git repo will reflect this change soon. Thanks, > diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el > index 1069f40..755101d 100644 > --- a/lisp/vc-dir.el > +++ b/lisp/vc-dir.el > @@ -776,7 +776,7 @@ If it is a file, return the corresponding cons for the file > (when (eq vc-dir-backend 'CVS) > ;; FIXME: Warning: UGLY HACK. The CVS backend caches the state > ;; info, this forces the backend to update it.. > - (vc-call-backend vc-dir-backend 'registered fname)) > + (vc-call-backend vc-dir-backend 'registered fname))) > (state (vc-call-backend vc-dir-backend 'state fname)) > (extra (vc-call-backend vc-dir-backend > 'status-fileinfo-extra fname))) -- Bastien