Re: Incremental cvsimports
From: Geoff Russell <hidden>
Date: 2016-06-15 22:42:27
Dear Jeff, See below. On 5/24/06, Jeff King [off-list ref] wrote:
On Wed, May 24, 2006 at 08:49:03PM +0930, Geoff Russell wrote:quoted
I did have to change 2 lines in git-cvsimport to get it to run with my 5.8.0 perl (problems with POSIX errno). I've attached a patch but my work around isn't as quick as what it replaced.Can you describe your problem in more detail? The POSIX errno constants have been available since long before 5.8.0, so we should be able to use them.
$ ./git-cvsimport
":errno_h" is not exported by the POSIX module
Can't continue after import errors at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/POSIX.pm line 19
BEGIN failed--compilation aborted at ./git-cvsimport line 26.
When I deleted ":errno_h" I needed to patch the place it was used (as per patch
I attached in original post).
Cheers,
Geoff Russell
(btw, the change was introduced in my commit() cleanups: e73aefe4fdba0d161d9878642c69b40d83a0204c). -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html