* Problem with tar while installing git
@ 2008-04-17 11:35 Miguel Vaz
2008-04-17 11:46 ` Johannes Sixt
2008-04-17 11:52 ` David Kastrup
0 siblings, 2 replies; 3+ messages in thread
From: Miguel Vaz @ 2008-04-17 11:35 UTC (permalink / raw)
To: git
Hi all,
I've already googled around to see if this is a known issue, but found nothing.
When installing git, after
./configure --prefix=$HOME/local
make
make install
I get the the following error message:
install git-daemon git-fast-import git-fetch-pack git-hash-object
git-imap-send git-index-pack git-merge-index git-merge-tree git-mktag
git-mktree git-pac
k-redundant git-patch-id git-receive-pack git-send-pack git-shell
git-show-index git-unpack-file git-update-server-info git-upload-pack
git-var git-http-pu
sh git-am git-bisect git-clone git-filter-branch git-lost-found
git-merge-octopus git-merge-one-file git-merge-resolve git-merge
git-merge-stupid git-merge
tool git-parse-remote git-pull git-quiltimport git-rebase--interactive
git-rebase git-repack git-request-pull git-sh-setup git-stash
git-submodule git-web-
-browse git-add--interactive git-archimport git-cvsexportcommit
git-cvsimport git-cvsserver git-relink git-send-email git-svn
git-instaweb '/home/mvaz/loca
l/bin'
install git '/home/mvaz/local/bin'
make -C templates DESTDIR='' install
make[1]: Entering directory `/home/mvaz/git-1.5.5/templates'
install -d -m 755 '/home/mvaz/local/share/git-core/templates/'
(cd blt && tar cf - .) | \
(cd '/home/mvaz/local/share/git-core/templates/' && umask 022 && tar xf -)
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/mvaz/git-1.5.5/templates'
make: *** [install] Error 2
Any thoughts?
Miguel
PS. Running suse
mvaz@grobi> uname -a
Linux grobi 2.6.13-15.18-smp #1 SMP Tue Oct 2 17:36:20 UTC 2007 i686
i686 i386 GNU/Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with tar while installing git
2008-04-17 11:35 Problem with tar while installing git Miguel Vaz
@ 2008-04-17 11:46 ` Johannes Sixt
2008-04-17 11:52 ` David Kastrup
1 sibling, 0 replies; 3+ messages in thread
From: Johannes Sixt @ 2008-04-17 11:46 UTC (permalink / raw)
To: Miguel Vaz; +Cc: git
Miguel Vaz schrieb:
> make[1]: Entering directory `/home/mvaz/git-1.5.5/templates'
> install -d -m 755 '/home/mvaz/local/share/git-core/templates/'
> (cd blt && tar cf - .) | \
> (cd '/home/mvaz/local/share/git-core/templates/' && umask 022 && tar xf -)
> tar: This does not look like a tar archive
> tar: Skipping to next header
> tar: Archive contains obsolescent base-64 headers
> tar: Error exit delayed from previous errors
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/mvaz/git-1.5.5/templates'
> make: *** [install] Error 2
>
> Any thoughts?
If you type 'cd templates && cd blt', does the shell echo something back
to you? Yes? Does 'unexport CDPATH' make a difference?
-- Hannes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with tar while installing git
2008-04-17 11:35 Problem with tar while installing git Miguel Vaz
2008-04-17 11:46 ` Johannes Sixt
@ 2008-04-17 11:52 ` David Kastrup
1 sibling, 0 replies; 3+ messages in thread
From: David Kastrup @ 2008-04-17 11:52 UTC (permalink / raw)
To: git; +Cc: hepaminondas
"Miguel Vaz" <hepaminondas@gmail.com> writes:
> I've already googled around to see if this is a known issue, but found
> nothing.
Try again.
git "this does not look like a tar archive"
as keywords into Google spit out wagonloads of relevant reports.
> When installing git, after
>
> ./configure --prefix=$HOME/local
> make
> make install
[...]
> (cd blt && tar cf - .) | \
> (cd '/home/mvaz/local/share/git-core/templates/' && umask 022 && tar xf -)
> tar: This does not look like a tar archive
To cut the search short: don't export CDPATH in your interactive shell
startup scripts. It is a really bad idea.
--
David Kastrup
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-17 11:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 11:35 Problem with tar while installing git Miguel Vaz
2008-04-17 11:46 ` Johannes Sixt
2008-04-17 11:52 ` David Kastrup
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).