me again,

installing darcs finally works, but there were some obstacles that
might be bugs or not.  feel free to enlighten me, or use this as a bug
report.  i checked out darcs from

darcs get http://www.abridgegame.org/repos/darcs/

and got complaints that symbols were multiply defined in
Repository.lhs, lines 42 and 43.  the following patch works:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
darcs$ darcs diff
diff -rN old-darcs/Repository.lhs new-darcs/Repository.lhs
42c42
< import DarcsRepo ( seekRepo, youNeedToBeInRepo )
---
> -- import DarcsRepo ( seekRepo, youNeedToBeInRepo )
61a62,66
> seekRepo :: IO Bool -> Either String FilePath -> IO (Either String FilePath)
> seekRepo = DarcsRepo.seekRepo
> youNeedToBeInRepo :: String
> youNeedToBeInRepo = DarcsRepo.youNeedToBeInRepo
> 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

(and i just realize that disabling -Werror may have done the trick
just as well), but there should be a better way to solve this issue,
right?  why is this not bothering anybody except me?

anyway, time machine access to my repo works smoothly now.  thanks!
matthias

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to