Juli Mallett wrote: > Has anyone else seen something like this with CVS? > > %%%=20 > (jmallett@luna:~/Work/Mono)59% mcvs rlog mono > mono-cvs-log; mcvs rlog mcs= > > mcs-cvs-log > cvs rlog: Logging mono > cvs [rlog aborted]: received abort signal > cvs: lock.c:177: lock_name: Assertion `(__extension__ (__builtin_constant_p= > (strlen (current_parsed_root->directory)) && ((__builtin_constant_p (repos= > itory) && strlen (repository) < ((size_t) (strlen (current_parsed_root->dir= > ectory)))) || (__builtin_constant_p (current_parsed_root->directory) && str= > len (current_parsed_root->directory) < ((size_t) (strlen (current_parsed_ro= > ot->directory))))) ? __extension__ ({ size_t __s1_len, __s2_len; (__builtin=
Good grief! However, the good news, is that the assertion is coming from the cvs server, not our client. And it very clearly is not a freebsd cvs build, as that is something from the gcc/libstdc++ includes. (check out cstring etc) ie: the server that you are trying to use has been ported from C to C++ and most likely built with g++. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message