[icf-dev] strange CVS errors

Posted by LegacyUser on 11-Nov-2002 04:23

Hi guys,

I got some very strange messages from CVS when trying to checkout POSSE_30.

I got all sort of c-style messages. End of the story is that nothing is

checked out...

anyone?

TIA,

Bronco

PS. this is a fragment:

cvs: lock.c:178: lock_name: Assertion `(__extension__ (__builtin_constant_p

( strlen (current_parsed_root->directory)) && ((__builtin_constant_p

(repository) && strlen (repository) < ((size_t) ( strlen

(current_parsed_root->directory)))) || (__builtin_constant_p (

current_parsed_root->directory) && strlen ( current_parsed_root->directory)

< ((size_t) ( strlen (current_parsed_root->directory))))) ? __extension__ ({

size_t __s1_len, __s2_len; (__builtin_constant_p (repository) &&

__builtin_constant_p ( current_parsed_root->directory) && (__s1_len = strlen

(repository), __s2_len = strlen ( current_parsed_root->directory),

(!((size_t)(const void *)((repository) + 1) - (size_t)(const void

*)(repository) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((

current_parsed_root->directory) + 1) - (size_t)(const void *)(

current_parsed_root->directory) == 1) || __s2_len >= 4)) ? memcmp ((__const

char *) (repository), (__const

...

...

2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *)

(__const char *) ( current_parsed_root->directory))[3]); } } __result; })))

: strcmp (repository, current_parsed_root->directory)))); }) : strncmp

(repository, current_parsed_root->directory, strlen

(current_parsed_root->directory)))) == 0' failed.

cvs : received abort signal

The information included in this message is personal and/or confidential and

intended exclusively for the addressees as stated. This message and/or the

accompanying documents may contain confidential information and should be

handled accordingly. If you are not the intended reader of this message, we

urgently request that you notify WALVIS Software BV immediately and that you

delete this e-mail and any copies of it from your system and destroy any

printouts immediately.

It is forbidden to distribute, reproduce, use or disclose the information in

this e-mail to third parties without obtaining prior permission from WALVIS

Software BV. We expressly point out that there are risks associated with the

use of e-mail. WALVIS Software BV shall not accept any liability whatsoever

for damage resulting from the use of e-mail. Legally binding obligations can

only arise for WALVIS Software BV by means of a written instrument, signed

by an authorized representative of WALVIS Software BV.

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

All Replies

Posted by LegacyUser on 13-Nov-2002 03:26

Hi

Check your command line for case sensitiveness. I got these errors

trying -r POSSE_30. Try -r posse_30 instead.

thomas

*-Ursprüngliche Nachricht-

*Von: Bronco Oostermeijer

*Gesendet: Montag, 11. November 2002 11:23

*An: 'dev@icf.possenet.org'

*Cc: Archief

*Betreff: strange CVS errors

*

*

*Hi guys,

*

*I got some very strange messages from CVS when trying to

*checkout POSSE_30. I got all sort of c-style messages. End of

*the story is that nothing is checked out...

*

*anyone?

*

*TIA,

*

*Bronco

*

*

*PS. this is a fragment:

*

*cvs: lock.c:178: lock_name: Assertion `(__extension__

*(__builtin_constant_p ( strlen

*(current_parsed_root->directory)) && ((__builtin_constant_p

*(repository) && strlen (repository)

*(current_parsed_root->directory)))) || (__builtin_constant_p (

*current_parsed_root->directory) && strlen (

*current_parsed_root->directory)

*(current_parsed_root->directory))))) ? __extension__ ({ size_t

*__s1_len, __s2_len; (__builtin_constant_p (repository) &&

*__builtin_constant_p ( current_parsed_root->directory) &&

*(__s1_len = strlen (repository), __s2_len = strlen (

*current_parsed_root->directory), (!((size_t)(const void

**)((repository) + 1) - (size_t)(const void

**)(repository) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((

*current_parsed_root->directory) + 1) - (size_t)(const void *)(

*current_parsed_root->directory) == 1) || __s2_len >= 4)) ?

*memcmp ((__const char *) (repository), (__const

*

*...

*...

*

*> 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *)

*(__const char *) ( current_parsed_root->directory))[3]); } }

*__result; })))

*: strcmp (repository, current_parsed_root->directory)))); }) :

*strncmp (repository, current_parsed_root->directory, strlen

*(current_parsed_root->directory)))) == 0' failed.

*cvs : received abort signal

*

*

*

*

*The information included in this message is personal and/or

*confidential and intended exclusively for the addressees as

*stated. This message and/or the accompanying documents may

*contain confidential information and should be handled

*accordingly. If you are not the intended reader of this

*message, we urgently request that you notify WALVIS Software

*BV immediately and that you delete this e-mail and any copies

*of it from your system and destroy any printouts immediately.

*It is forbidden to distribute, reproduce, use or disclose the

*information in this e-mail to third parties without obtaining

*prior permission from WALVIS Software BV. We expressly point

*out that there are risks associated with the use of e-mail.

*WALVIS Software BV shall not accept any liability whatsoever

*for damage resulting from the use of e-mail. Legally binding

*obligations can only arise for WALVIS Software BV by means of

*a written instrument, signed by an authorized representative

*of WALVIS Software BV.

*

*

*

*

*

*To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

*For additional commands, e-mail: dev-help@icf.possenet.org

*

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

This thread is closed