From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28660 invoked by alias); 5 Jun 2009 04:37:16 -0000 Received: (qmail 28650 invoked by uid 22791); 5 Jun 2009 04:37:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM X-Spam-Check-By: sourceware.org Received: from nwd2mail10.analog.com (HELO nwd2mail10.analog.com) (137.71.25.55) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Jun 2009 04:37:10 +0000 Received: from nwd2hubcas2.ad.analog.com ([10.64.73.30]) by nwd2mail10.analog.com with ESMTP; 05 Jun 2009 00:37:08 -0400 Received: from nwd2exm4.ad.analog.com (10.64.53.123) by NWD2HUBCAS2.ad.analog.com (10.64.73.30) with Microsoft SMTP Server id 8.1.358.0; Fri, 5 Jun 2009 00:37:08 -0400 Received: from nwd2exm20.ad.analog.com ([10.64.73.20]) by nwd2exm4.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 5 Jun 2009 00:37:08 -0400 Received: from chinexm1.ad.analog.com ([10.99.27.42]) by nwd2exm20.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 5 Jun 2009 00:37:08 -0400 Received: from [10.99.29.100] ([10.99.29.100]) by chinexm1.ad.analog.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 5 Jun 2009 12:37:04 +0800 Message-ID: <4A28A0EF.1090603@analog.com> Date: Fri, 05 Jun 2009 04:37:00 -0000 From: Jie Zhang User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: gdb@sourceware.org CC: Jie Zhang , Ulrich Weigand , Ken Werner Subject: Re: cvs checkout aborted@version.in References: <200906031646.n53GkcHh019027@d12av02.megacenter.de.ibm.com> <4A279CEF.8010902@analog.com> <20090604140150.GA31916@caradoc.them.org> <4A27DB82.3020202@analog.com> In-Reply-To: <4A27DB82.3020202@analog.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00046.txt.bz2 Jie Zhang wrote: > Daniel Jacobowitz wrote: >> On Thu, Jun 04, 2009 at 06:07:43PM +0800, Jie Zhang wrote: >>> Ulrich Weigand wrote: >>>> Daniel Jacobowitz wrote: >>>>> On Wed, Jun 03, 2009 at 04:37:09PM +0200, Ken Werner wrote: >>>>>> Ken Werner wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I get the following error when checkout the gdb sources using >>>>>>> "cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb": >>>>>>> >>>>>>> cvs [checkout aborted]: head attribute does not match file for >>>>>>> `/cvs/src/src/gdb/version.in,v' >>>>>> Could that be related? >>>>>> http://sources.redhat.com/ml/overseers/2009-q2/msg00065.html >>>>> Likely. Try now? >>>> It's working for me again ... >>>> >>> It still does not work for me. >>> >>> But it works when checking out from my local rsync mirror. >> >> It does for me. Could you try again? >> > It works for me now. Thanks! > Update on this issue. I run "cvs up" in src/gdb/, there is no error but version.in does not get updated: $ cvs -q up -A $ cat version.in 6.8.50.20090604-cvs I did a fresh checkout of gdb, I saw the "head attribute" error again. Jie