git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fatal: serious inflate inconsistency
@ 2007-06-08 11:05 Thomas Glanzmann
  2007-06-08 13:48 ` Nicolas Pitre
  2007-06-17  8:01 ` Thomas Glanzmann
  0 siblings, 2 replies; 20+ messages in thread
From: Thomas Glanzmann @ 2007-06-08 11:05 UTC (permalink / raw)
  To: GIT

Hello,
and here is another one I guess: ;-(

        (tomcat-05) [/usr/src] git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
        Initialized empty Git repository in /usr/src/linux-2.6/.git/
        remote: Generating pack...
        remote: Done counting 496911 objects.
        remote: Deltifying 496911 objects...
        remote:  100% (496911/496911) done
        Indexing 496911 objects...
        remote: Total 496911 (delta 401539), reused 493712 (delta 398653)
        100% (496911/496911) done
        Resolving 401539 deltas...
        fatal: serious inflate inconsistency
        fatal: index-pack died with error code 128
        fetch-pack from
        'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' failed.
        (tomcat-05) [/usr/src] git version
        git version 1.5.2.1

Greetings,
        Thomas

^ permalink raw reply	[flat|nested] 20+ messages in thread
* fatal: serious inflate inconsistency
@ 2007-11-09 14:14 bob
  2007-11-09 16:11 ` Nicolas Pitre
  0 siblings, 1 reply; 20+ messages in thread
From: bob @ 2007-11-09 14:14 UTC (permalink / raw)
  To: git

	From: 	  kranki@mac.com
	Subject: 	fatal: serious inflate inconsistency
	Date: 	November 8, 2007 10:56:02 PM EST
	To: 	  majordomo@vger.kernel.org

Hi, list.

Sorry, but I am not that familiar with git's internal workings,
but here is a failure that I can consistently create.  I am
running MacOSX 10.4.10 with git compiled from source.
Here is the problem output that I am receiving:

apple07:~/rmwHtmlOld bob$ git version
git version 1.5.3.5
apple07:~/rmwHtmlOld bob$ git init
Initialized empty Git repository in .git/
apple07:~/rmwHtmlOld bob$ git add .
apple07:~/rmwHtmlOld bob$ git commit --all
Created initial commit 49b4183:   Initial commit
10993 files changed, 3615639 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100755 bk.sh
.
.
.
create mode 100755 ter/webalizer/webalizer.hist
apple07:~/rmwHtmlOld bob$ cd ..
apple07:~ bob$ mkdir rmwHtml.git
apple07:~ bob$ cd rmwHtml.git/
apple07:~/rmwHtml.git bob$ git --bare init --share
usage: git-init [-q | --quiet] [--template=<template-directory>] [-- 
shared]
apple07:~/rmwHtml.git bob$ git --bare init --shared
Initialized empty shared Git repository in /Users/bob/rmwHtml.git/
apple07:~/rmwHtml.git bob$ git --bare fetch ../rmwHtmlOld master:master
warning: no common commits
remote: Generating pack...
remote: Done counting 11402 objects.
remote: Deltifying 11402 objects...
remote:  100% (11402/11402) done
Indexing 11402 objects...
100% (11402/11402) done
Resolving 3356 deltas...
fatal: serious inflate inconsistency
remote: Total 11402 (delta 3356), reused 0 (delta 0)
fatal: index-pack died with error code 128
fatal: Fetch failure: ../rmwHtmlOld
apple07:~/rmwHtml.git bob$

The ... represent about 11,000 files that I did not feel needed to be  
included.
The total directory being put in the repository is about 4gig.

There are two files that are about 1.0gig each.  I had them as one which
in MacOSX 10.4.10 showed as 1.88gig and think that this may be the
problem, but don't know why since my searches show that git should
handle files up to 2gig.  If I am wrong and there is a lesser limit,  
then
I apologize.

I have this directory, rmwHtmlOld, saved as a tarball and can recreate
the above as needed.

I apologize if I am doing something wrong that I am not aware of.
I use git for several different projects and have no problem with them.
I would appreciate any help that you can provide.  Thank you for
your time.

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

end of thread, other threads:[~2007-11-09 18:07 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 11:05 fatal: serious inflate inconsistency Thomas Glanzmann
2007-06-08 13:48 ` Nicolas Pitre
2007-06-08 13:50   ` Thomas Glanzmann
2007-06-08 15:37     ` Thomas Glanzmann
2007-06-08 15:39       ` Thomas Glanzmann
2007-06-08 16:15       ` Nicolas Pitre
2007-06-08 17:01       ` Linus Torvalds
2007-06-08 18:24         ` Thomas Glanzmann
2007-06-08 18:52           ` Linus Torvalds
2007-06-08 19:06             ` Linus Torvalds
2007-06-08 19:33               ` Thomas Glanzmann
2007-06-08 20:45                 ` Marco Roeland
2007-06-09  0:13                   ` Thomas Glanzmann
2007-06-09 21:12                     ` Thomas Glanzmann
2007-06-10  0:30                       ` Linus Torvalds
2007-06-10  0:50                 ` Martin Langhoff
2007-06-17  8:01 ` Thomas Glanzmann
  -- strict thread matches above, loose matches on Subject: below --
2007-11-09 14:14 bob
2007-11-09 16:11 ` Nicolas Pitre
2007-11-09 18:06   ` bob

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 NNTP newsgroup(s).