git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Geoff Russell" <geoffrey.russell@gmail.com>
To: "Martin Langhoff" <martin.langhoff@gmail.com>,
	git@vger.kernel.org, "Jeff King" <peff@peff.net>
Subject: Re: Incremental cvsimports
Date: Wed, 24 May 2006 23:17:32 +0930	[thread overview]
Message-ID: <93c3eada0605240647i48db0588ja343e348f5feb08e@mail.gmail.com> (raw)
In-Reply-To: <20060524132317.GA4594@coredump.intra.peff.net>

Hi Jeff,

On 5/24/06, Jeff King <peff@peff.net> wrote:
> 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:

I compiled perl from source on Mandrake 9.1.

>   $ perl -e 'use POSIX qw(:errno_h)'
>   $ perl -e 'use POSIX qw(errno_h)'
>   $ perl -e 'use Errno'

All 3 work.  But if I add a second tag before the ':errno_h", then I
get an error.

The "use" line that makes git-cvsimport compile for me is:

        use POSIX qw(strftime dup2 ENOENT);

Which just imports the required symbol and not the full tag list.

Cheers,
Geoff.

>
> -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
>
>

  reply	other threads:[~2006-05-24 13:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24  7:46 Incremental cvsimports Geoff Russell
2006-05-24  8:21 ` Martin Langhoff
2006-05-24  8:25   ` Martin Langhoff
2006-05-24 11:19   ` Geoff Russell
2006-05-24 12:22     ` Jeff King
2006-05-24 12:33       ` Geoff Russell
2006-05-24 13:23         ` Jeff King
2006-05-24 13:47           ` Geoff Russell [this message]
2006-05-24 13:58             ` Jeff King
2006-05-24 17:05               ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93c3eada0605240647i48db0588ja343e348f5feb08e@mail.gmail.com \
    --to=geoffrey.russell@gmail.com \
    --cc=geoff@austrics.com.au \
    --cc=git@vger.kernel.org \
    --cc=martin.langhoff@gmail.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).