Skip to content

Instantly share code, notes, and snippets.

@master-q
Created October 5, 2011 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save master-q/1264526 to your computer and use it in GitHub Desktop.
Save master-q/1264526 to your computer and use it in GitHub Desktop.
darcs bug report1
casper$ darcs --version [~/01tmp]
2.5.2 (release)
######################### first
casper$ rm -rf ~/.darcs * [~/01tmp]
casper$ darcs get http://darcs.debian.org/pkg-haskell/tools [~/01tmp]
Hash failure in /home/kiwamu/.darcs/cache/pristine.hashed/0000007843-55fa9ab95152752edb89d258263981d3ec719e5085eab52dc22a3af76e7278f0
Hash failure in /home/kiwamu/.darcs/cache/pristine.hashed/0000012538-1380cdf73b83338753b2da89a5bb5cfab7707ba8bf9421173e067bad4a34fe90
Hash failure in http://darcs.debian.org/pkg-haskell/tools/_darcs/pristine.hashed/0000012538-1380cdf73b83338753b2da89a5bb5cfab7707ba8bf9421173e067bad4a34fe90
darcs failed: Couldn't fetch `0000012538-1380cdf73b83338753b2da89a5bb5cfab7707ba8bf9421173e067bad4a34fe90'
in subdir pristine.hashed from sources:
thisrepo:/home/kiwamu/01tmp/tools
cache:/home/kiwamu/.darcs/cache
repo:http://darcs.debian.org/pkg-haskell/tools
casper$ ls tools [~/01tmp]
_darcs/ email-template haskell-pkg-debcheck.hs
add-hooks.sh gengraph.sh haskell-pkg-debcheck.py
defaults getdata.sh haskell-pkg-graph.py
casper$
######################### second
casper$ rm -rf ~/.darcs * [~/01tmp]
casper$ darcs get http://darcs.debian.org/pkg-haskell/tools [~/01tmp]
Hash failure in /home/kiwamu/.darcs/cache/pristine.hashed/0000000086-4db6c93a80d42af90f865f559b972a58a7e0eef557de9ae2a2a64f4e5cca4880
Hash failure in /home/kiwamu/.darcs/cache/pristine.hashed/0000000197-a759178b2168bf196b2a00721b48d6b6dbb6c2d05ae8987a28c8b94d9333b93b
Hash failure in http://darcs.debian.org/pkg-haskell/tools/_darcs/pristine.hashed/0000000197-a759178b2168bf196b2a00721b48d6b6dbb6c2d05ae8987a28c8b94d9333b93b
darcs failed: Couldn't fetch `0000000197-a759178b2168bf196b2a00721b48d6b6dbb6c2d05ae8987a28c8b94d9333b93b'
in subdir pristine.hashed from sources:
thisrepo:/home/kiwamu/01tmp/tools
cache:/home/kiwamu/.darcs/cache
repo:http://darcs.debian.org/pkg-haskell/tools
casper$ ls tools [~/01tmp]
_darcs/ add-hooks.sh defaults email-template
casper$
@master-q
Copy link
Author

master-q commented Oct 5, 2011

どうもdarcs.debian.orgにhttp経由でdarcs getしてはイカんらしい。。。
そんなー

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment