From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Build failure from GIT HEAD Date: Tue, 22 Jul 2008 14:05:25 +0530 (IST) Message-ID: <891148.66803.qm@web95007.mail.in2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1216732027 32373 80.91.229.12 (22 Jul 2008 13:07:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:07:07 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:07:56 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 1KLHaj-0001dZ-Qp for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:07:46 +0200 Original-Received: from localhost ([127.0.0.1]:53312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHZq-0000yp-Ld for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:06:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLDLJ-0004P1-FU for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:35:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLDLI-0004Ni-2r for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:35:32 -0400 Original-Received: from [199.232.76.173] (port=57107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLDLH-0004NR-SD for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:35:31 -0400 Original-Received: from n8a.bullet.tw1.yahoo.com ([119.160.244.195]:22220) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KLDLF-0006cF-Ot for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:35:31 -0400 Original-Received: from [119.160.244.76] by n8.bullet.tw1.yahoo.com with NNFMP; 22 Jul 2008 08:35:26 -0000 Original-Received: from [202.43.196.224] by t1.bullet.tw1.yahoo.com with NNFMP; 22 Jul 2008 08:35:26 -0000 Original-Received: from [203.212.168.60] by t1.bullet.tpe.yahoo.com with NNFMP; 22 Jul 2008 08:35:26 -0000 Original-Received: from [203.104.18.49] by t1.bullet.kr1.yahoo.com with NNFMP; 22 Jul 2008 08:35:26 -0000 Original-Received: from [127.0.0.1] by omp110.mail.in2.yahoo.com with NNFMP; 22 Jul 2008 08:35:26 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 75324.75773.bm@omp110.mail.in2.yahoo.com Original-Received: (qmail 67530 invoked by uid 60001); 22 Jul 2008 08:35:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ImlkbxqhLd020MzUgQCY8auOtNK6jwHBceRCzMc5Wl7qFwhRw3opJTssi+ITU/p6OXXvBkD+M+5hK0BLXFwSLKR+pnq7Zb63hpG/kYxPzxmMGBvSNPtNhHLHtxWyuD+0RfflzYxYP1ClGrVq80jH+g+BTWXh809b2Pq8LzEDJI0=; Original-Received: from [202.3.112.9] by web95007.mail.in2.yahoo.com via HTTP; Tue, 22 Jul 2008 14:05:25 IST X-Mailer: YahooMailRC/1042.40 YahooMailWebService/0.7.218 X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) X-Mailman-Approved-At: Tue, 22 Jul 2008 09:06:47 -0400 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:101182 Archived-At: Hi,=0A Build from GIT HEAD fails (on GNU/Linux and WXP) due to a missing pa= ren in lisp/vc-dir.el. The following patch fixes the issue.=0A=0Adiff --git= a/lisp/vc-dir.el b/lisp/vc-dir.el=0Aindex 1069f40..755101d 100644=0A--- a/= lisp/vc-dir.el=0A+++ b/lisp/vc-dir.el=0A@@ -776,7 +776,7 @@ If it is a file= , return the corresponding cons for the file=0A (when (eq vc-dir-b= ackend 'CVS)=0A ;; FIXME: Warning: UGLY HACK. The CVS backend c= aches the state=0A ;; info, this forces the backend to update it= ..=0A- (vc-call-backend vc-dir-backend 'registered fname))=0A+ = (vc-call-backend vc-dir-backend 'registered fname)))=0A (sta= te (vc-call-backend vc-dir-backend 'state fname))=0A (extra (vc-cal= l-backend vc-dir-backend=0A 'status-fileinf= o-extra fname)))=0A=0A-dhruva=0A=0A=0A=0A Did you know? You can CHAT w= ithout downloading messenger. Go to http://in.webmessenger.yahoo.com/