>>>>> "RK" == Russell King <[EMAIL PROTECTED]> writes:
>> $ mv .git/objects/pack/* .git/
>> $ for i in .git/*.pack; do git-unpack-objects < $i; done
>> Unpacking 55435 objects
>> fatal: inflate returned -3
>>
>> so it seems that the pack is corrupt... or something.
>>
>> $ md5sum .git/*.pack
>> 2be38f2947b99bcd088c1930122aadec
>> .git/pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack
RK> Additional information: x86 box, running FC2, cogito 0.12 built from
RK> the src.rpm on kernel.org. Lots of disk space (blocks + inodes)
RK> remaining.
Hmph, I am worried about that inflate() failure. An x86 box,
running Debian sarge, vanilla git without Cogito built from
Linus tip. From here, it does not look like the pack corruption
to me; unless you broke md5sum and found a collission, that is.
: siamese; type git-unpack-objects
git-unpack-objects is /home/junio/bin/Linux/git-unpack-objects
: siamese; ldd /home/junio/bin/Linux/git-unpack-objects
libz.so.1 => /usr/lib/libz.so.1 (0xb7f8e000)
libcrypto.so.0.9.7 =>
/usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e8e000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d59000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d56000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fad000)
: siamese; cd /opt/packrat/playpen/public/in-place/git/linux-2.6/
: siamese; md5sum .git/objects/pack/pack-*.pack
2be38f2947b99bcd088c1930122aadec
.git/objects/pack/pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack
: siamese; cd ..
: siamese; mkdir junk
: siamese; cd junk
: siamese; git-init-db
defaulting to local storage area
: siamese; git-unpack-objects
<../linux-2.6/.git/objects/pack/pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack
Unpacking 55435 objects 100% (55434/55435) done
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html