git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git - index-pack missing
@ 2008-12-17 23:40 Michael Boutros
  2008-12-18  3:15 ` Junio C Hamano
  2008-12-18  3:16 ` Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Boutros @ 2008-12-17 23:40 UTC (permalink / raw)
  To: git

Greetings all,

First of all, thanks for taking the time to read this and help out.  
The problem:

I'm trying to clone a repository for the first time on a hosting  
account that just got setup with Git. However, the problem is that for  
some reason there is no git-index-pack. I cannot find any reason that  
that one particular command would not be installed, but for some  
reason that seems to be the case.

Has anyone ever heard of anything like this? Is my only option to  
completely scrap Git and try again?

Thanks,
Michael Boutros

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git - index-pack missing
  2008-12-17 23:40 Git - index-pack missing Michael Boutros
@ 2008-12-18  3:15 ` Junio C Hamano
  2008-12-18  3:16 ` Jeff King
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-12-18  3:15 UTC (permalink / raw)
  To: Michael Boutros; +Cc: git

Michael Boutros <me@michaelboutros.com> writes:

> I'm trying to clone a repository for the first time on a hosting
> account that just got setup with Git. However, the problem is that for
> some reason there is no git-index-pack. I cannot find any reason that
> that one particular command would not be installed, but for some
> reason that seems to be the case.

You may want to study output from "git help --all" to see if there is
anything *else* that is missing.  You did not say which version of git you
use, and how it was built and installed with which non-standard options
and in what way, so it is hard to guess what is going on.

Perhaps:

	$ cd ~root
        $ grep 'rm .*index-pack' .history .bash_history

could help locating the cause of breakage, but there are other ways to
break your installation, so...

> Has anyone ever heard of anything like this?

Not me.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git - index-pack missing
  2008-12-17 23:40 Git - index-pack missing Michael Boutros
  2008-12-18  3:15 ` Junio C Hamano
@ 2008-12-18  3:16 ` Jeff King
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff King @ 2008-12-18  3:16 UTC (permalink / raw)
  To: Michael Boutros; +Cc: git

On Wed, Dec 17, 2008 at 06:40:40PM -0500, Michael Boutros wrote:

> I'm trying to clone a repository for the first time on a hosting account 
> that just got setup with Git. However, the problem is that for some reason 
> there is no git-index-pack. I cannot find any reason that that one 
> particular command would not be installed, but for some reason that seems 
> to be the case.

How did you install git? From a binary package, from a tarball, from a
clone? If built, how did you build it? Any config.mak options, did you
use ./configure, etc? What version of git is it?

Is it possible for you to strace the clone process to see where it is
trying to find index-pack? Something like:

  strace -f -e execve git clone

should do it.

> Has anyone ever heard of anything like this? Is my only option to  
> completely scrap Git and try again?

That might work, but if this is a bug in the build or installation
system, it will be nice to track it down before you scrap the current
setup.

-Peff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-18  3:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 23:40 Git - index-pack missing Michael Boutros
2008-12-18  3:15 ` Junio C Hamano
2008-12-18  3:16 ` Jeff King

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