darcs

Patch 217 darcs-2.4.0 has issues with mmap and hashed-storage>0.4.7

Title darcs-2.4.0 has issues with mmap and hashed-storage>0.4.7
Superseder Nosy List darcs-users, gracjan
Related Issues
Status rejected Assigned To
Milestone

Created on 2010-04-20.05:11:53 by gracjan, last changed 2010-04-20.05:15:27 by gracjan.

See mailing list archives for discussion on individual patches.
Messages
msg10767 (view) Author: gracjan Date: 2010-04-20.05:11:52
Windows Vista 32bit

c:\Sources\darcs-2.4>cabal install -w ghc-6.10.4.exe -f-curl 

c:\Sources\darcs whatsnew
No changes!

c:\Sources\darcs record
No changes!

[edit file now]

c:\Sources\darcs whatsnew
hunk ./src/Misc.hs 96
+[_^M_][_$_]
+[_^M_][_$_]

c:\Sources\darcs record
hunk ./src/Misc.hs 96
+[_^M_][_$_]
+[_^M_][_$_]
Shall I record this change? (1/1)  [ynWesfvplxdaqjk], or ? for help: y
What is the patch name? F
Do you want to add a long comment? [yn]n
Finished recording patch 'F'

c:\Sources\darcs whatsnew
darcs: mmap of '_darcs/index' failed: does not exist (No such file or
directory)

WORKAROUND:

c:\Sources\darcs-2.4>cabal install -w ghc-6.10.4.exe -f-curl
--constraint="hashed-storage<=0.4.7" --constraint="mmap==0.4.*"

This one makes darcs work for me.
msg10769 (view) Author: gracjan Date: 2010-04-20.05:15:27
Should be issue not a patch, Sorry!

http://bugs.darcs.net/issue1823
History
Date User Action Args
2010-04-20 05:11:53gracjancreate
2010-04-20 05:15:27gracjansetstatus: needs-review -> rejected
messages: + msg10769