All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [RFC] Update git/git-native
Date: Tue, 18 Nov 2008 16:19:02 +0100	[thread overview]
Message-ID: <gfumd6$ki2$1@ger.gmane.org> (raw)
In-Reply-To: <20081115005654.GA20517@denix.org>

On 15-11-08 01:56, Denys Dmytriyenko wrote:
> Hi,
>
> I'd like to propose to update the git recipe (specifically, the native one) to
> something newer than 1.5.3, currently used. The problem with that particular
> version is that it does not work reliably through the proxy. Here is the
> symptom:
>
> $ GIT_PROXY_COMMAND=~/git-proxy.sh /OE/tmp/staging/i686-linux/usr/bin/git --version
> git version 1.5.3
>
> $ GIT_PROXY_COMMAND=~/git-proxy.sh /OE/tmp/staging/i686-linux/usr/bin/git clone git://git.infradead.org/mtd-utils.git
> Initialized empty Git repository in /tmp/mtd-utils/.git/
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack died with error code 128
> fetch-pack from 'git://git.infradead.org/mtd-utils.git' failed.
>
> The first version to work reliably with GIT_PROXY_COMMAND is 1.5.4:
>
> $ GIT_PROXY_COMMAND=~/git-proxy.sh /OE/tmp/staging/i686-linux/usr/bin/git --version
> git version 1.5.4
>
> $ GIT_PROXY_COMMAND=~/git-proxy.sh /OE/tmp/staging/i686-linux/usr/bin/git clone git://git.infradead.org/mtd-utils.git
> Initialized empty Git repository in /tmp/mtd-utils/.git/
> remote: Counting objects: 2308, done.
> remote: Compressing objeremote: cts: 100% (676/676), done.
> remote: Total 2308 (delta 1592), reused 2308 (delta 1592)
> Receiving objects: 100% (2308/2308), 942.42 KiB | 595 KiB/s, done.
> Resolving deltas: 100% (1592/1592), done.
>
> I'm not sure if there is some requirement to stick with 1.5.x version of git,
> if not the latest stable version is 1.6.0.4 - I am attaching patches for both
> just in case, with corresponding ticket #4835.
>
> Please provide any comments.

git (for the target) fails to build for arm: 
http://tinderbox.openembedded.net/packages/233747/

could you have a look at it?

regards,

Koen




  parent reply	other threads:[~2008-11-18 15:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-15  0:56 [RFC] Update git/git-native Denys Dmytriyenko
2008-11-15  2:30 ` Otavio Salvador
2008-11-18  1:25   ` Denys Dmytriyenko
2008-11-18 15:19 ` Koen Kooi [this message]
2008-11-18 21:15   ` Denys Dmytriyenko

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='gfumd6$ki2$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /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.