From: Johannes Sixt <j.sixt@viscovery.net>
To: Miguel Vaz <hepaminondas@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Problem with tar while installing git
Date: Thu, 17 Apr 2008 13:46:24 +0200 [thread overview]
Message-ID: <48073890.8060405@viscovery.net> (raw)
In-Reply-To: <4c610e240804170435p7a628e4bo84c92f4eb4bb7a34@mail.gmail.com>
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
next prev parent reply other threads:[~2008-04-17 11:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 11:35 Problem with tar while installing git Miguel Vaz
2008-04-17 11:46 ` Johannes Sixt [this message]
2008-04-17 11:52 ` David Kastrup
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=48073890.8060405@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=git@vger.kernel.org \
--cc=hepaminondas@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.