[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#547503: git-core: "git clone" fails on armel



On Sun, Nov 08, 2009 at 07:14:25PM -0600, Jonathan Nieder wrote:
> Hi arm porters,
> 
> Can you reproduce this problem?  If so, any ideas on how to fix it?

mv78x00: git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
Initialized empty Git repository in /schroot/sugar-jhbuild/.git/
remote: Counting objects: 4728, done.
remote: Compressing objects: 100% (2095/2095), done.
remote: Total 4728 (delta 2798), reused 4376 (delta 2577)
Receiving objects: 100% (4728/4728), 1.87 MiB | 206 KiB/s, done.
Resolving deltas: 100% (2798/2798), done.
mv78x00: git clone git://git.gnome.org/jhbuild
Initialized empty Git repository in /schroot/jhbuild/.git/
remote: Counting objects: 20162, done.
remote: Compressing objects: 100% (6726/6726), done.
remote: Total 20162 (delta 15845), reused 16820 (delta 13378)
Receiving objects: 100% (20162/20162), 3.52 MiB | 118 KiB/s, done.
Resolving deltas: 100% (15845/15845), done.
mv78x00:

At the original report:

Kernel: Linux 2.6.31-rc9-flatty-ocf-1-00293-g53a104c (PREEMPT)

Whats this kernel? Which CPU and machine is it on? Zlib is heavily used
throughout debian, so any breakage should have been noted before by others.

Versions of packages git-core depends on:
ii  libc6               2.9-25               GNU C Library: Shared libraries

Seems you have quite old sqeeze setup. Can you try updating?

> Gerrit Pape wrote:
> > On Sun, Sep 20, 2009 at 02:08:20PM +0200, Sascha Silbe wrote:
> 
> >> git clone fails on my Debian armel system:
> >> 
> >> sascha.silbe@flatty:~$ git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
> >> Initialized empty Git repository in /home/sascha.silbe/sugar-jhbuild/.git/
> >> remote: Counting objects: 4772, done.
> >> remote: Compressing objects: 100% (2079/2079), done.
> >> error: inflate: data stream error (invalid distance too far back)
> >> fatal: pack has bad object at offset 616818: inflate returned -3
> >> fatal: index-pack failed
> >> sascha.silbe@flatty:~$ git clone git://git.gnome.org/jhbuild
> >> Initialized empty Git repository in /home/sascha.silbe/jhbuild/.git/
> >> remote: Counting objects: 19804, done.
> >> remote: Compressing objects: 100% (6374/6374), done.
> >> fatal: pack has bad object at offset 487227: inflate returned -5
> >> fatal: index-pack failed
> >> sascha.silbe@flatty:~$ 
> > 
> > Hi Sascha, the bug seems to be in zlib, not git.  git uses the inflate()
> > function from zlib, which, in your case, returns the errors -3
> > (Z_DATA_ERROR) and -5 (Z_BUF_ERROR).  See /usr/include/zlib.h.
> 
> Thanks,
> Jonathan
> 
> Please CC me on replies, as I’m not subscribed.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-arm-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: