#571960 cvsps: Segfaults after unable to find a revision.

Package:
cvsps
Source:
cvsps
Description:
Tool to generate CVS patch set information
Submitter:
Kurt Roeckx
Date:
2010-02-28 16:12:05 UTC
Severity:
normal
#571960#5
Date:
2010-02-28 16:07:58 UTC
From:
To:
Hi,

When trying to import openssl's cvs repo into git, I get the following
error:
revision 1.9 of file crypto/rc4/asm/rc4-586.pl is tagged but not present
[7874782.790197] cvsps[13540]: segfault at 10 ip 0000000000406c41
sp 00007fff75cdab80 error 4 in cvsps[400000+10000]
git cvsimport: fatal: cvsps reported error

That is done using:
git cvsimport -d openssl-cvs/ -C git openssl

cvs can show me revision 1.9 without problem, but I think it's
version 1.9.0.2 that's missing.

The openssl cvs repo can be rsync'd from:
rsync://dev.openssl.org/openssl-cvs/

I've also attached the rc4-586.pl,v file.


Kurt