git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Error building installing on Redhat Linux Server release 5.3  (Tikanga)
@ 2010-03-19 21:36 Michael Cox
       [not found] ` <7veijgc6md.fsf@alter.siamese.dyndns.org>
  2010-03-19 22:57 ` Error building installing on Redhat Linux Server release 5.3 (Tikanga) Jonathan Nieder
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Cox @ 2010-03-19 21:36 UTC (permalink / raw)
  To: git

I downloaded the latest tarball (git-1.7.0.2), configured it, and
make'ed it.  When I did a "make install", the build seemed to work and
most of the install, but I got an error when the installation tried to
use gtar:

make -C templates DESTDIR='' install
make[1]: Entering directory `/users/e477610/exptool/src/git-1.7.0.2/templates'
install -d -m 755 '/home/e477610/exptool/share/git-core/templates'
(cd blt && gtar cf - .) | \
        (cd '/home/e477610/exptool/share/git-core/templates' && umask
022 && gtar xof -)
gtar: This does not look like a tar archive
gtar: Skipping to next header
gtar: Archive contains obsolescent base-64 headers
gtar: Error exit delayed from previous errors
make[1]: *** [install] Error 2
make[1]: Leaving directory `/users/e477610/exptool/src/git-1.7.0.2/templates'
make: *** [install] Error 2

When I try to run "git clone
http://www.kernel.org/pub/scm/git/git.git", I get the following error:

$  git clone http://www.kernel.org/pub/scm/git/git.git
Initialized empty Git repository in /users/e477610/exptool/src/git/.git/
fatal: Unable to find remote helper for 'http'

I assume it's because I didn't finish the install properly.  Any ideas
why the install of the build failed and what I could do to make it
complete?

Michael

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

end of thread, other threads:[~2010-03-20  0:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 21:36 Error building installing on Redhat Linux Server release 5.3 (Tikanga) Michael Cox
     [not found] ` <7veijgc6md.fsf@alter.siamese.dyndns.org>
2010-03-19 22:25   ` Michael Cox
2010-03-19 22:51     ` Michael Cox
2010-03-19 23:40     ` [PATCH] Makefile: Fix CDPATH problem Jonathan Nieder
2010-03-19 23:43       ` Junio C Hamano
2010-03-20  0:06         ` [PATCH v2] " Jonathan Nieder
2010-03-19 22:57 ` Error building installing on Redhat Linux Server release 5.3 (Tikanga) Jonathan Nieder
2010-03-19 22:59   ` Jonathan Nieder

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