Re: Incremental cvsimports

From: Jeff King <peff@peff.net>
Date: 2006-05-24 23:23:17
On Wed, May 24, 2006 at 10:03:44PM +0930, Geoff Russell wrote:

>   ":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.

Hmm. It looks like something is nonstandard in your setup. I just compiled
5.8.0 from source and the :errno_h tag works fine. What is your
platform?  Can you try the following and let me know which work:
  $ perl -e 'use POSIX qw(:errno_h)'
  $ perl -e 'use POSIX qw(errno_h)'
  $ perl -e 'use Errno'

-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
Received on Wed May 24 23:26:40 2006

This archive was generated by hypermail 2.1.8 : 2006-05-24 23:27:00 EST