Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* cvs checkout aborted at version.in
@ 2009-06-03  7:10 Ken Werner
  2009-06-03 14:37 ` Ken Werner
  0 siblings, 1 reply; 10+ messages in thread
From: Ken Werner @ 2009-06-03  7:10 UTC (permalink / raw)
  To: gdb

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'

It looks like the version is automatically incremented by gdbadmin. Did I 
something wrong here or are there any known issues?

Thanks
Ken


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted at version.in
  2009-06-03  7:10 cvs checkout aborted at version.in Ken Werner
@ 2009-06-03 14:37 ` Ken Werner
  2009-06-03 15:33   ` Daniel Jacobowitz
  0 siblings, 1 reply; 10+ messages in thread
From: Ken Werner @ 2009-06-03 14:37 UTC (permalink / raw)
  To: gdb

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

-ken


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted at version.in
  2009-06-03 14:37 ` Ken Werner
@ 2009-06-03 15:33   ` Daniel Jacobowitz
  2009-06-03 16:46     ` cvs checkout aborted@version.in Ulrich Weigand
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Jacobowitz @ 2009-06-03 15:33 UTC (permalink / raw)
  To: Ken Werner; +Cc: gdb

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?

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-03 15:33   ` Daniel Jacobowitz
@ 2009-06-03 16:46     ` Ulrich Weigand
  2009-06-04 10:08       ` Jie Zhang
  0 siblings, 1 reply; 10+ messages in thread
From: Ulrich Weigand @ 2009-06-03 16:46 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: Ken Werner, gdb

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 ...

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-03 16:46     ` cvs checkout aborted@version.in Ulrich Weigand
@ 2009-06-04 10:08       ` Jie Zhang
  2009-06-04 10:42         ` Ken Werner
  2009-06-04 14:02         ` Daniel Jacobowitz
  0 siblings, 2 replies; 10+ messages in thread
From: Jie Zhang @ 2009-06-04 10:08 UTC (permalink / raw)
  To: Ulrich Weigand; +Cc: Daniel Jacobowitz, Ken Werner, gdb

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.


Jie


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-04 10:08       ` Jie Zhang
@ 2009-06-04 10:42         ` Ken Werner
  2009-06-04 13:30           ` Jie Zhang
  2009-06-04 14:02         ` Daniel Jacobowitz
  1 sibling, 1 reply; 10+ messages in thread
From: Ken Werner @ 2009-06-04 10:42 UTC (permalink / raw)
  To: Jie Zhang, gdb, Daniel Jacobowitz, Ulrich Weigand

On Thursday 04 June 2009 12:07:43 pm you 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.

It doesn't work for me either. The checkout still fails with the error 
mentioned above. Thanks for looking into this.

-ken


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-04 10:42         ` Ken Werner
@ 2009-06-04 13:30           ` Jie Zhang
  0 siblings, 0 replies; 10+ messages in thread
From: Jie Zhang @ 2009-06-04 13:30 UTC (permalink / raw)
  To: Ken Werner; +Cc: gdb, Daniel Jacobowitz, Ulrich Weigand

Ken Werner wrote:
> On Thursday 04 June 2009 12:07:43 pm you 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.
> 
> It doesn't work for me either. The checkout still fails with the error 
> mentioned above. Thanks for looking into this.
> 
The same error happened before for gcc and binutils:

http://gcc.gnu.org/ml/gcc/2000-12/msg00633.html

http://sourceware.org/ml/binutils/2002-11/msg00433.html

But I don't know if it is the same cause as before.


Jie


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-04 10:08       ` Jie Zhang
  2009-06-04 10:42         ` Ken Werner
@ 2009-06-04 14:02         ` Daniel Jacobowitz
  2009-06-04 14:35           ` Jie Zhang
  1 sibling, 1 reply; 10+ messages in thread
From: Daniel Jacobowitz @ 2009-06-04 14:02 UTC (permalink / raw)
  To: Jie Zhang; +Cc: Ulrich Weigand, Ken Werner, gdb

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?

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-04 14:02         ` Daniel Jacobowitz
@ 2009-06-04 14:35           ` Jie Zhang
  2009-06-05  4:37             ` Jie Zhang
  0 siblings, 1 reply; 10+ messages in thread
From: Jie Zhang @ 2009-06-04 14:35 UTC (permalink / raw)
  To: Jie Zhang, Ulrich Weigand, Ken Werner, gdb

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!


Jie


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cvs checkout aborted@version.in
  2009-06-04 14:35           ` Jie Zhang
@ 2009-06-05  4:37             ` Jie Zhang
  0 siblings, 0 replies; 10+ messages in thread
From: Jie Zhang @ 2009-06-05  4:37 UTC (permalink / raw)
  To: gdb; +Cc: Jie Zhang, Ulrich Weigand, Ken Werner

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-05  4:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03  7:10 cvs checkout aborted at version.in Ken Werner
2009-06-03 14:37 ` Ken Werner
2009-06-03 15:33   ` Daniel Jacobowitz
2009-06-03 16:46     ` cvs checkout aborted@version.in Ulrich Weigand
2009-06-04 10:08       ` Jie Zhang
2009-06-04 10:42         ` Ken Werner
2009-06-04 13:30           ` Jie Zhang
2009-06-04 14:02         ` Daniel Jacobowitz
2009-06-04 14:35           ` Jie Zhang
2009-06-05  4:37             ` Jie Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox