Gnus development mailing list
 help / color / mirror / Atom feed
* git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
@ 2010-12-13  8:17 Steinar Bang
  2010-12-13 11:38 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Steinar Bang @ 2010-12-13  8:17 UTC (permalink / raw)
  To: ding

I had a problem pulling from the gnus git repo today.
Full transcript below for those that are interested.

A fresh clone worked.

git transcript follows (multiple attempts at pull):
sb@somehost:~$ (cd ~/git/gnus; git pull)
got f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
walk f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
got 83e95badb4e29297caeba0086c13db42459bdca7
got e84aed71e0fa250f78ad1d8d5742836d12340479
walk e84aed71e0fa250f78ad1d8d5742836d12340479
got 5a7b03b2684d3c871da69b4f0c4fa76dc8294165
got 325aa1f85121c851a607b85c3df3269cc934894b
got 0dd51b557088ac259a64e4e01408288fea1afbba
got 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
walk 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
got d8c888bebc7acbc9eafd8e25a18d8274dc050752
got 1bd64e9533ffb8e475e1e771e81ae3c4b6a89bf6
Getting alternates list for http://git.gnus.org/gnus.git
Getting pack list for http://git.gnus.org/gnus.git
error: Unable to find 63a14b204fb6e04bdc42aac60adc77e0f5d94121 under http://git.gnus.org/gnus.git
Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
while proces
sing commit 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087.
fatal: Fetch failed.
sb@somehost:~$ (cd ~/git/gnus; git pull)
walk f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
walk e84aed71e0fa250f78ad1d8d5742836d12340479
walk 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
Getting alternates list for http://git.gnus.org/gnus.git
Getting pack list for http://git.gnus.org/gnus.git
error: Unable to find 63a14b204fb6e04bdc42aac60adc77e0f5d94121 under http://git.gnus.org/gnus.git
Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
while processing commit 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087.
fatal: Fetch failed.
sb@somehost:~$ (cd ~/git/gnus; git pull)
walk f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
walk e84aed71e0fa250f78ad1d8d5742836d12340479
walk 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
Getting alternates list for http://git.gnus.org/gnus.git
Getting pack list for http://git.gnus.org/gnus.git
error: Unable to find 63a14b204fb6e04bdc42aac60adc77e0f5d94121 under http://git.gnus.org/gnus.git
Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
while processing commit 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087.
fatal: Fetch failed.
sb@somehost:~$ (cd ~/git/gnus; git pull)
walk f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
walk e84aed71e0fa250f78ad1d8d5742836d12340479
walk 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
Getting alternates list for http://git.gnus.org/gnus.git
Getting pack list for http://git.gnus.org/gnus.git
error: Unable to find 63a14b204fb6e04bdc42aac60adc77e0f5d94121 under http://git.gnus.org/gnus.git
Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
while processing commit 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087.
fatal: Fetch failed.




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

* Re: git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
  2010-12-13  8:17 git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121 Steinar Bang
@ 2010-12-13 11:38 ` Lars Magne Ingebrigtsen
  2010-12-13 13:32   ` Steinar Bang
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-12-13 11:38 UTC (permalink / raw)
  To: ding

Steinar Bang <sb@dod.no> writes:

> I had a problem pulling from the gnus git repo today.
> Full transcript below for those that are interested.

I just tried the following:

[larsi@quimbies /tmp]$ git clone http://git.gnus.org/gnus.git
Cloning into gnus...
remote: Counting objects: 71474, done.
remote: Compressing objects: 100% (12611/12611), done.
remote: Total 71474 (delta 58947), reused 71183 (delta 58725)
Receiving objects: 100% (71474/71474), 15.63 MiB | 2.98 MiB/s, done.
Resolving deltas: 100% (58947/58947), done.
[larsi@quimbies /tmp]$

So that seems to work.  Could it be a local problem on your machine?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
  2010-12-13 11:38 ` Lars Magne Ingebrigtsen
@ 2010-12-13 13:32   ` Steinar Bang
  2010-12-13 13:47     ` Steinar Bang
  0 siblings, 1 reply; 6+ messages in thread
From: Steinar Bang @ 2010-12-13 13:32 UTC (permalink / raw)
  To: ding

>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:

> So that seems to work.  Could it be a local problem on your machine?

Could well be.

Though all I've done since the clone is to pull and build a fresh gnus.

I just wanted to share a new clone as a possible workaround for this
issue, for those of us that don't have local changes to preserve.
(Ie. in case someone else ran into a similar problem).





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

* Re: git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
  2010-12-13 13:32   ` Steinar Bang
