What's in your CVSROOT/verifymsg hook ?

There should be something like:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Scmbug_STANZA_START
#
#
# Call the Scmbug integration glue
DEFAULT         perl -I$CVSROOT/CVSROOT/lib/scmbug
$CVSROOT/CVSROOT/bin/scmbug_activity.pl
$CVSROOT/CVSROOT/etc/scmbug/glue.conf activity_verify %l
#
#
# Scmbug_STANZA_STOP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

I believe that scmbug_activity.pl can't be executed due to "problems
with Perl on your system". Either patch issues, permission issues,
something in the environment. Perhaps you could modify this hook to
read:

DEFAULT perl -e "print 'hello'; "

and see if you can at least get perl executed from there.

or

DEFAULT env > /tmp/env.txt

and see if there's something weird with your PATH variable.

I don't know. There's something fishy with your system when CVS hooks
are executing.

On Tue, 2007-06-26 at 19:46 +0530, Nitin Pothu wrote:
> Hi all,
> 
> i used the scmbug manual for mantis cvs integration....
> but when i try to import or commit a module or a file it gives me the
> below error...
> 
> [EMAIL PROTECTED] mod2]$ cvs import mod2 md1 test
> cvs import: cannot exec /usr/bin/perl: No such file or directory
> cvs [import aborted]: Message verification failed
> 
> can u help me how to trace the this problem.....
> 
> 
> Regards,
> Nitin.
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to