git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Bill Lear <rael@zopyra.com>
To: Marco Roeland <marco.roeland@xs4all.nl>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>, git@vger.kernel.org
Subject: Re: Errors building git-1.5.2.2 on 64-bit Centos 5
Date: Tue, 19 Jun 2007 09:48:22 -0500	[thread overview]
Message-ID: <18039.60598.264803.940960@lisa.zopyra.com> (raw)
In-Reply-To: <20070619143000.GA15352@fiberbit.xs4all.nl>

On Tuesday, June 19, 2007 at 16:30:00 (+0200) Marco Roeland writes:
>On Tuesday June 19th 2007 at 08:50 Bill Lear wrote:
>> 
>> I checked and there is no iconv package (rpm).  I really don't want
>> to have to temporarily rename a header.  I can't hand this out to
>> the rest of the company, some of whom do not have root access to
>> be able to rename header files.
>
>You might at least investigate if there is somehow another iconv.h
>header besides the system one under /usr/include, that might have been
>used by the compiler instead of the standard one from GNU libc.

Ok, I moved all the *iconv* stuff in /usr/local/<blah> and now
it builds ok.

However, I still get this:

install -d -m755 '/opt/git-1.5.2.2/share//git-core/templates/'
(cd blt && tar cf - .) | \
	(cd '/opt/git-1.5.2.2/share//git-core/templates/' && 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

So, I did a make -k and it worked ok, aside from this error.

I copied this line:

(cd blt && tar cf - .) | \
	(cd '/opt/git-1.5.2.2/share//git-core/templates/' && tar xf -)

into a file, chmod +x'd that file, and cd'd into templates and ran
the script.  I got the same error.  I then tried running it by
hand from the command line:

% cd templates
% (cd blt && tar cf - .) | (cd /opt/git-1.5.2.2/share/git-core/templates && tar xf -)

and it worked fine.


Bill

  reply	other threads:[~2007-06-19 14:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-19 12:37 Errors building git-1.5.2.2 on 64-bit Centos 5 Bill Lear
2007-06-19 13:00 ` Johannes Schindelin
2007-06-19 13:24   ` Marco Roeland
2007-06-19 13:50     ` Bill Lear
2007-06-19 14:30       ` Marco Roeland
2007-06-19 14:48         ` Bill Lear [this message]
2007-06-19 15:12           ` David Kastrup
2007-06-19 16:16             ` Bill Lear
2007-06-19 20:09               ` Alex Riesen
2007-06-19 20:57                 ` Bill Lear
2007-06-19 21:11                   ` Johannes Schindelin
2007-06-19 21:11             ` Junio C Hamano
2007-06-19 21:17               ` Bill Lear
2007-06-19 13:51   ` Bill Lear
2007-06-19 13:58     ` Johannes Schindelin
2007-06-19 14:13       ` David Kastrup
2007-06-19 13:53   ` Bill Lear
2007-06-19 13:57     ` Johannes Schindelin

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18039.60598.264803.940960@lisa.zopyra.com \
    --to=rael@zopyra.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=marco.roeland@xs4all.nl \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).