@ 2010-12-13 13:47     ` Steinar Bang
  2010-12-13 19:27       ` Andreas Schwab
  0 siblings, 1 reply; 6+ messages in thread
From: Steinar Bang @ 2010-12-13 13:47 UTC (permalink / raw)
  To: ding

>>>>> Steinar Bang <sb@dod.no>:
>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:

>> So that seems to work.  Could it be a local problem on your machine?

> Could well be.
> Though all I've done since the clone is to pull and build a fresh gnus.

Hm... when I think of it.  The home directory is NFS mounted and was
recently restored from backup.  On visual examination the restoration
seemed ok.

But perhaps the gnus clone was improperly restored? (who can tell...?)






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

* Re: git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
  2010-12-13 13:47     ` Steinar Bang
@ 2010-12-13 19:27       ` Andreas Schwab
  2010-12-14 12:48         ` Steinar Bang
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2010-12-13 19:27 UTC (permalink / raw)
  To: ding

Steinar Bang <sb@dod.no> writes:

> But perhaps the gnus clone was improperly restored? (who can tell...?)

Try git fsck.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121
  2010-12-13 19:27       ` Andreas Schwab
@ 2010-12-14 12:48         ` Steinar Bang
  0 siblings, 0 replies; 6+ messages in thread
From: Steinar Bang @ 2010-12-14 12:48 UTC (permalink / raw)
  To: ding

>>>>> Andreas Schwab <schwab@linux-m68k.org>:

> Steinar Bang <sb@dod.no> writes:
>> But perhaps the gnus clone was improperly restored? (who can tell...?)

> Try git fsck.

Thanks for the tip!  Running git fsck cleared it up, so that the next
git pull succeeded.

Full transcript follows:
sb@somehost:~/git$ cd gnus.git_wont_fetch_because_of_missing_blob/
sb@somehost:~/git/gnus.git_wont_fetch_because_of_missing_blob$ git fsck
dangling commit f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
sb@somehost:~/git/gnus.git_wont_fetch_because_of_missing_blob$ git pull
got 261b97c1efa93b05bc8ad49df94df1ae7552cfe2
walk 261b97c1efa93b05bc8ad49df94df1ae7552cfe2
got e45903e9a6cb316a3df8bb2681b1fc9e7934990b
got be244f4efb094df474691425180abe8c61ff3b1c
walk be244f4efb094df474691425180abe8c61ff3b1c
got 70cc4fecc07977f3781eb3440102ba9551bcff8b
got 679262e01a01127d2cc16fdb6e7550c56ba264fb
got cfc426ff1ce1181a51b26899b0080df3052de1d4
got 9ebaf43d5423c1a6a291c06b2c16fb22a0bf32e6
walk 9ebaf43d5423c1a6a291c06b2c16fb22a0bf32e6
got 3d57959419e1941db13ef51632840609a0c8d977
got 3e38fccf720e5d486c96abd3223a1d64c42b586d
got fbd86f2e6f5eebbab2ec3fb10861e07152ad66b7
got d9e432736e288bde65784e200c52c77160f42e28
got a02172837578aab4bc5bf8296ccccd201eda7ced
got e7fe660a82d942f23bd4e25d83e47b1d671ed995
got 989470becad04ae71683dd237cde03bfd9531d22
got 6c97f7279fc651561652c4ede3d32526b639c828
got c0072a6ef2a5d8de17aa28e8e7969a4ec6c9da55
got d1266cb5461eafbe54c22207fe066512678f0eb2
got b839589d9a4b3d3bbb97a49816fca109e63999cc
got 2e8ae86644c185bc19d216de13805307f351d0ae
got 2c3ba294365ec237c6e916ae7259b0b55cd16c46
got 7e80f96617f5c6294b9c5d13a6d5569742fa52ed
got 3d9dc61ef151db514e17e82bb1157f29bd457300
walk 3d9dc61ef151db514e17e82bb1157f29bd457300
got 05d6e38abb6d61bd7f8fa8d9b1fb1b7a703c0a5d
got 593a316d026288f64c5da10a52d42133ea940e21
got 65c5b70c9923eec70fcce7fc3107e522de82be82
got 68e30ce2a9b7cb9f1fb7c65d68f49084c296f835
walk 68e30ce2a9b7cb9f1fb7c65d68f49084c296f835
got 7b3693520b106eae8efd739fc6ed0de0d5c3919b
got 920bc1c6313221140a77a14506409074d106388e
got 17ff447179a33aa5cccde09e495783a17eaf0b59
got bf7d6d2da7bda55d717398f2c1587f6347b46a4f
got 19ebb344818e2250c717a311495548243241ccee
walk 19ebb344818e2250c717a311495548243241ccee
got 7293861fb4b492d728ce31bf6cad62eb43941301
got d3ec3d24b58cb9b6b70394b98e5bc9b0d33caad5
got 712ceb6aa0b057f3c4b64784da4010f8378be74e
got b8b1c40ba7701e2170bebbc840f63c4a48f9167c
got cc7d0e00e036dd3965d6c2457f354bb496fc5214
walk cc7d0e00e036dd3965d6c2457f354bb496fc5214
got c3399dd6a23eb6ebbba49539190d4f06c1aeb159
got ed5d4acba7c05399fdd7029048018f04715ef32e
got d393b37ab72d532933f907b15bf3bb45a9b19ec4
got 46052693371a9a2bcc30ba01bc261656a087cc8f
got 3595cdc6d72437c3b6c6d351be5cdd5f6d369dca
walk 3595cdc6d72437c3b6c6d351be5cdd5f6d369dca
got f7fa7368c5048e249894eb44a7f706df3849c811
got 0b6681b683a18f3bf99fb8d71cdfc08d84f2568f
got ee3930c816dc07fe2f8e905728027af70c26a1d5
got be87151436d275045b2d86b04ff78213fb537cda
walk be87151436d275045b2d86b04ff78213fb537cda
got fe4a9e3fcd4cafcd518e526256e0b2c425eda364
got 69ffaa3e2cb5e6fc9a8bf718487af9fabd32f640
got 4ffdb811854f9a87deb19ffdd2682df7c9c98006
got b283fedd027c24a53d354c002ffc14b0159d6462
got 56815179412726d518c16692ca1e42fffef95945
walk 56815179412726d518c16692ca1e42fffef95945
got fd0e072214a0bc46913f3bc3845b9890813b812d
got 344e23eb5d335b58bcc9efd3ca4b508fd9fb6e77
got 8f3c93e4900191199d79c1a1c4046baaa305db7d
got ad19d301c13e89596af63503a2a61508094e4bd9
got 94e654a528ca715abe35cfd19a190466d57f7524
walk 94e654a528ca715abe35cfd19a190466d57f7524
got d9395fe8b7acbaf593083e149c539d57f85497da
got 9a2e3cc0440b740bf1cb16b97a2aa258b6a54bce
got 807c781a132f5072b9e68f76925c56aacbf42da6
got 50a9d812b82382aa6c0b30a44473c41c7cf83a7a
got 648197abac90ecf219077d45de1e548d6d954556
walk 648197abac90ecf219077d45de1e548d6d954556
got 385de1764440c2bcae325358a41aa8fbe357542c
got c322226c4d7d2baec8d08f127b6ca7c2324d9d0a
got 4b1d1e4cb9c19ceeff89f0a04bfc9f8141ff6164
got 73810150c110e51bd89a6922664c617ae5d42c12
walk 73810150c110e51bd89a6922664c617ae5d42c12
got 96758b10c14520d1e706ec294a6484a63e9382e8
got 4371c4353be65f8a9a85def7d124978c183f8cc1
got cb377216941e3e4a2d6c05ca704cf5315cf01517
got 1de61a6ea2013292fa65eae5dccebed0ebbee3a1
walk 1de61a6ea2013292fa65eae5dccebed0ebbee3a1
got c099d1021e7293e589fae51f45a71afd365c021a
got bf88ee9b969724591cfa76b96e688f50389e06f9
got 02475c55e5670caed7bd4bbbe20f40e2a93a83ed
got ebc4b20fe8aaacb1c677f85d02e6a25b4de336c7
walk ebc4b20fe8aaacb1c677f85d02e6a25b4de336c7
got d83130cf0b867ed112ff503fdb649342c2420a81
got 779f0701f29c5ecd9f128a103eda3602044ccfd8
got 74167937a56e1aa3804ae9ff96977a788faebe6b
got 14334f2c195d528a4eb75ae72ea4dc28783902f7
got 6c451d4bbb4f11aaa7f985f81dd8cb71915d1bd1
got 636c865ae736e91a69b91cd28897331e6841ea0b
walk 636c865ae736e91a69b91cd28897331e6841ea0b
got 35fdd415ed907f8f7c77f6f37685053a0bb5aa36
got fa765e34dffc492538eec763d50f92dbbdd8980b
got d5fc6b36d5238d894038a2a7e7c0d481d3bf5b97
got 975d780fc1121d2563244d8b8334faa798128ba7
got 5fd569f38a20f872703b83675b125785217590a3
got e35f6428b0c44ce8041bd65a2aa0aee9fae1617e
walk f6aacb827242cc4bbeb2bf3943d074d520bf5e6d
got 0ed1413fe72c5fc4c966d01b57f2fabb3ca77844
got 2934ccdec2ad6e32e91569c91a4d5a029f4444f8
got c3517b8b99035638bae6e832a207a55c55fda1a0
got 8c7a92e259a8460e6bb0e39dfd6a8ccd44f203ff
walk e84aed71e0fa250f78ad1d8d5742836d12340479
got 933edfad8c00b7a8fc3cae63e168148652a966f6
walk 1bd28f9fbd25acfdbe4ac4496282fd6d8125c087
got 3b1d3246c0145fe51d33ce96e9d51a4cbb38185e
got fa907e651fe2495e9e41b407813905a0a1518223
got 56abdfd87f30bde133ffce08e6023beb9c294d94
got 0b0a2b79b80046912b54ec9cd4d7d07535259aaa
walk 0b0a2b79b80046912b54ec9cd4d7d07535259aaa
got 3db565cf7c5621761875046fdf032604f9f55b09
got d406402f57b95a2d66e48390605d37fb4b10856b
got ce6c62a7c02cf9fcb647cb59ebcb33bfbb375e61
got db41adb4b564200422aa485ef412fbea5fe7474f
walk db41adb4b564200422aa485ef412fbea5fe7474f
got eb1b247b1ce5d310bc53fdeccb3fadbdec794c54
got e8df945b94665a7e8d0bf19cda93dadd7520f9f6
got 3c583ba82315ccd5a9a4e3b8fbbd7f02af947f3f
got 544cba942815816301185d71ecca8e3c6ef3595f
got 956bc784c5660e29ae4b0d322ede952839819cf1
walk 956bc784c5660e29ae4b0d322ede952839819cf1
got 04e419b3128aa173a0f766571fbd07c454a0f2df
got 085fd2223b1e24642be8fe67b9140506f8aa6ef8
got 1b58ae383e52c9973bcb6913832f0f3c930e610c
got db11abd46aee2e57ddf16ac32a4608073709c4fb
got 14848699506674c3d06b4e0b08f332ba78884f34
got a1bb5e2f66768832ab1d81ec31aa80eb09da8793
From http://git.gnus.org/gnus
   823a9f9..261b97c  master     -> origin/master
Updating 823a9f9..261b97c
Fast forward
 lisp/ChangeLog        |   63 ++
 lisp/dgnushack.el     |   11 +
 lisp/gnus-agent.el    |    1 -
 lisp/gnus-gravatar.el |    2 +-
 lisp/gnus-start.el    |   56 +-
 lisp/gnus-sum.el      |    7 +-
 lisp/message.el       |    7 +-
 lisp/netrc.el         |   26 +-
 lisp/nnir.el          |   66 +-
 lisp/nntp.el          |    3 +
 lisp/proto-stream.el  |   17 +-
 texi/ChangeLog        |   11 +
 texi/gnus.texi        | 1803 +++++++++++++++++++++++++++++--------------------
 13 files changed, 1244 insertions(+), 829 deletions(-)
sb@somehost:~/git/gnus.git_wont_fetch_because_of_missing_blob$




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

end of thread, other threads:[~2010-12-14 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13  8:17 git problem: Cannot obtain needed blob 63a14b204fb6e04bdc42aac60adc77e0f5d94121 Steinar Bang
2010-12-13 11:38 ` Lars Magne Ingebrigtsen
2010-12-13 13:32   ` Steinar Bang
2010-12-13 13:47     ` Steinar Bang
2010-12-13 19:27       ` Andreas Schwab
2010-12-14 12:48         ` Steinar Bang

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).