unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Can't clone emacs.git
@ 2017-03-22 11:44 Zack Weinberg
  2017-03-22 14:52 ` Philippe Vaucher
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zack Weinberg @ 2017-03-22 11:44 UTC (permalink / raw)
  To: emacs-devel

$ git clone -b master git://git.sv.gnu.org/emacs.git
Cloning into 'emacs'...
remote: Counting objects: 786327, done.
remote: Compressing objects: 100% (142709/142709), done.
error: inflate: data stream error (invalid stored block lengths)
fatal: pack has bad object at offset 129019143: inflate returned -3
fatal: index-pack failed

Anyone else getting this?

zw



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't clone emacs.git
  2017-03-22 11:44 Can't clone emacs.git Zack Weinberg
@ 2017-03-22 14:52 ` Philippe Vaucher
  2017-03-22 20:51 ` Karl Fogel
  2017-03-23 11:51 ` Zack Weinberg
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Vaucher @ 2017-03-22 14:52 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

On Wed, Mar 22, 2017 at 12:44 PM, Zack Weinberg <zackw@panix.com> wrote:

> git clone -b master git://git.sv.gnu.org/emacs.git
>

No it works fine by me. Check your disk, and give git://
github.com/emacs-mirror/emacs.git or
https://git.savannah.gnu.org/git/emacs.git a try.

Philippe

[-- Attachment #2: Type: text/html, Size: 926 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't clone emacs.git
  2017-03-22 11:44 Can't clone emacs.git Zack Weinberg
  2017-03-22 14:52 ` Philippe Vaucher
@ 2017-03-22 20:51 ` Karl Fogel
  2017-03-22 22:16   ` Paul Eggert
  2017-03-23 11:51 ` Zack Weinberg
  2 siblings, 1 reply; 5+ messages in thread
From: Karl Fogel @ 2017-03-22 20:51 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: emacs-devel

Zack Weinberg <zackw@panix.com> writes:
>$ git clone -b master git://git.sv.gnu.org/emacs.git
>Cloning into 'emacs'...
>remote: Counting objects: 786327, done.
>remote: Compressing objects: 100% (142709/142709), done.
>error: inflate: data stream error (invalid stored block lengths)
>fatal: pack has bad object at offset 129019143: inflate returned -3
>fatal: index-pack failed
>
>Anyone else getting this?

I think you've probably run into this problem:

  http://www.rants.org/2016/04/redis_github_clone_error/

Best regards,
-Karl



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't clone emacs.git
  2017-03-22 20:51 ` Karl Fogel
@ 2017-03-22 22:16   ` Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2017-03-22 22:16 UTC (permalink / raw)
  To: Karl Fogel, Zack Weinberg; +Cc: emacs-devel

On 03/22/2017 01:51 PM, Karl Fogel wrote:
> Zack Weinberg<zackw@panix.com>  writes:
>> $ git clone -b master git://git.sv.gnu.org/emacs.git
>> Cloning into 'emacs'...
>> remote: Counting objects: 786327, done.
>> remote: Compressing objects: 100% (142709/142709), done.
>> error: inflate: data stream error (invalid stored block lengths)
>> fatal: pack has bad object at offset 129019143: inflate returned -3
>> fatal: index-pack failed
>>
>> Anyone else getting this?
> I think you've probably run into this problem:
>
>    http://www.rants.org/2016/04/redis_github_clone_error/

I'm not observing the problem even with a ~/.gitconfig file that 
contains the "fsckObjects = true" line mentioned in that web page, so it 
sounds like it's some sort of network or hardware problem rather than 
overly aggressive checking.

Last year when we had this problem it was a bad SSD in a RAID system on 
Savannah; see 
<http://lists.gnu.org/archive/html/savannah-hackers/2016-05/msg00081.html>. 
Zack, you may want to contact the FSF sysadmins and send them details. 
It could be that you have contacted a bad clone while the rest of us 
have been lucky enough to contact good ones.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't clone emacs.git
  2017-03-22 11:44 Can't clone emacs.git Zack Weinberg
  2017-03-22 14:52 ` Philippe Vaucher
  2017-03-22 20:51 ` Karl Fogel
@ 2017-03-23 11:51 ` Zack Weinberg
  2 siblings, 0 replies; 5+ messages in thread
From: Zack Weinberg @ 2017-03-23 11:51 UTC (permalink / raw)
  To: emacs-devel

On Wed, Mar 22, 2017 at 7:44 AM, Zack Weinberg <zackw@panix.com> wrote:
> $ git clone -b master git://git.sv.gnu.org/emacs.git
> Cloning into 'emacs'...
> remote: Counting objects: 786327, done.
> remote: Compressing objects: 100% (142709/142709), done.
> error: inflate: data stream error (invalid stored block lengths)
> fatal: pack has bad object at offset 129019143: inflate returned -3
> fatal: index-pack failed

This turns out to be a problem with my ISP corrupting large TCP transmissions.

Thanks to everyone who responded.

zw



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-23 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 11:44 Can't clone emacs.git Zack Weinberg
2017-03-22 14:52 ` Philippe Vaucher
2017-03-22 20:51 ` Karl Fogel
2017-03-22 22:16   ` Paul Eggert
2017-03-23 11:51 ` Zack Weinberg

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).