Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 00:40:39 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Juli Mallett <jmallett@FreeBSD.org>
Cc:        current@FreeBSD.org
Subject:   Re: cvs(1) assertion failure 
Message-ID:  <20021213084039.690922A8A5@canning.wemm.org>
In-Reply-To: <20021212170744.A95623@FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021213084039.690922A8A5>