Current-Users archive

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

Re: no cvs update anymore...



On Wed, Apr 08, 2009 at 11:42:24PM +0200, Christos Zoulas wrote:
> In article <20090408211223.GA4516%isb2501.ub.uni-mainz.de@localhost>,
> Kurt Schreiner  <ks%ub.uni-mainz.de@localhost> wrote:
> >Hi,
> >
> >the new version of cvs doesn't update anymore:
> >
> >>-1010: cd /usr/src/sys/kern
> >
> >>-1011: cvs -z1 update -dPA
> >cvs update: nothing known about update
> >cvs update: nothing known about -dPA
> >
> >>-1012: cvs -v
> >
> >Concurrent Versions System (CVS) 1.12.13 (client/server)
> >
> >Copyright (C) 2005 Free Software Foundation, Inc.
> >
> >Senior active maintainers include Larry Jones, Derek R. Price,
> >and Mark D. Baushke.  Please see the AUTHORS and README files from the CVS
> >distribution kit for a complete list of contributors and copyrights.
> >
> >CVS may be copied only under the terms of the GNU General Public License,
> >a copy of which can be found with the CVS distribution kit.
> >
> >Specify the --help option for further information about CVS
> >
> >>-1013: which cvs
> >/usr/bin/cvs
> >
> >
> >This happens on both i386 and amd64 w/ source from Apr  8 22:32 MEST...
> 
> Make sure that your libcvs has getopt.o. I was ambivalent to fix this using
> optreset and use our getopt instead. I might do that in the end.
Hm, looks like there's no getopt.o in libcvs.a:

>-1013: nm /u/NetBSD/hshutti/i386/obj/external/gpl2/xcvs/lib/libcvs/libcvs.a | 
>grep getop

>-1014: ll /u/NetBSD/hshutti/i386/obj/external/gpl2/xcvs/lib/libcvs/libcvs.a 
-rw-r-----  1 ks  staff  - 150980 Apr  8 22:53 
/u/NetBSD/hshutti/i386/obj/external/gpl2/xcvs/lib/libcvs/libcvs.a

but:

>-1018: nm /u/NetBSD/hshutti/i386/obj/external/gpl2/xcvs/bin/xcvs/xcvs | grep 
>getop
         U getopt
         U getopt_long

So how should I add getopt to libcvs?

Kurt


Home | Main Index | Thread Index | Old Index