From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org
Subject: Re: add -i not able to find get_colorbool
Date: Mon, 17 Dec 2007 16:43:17 +0000 (GMT) [thread overview]
Message-ID: <Pine.LNX.4.64.0712171639200.9446@racer.site> (raw)
In-Reply-To: <20071217143100.GA21122@coredump.intra.peff.net>
Hi,
On Mon, 17 Dec 2007, Jeff King wrote:
> On Mon, Dec 17, 2007 at 02:04:21PM +0000, Johannes Schindelin wrote:
>
> > The second line of git-add--interactive reads thusly:
> >
> > use lib (split(/:/, $ENV{GITPERLLIB} ||
> > "/home/gitte/lib/perl5/site_perl/5.8.8"));
> >
> > and this puzzles me:
> >
> > $ grep -n get_colorbool /home/gitte/lib/perl5/site_perl/5.8.8/Git.pm
> > 584:=item get_colorbool ( NAME )
> > 591:sub get_colorbool {
> >
> > So it has it, but cannot locate get_colorbool?
>
> That does seem odd. Can you try running git-add--interactive in the perl
> debugger and doing this:
>
> x \&Git::get_colorbool
> x \&Git::repository
>
> It should tell you where it is getting the functions from (in the first
> case, it will presumably not find it at all, but you seem to have a
> Git::repository, so it should point to the file that has been loaded).
Good call!
main::(/home/gitte/bin/git-add--interactive:8):
8: my ($prompt_color, $header_color, $help_color, $normal_color);
DB<1> x \&Git::get_colorbool
0 CODE(0x853b25c)
-> &CODE(0x853b25c) in ???
DB<2> x \&Git::repository
0 CODE(0x833e8ac)
-> &Git::repository in
/home/gitte/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi/Git.pm:145-217
So it seems that somehow on 8. Nov 10:42 Git.pm was installed into
i586-linux-thread-multi/ and is preferred over the Git.pm which was
installed on 6. Dec 12:24 into site_perl/5.8.8/.
I have no idea how that happened on Nov 8, could be that I was desperate
enough to hand-copy Git.pm there. Git.pm seems to hate me (this was not
the first time I had problems with it).
Ciao,
Dscho
prev parent reply other threads:[~2007-12-17 16:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-17 14:04 add -i not able to find get_colorbool Johannes Schindelin
2007-12-17 14:31 ` Jeff King
2007-12-17 16:43 ` Johannes Schindelin [this message]
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=Pine.LNX.4.64.0712171639200.9446@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--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).