info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bug in client.c?


From: Guus Leeuw
Subject: RE: Bug in client.c?
Date: Fri, 13 Oct 2000 21:30:18 +0100

>  From: Larry Jones [mailto:address@hidden
>  Guus Leeuw writes:
>  >
>  > I just checked out the latest on cvs.cyclic.com repository and
>  > find that cvs is not linkable:
>  > client.o: In function `connect_to_pserver':
>  >
>  /home/gleeuw/Work/OpenSource/ccvs-compile/src/client.c:3850:
>  undefined
>  > reference to `CVSroot_port'
>
>  there must be something wrong with your checkout.  CVSroot_port is
>  declared on line 385 of src/cvs.h, and the reference in
>  client.c is on
>  line 3833, so there's definitely something wrong.  client.c should be
>  revision 1.288 and cvs.h should be 1.206 -- what do you have?

address@hidden:~/Work/OpenSource/ccvs-cyclic/src > grep -n CVSroot_port
cvs.h
385:extern int CVSroot_port;    /* the port or zero if method == local */
address@hidden:~/Work/OpenSource/ccvs-cyclic/src > grep -n CVSroot_port
client.c
3833:    port_number = CVSroot_port ? CVSroot_port : get_port_number
("CVS_CLIENT_PORT", "cvspserver", CVS_AUTH_PORT);
4045:    port = CVSroot_port ? CVSroot_port : get_port_number
("CVS_CLIENT_PORT", "cvs", CVS_PORT);
address@hidden:~/Work/OpenSource/ccvs-cyclic/src >

And from WinCVS to access the repository at cvs.cyclic.com:
cvs -q status -v cvs.h (in directory F:\Work\cyclic_ccvs\src\)
===================================================================
File: cvs.h             Status: Up-to-date

   Working revision:    1.206
   Repository revision: 1.206   /home2/cvsroot/ccvs/src/cvs.h,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)
[ snipped ]


cvs -q status -v client.c (in directory F:\Work\cyclic_ccvs\src\)
===================================================================
File: client.c          Status: Up-to-date

   Working revision:    1.288
   Repository revision: 1.288   /home2/cvsroot/ccvs/src/client.c,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)
[ snipped ]


I guess I have all you mentioned...

Platform is Linux SuSE 6.4.

Cheers,
Guus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]