darcs

Issue 819 Could not find module `Text.ParserCombinators.Parsec'

Title Could not find module `Text.ParserCombinators.Parsec'
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, ertai, kowey, thorkilnaur, tommy, zooko
Assigned To
Topics

Created on 2008-04-28.17:48:57 by zooko, last changed 2009-10-24.00:04:50 by admin.

Messages
msg4369 (view) Author: zooko Date: 2008-04-28.17:48:55
Compiling darcs-2 on a fresh new Ubuntu hardy system ends with:

src/CommandLine.lhs:26:7:
    Could not find module `Text.ParserCombinators.Parsec':
      Use -v to see a list of the files searched for.

The bug is that the ./configure didn't suggest installing a package, the way
that it did for mtl, html, and quickcheck.
msg4370 (view) Author: zooko Date: 2008-04-28.17:57:37
So I did "sudo apt-get install libghc6-parsec-dev, and now it gets past that and
stops with:

src/Darcs/Bug.lhs:9:7:
    Could not find module `Text.Regex':
      Use -v to see a list of the files searched for.

So that is the next one that configure should check for...
msg4371 (view) Author: zooko Date: 2008-04-28.18:00:57
Okay I installed libghc6-regex-compat-dev and it proceeded with compilation.
msg4377 (view) Author: ertai Date: 2008-04-29.15:36:46
The configure is now more explicit on what packages are missing.
History
Date User Action Args
2008-04-28 17:48:57zookocreate
2008-04-28 17:57:39zookosetstatus: unread -> unknown
nosy: tommy, beschmi, zooko, dagit
messages: + msg4370
2008-04-28 18:01:02zookosetnosy: tommy, beschmi, zooko, dagit
messages: + msg4371
2008-04-29 15:36:49ertaisetstatus: unknown -> resolved-in-unstable
nosy: + ertai
messages: + msg4377
2008-09-04 21:33:21adminsetstatus: resolved-in-unstable -> resolved
nosy: + kowey
2009-08-06 21:03:26adminsetnosy: + dmitry.kurochkin, simon, thorkilnaur, - beschmi
2009-08-11 00:11:34adminsetnosy: - dagit
2009-08-25 18:10:19adminsetnosy: + darcs-devel, - simon
2009-08-27 14:09:51adminsetnosy: tommy, kowey, darcs-devel, zooko, thorkilnaur, ertai, dmitry.kurochkin
2009-10-23 22:39:50adminsetnosy: + nicolas.pouillard, - ertai
2009-10-24 00:04:50adminsetnosy: + ertai, - nicolas.pouillard