darcs

Issue 958 confusing configure error : try installing the package (resolve in 2.0.3)

Title confusing configure error : try installing the package (resolve in 2.0.3)
Priority bug Status resolved
Milestone 2.1.x Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, isaacd, kowey, thorkilnaur, tommy
Assigned To
Topics

Created on 2008-07-11.21:20:04 by isaacd, last changed 2010-06-15.21:47:44 by admin.

Messages
msg5217 (view) Author: isaacd Date: 2008-07-11.21:20:01
{{{
...
checking for module Text.Regex( mkRegex, matchRegex, Regex )... no; and neither
in package text
checking for module Text.Regex( mkRegex, matchRegex, Regex )... no; and neither
in package regex-compat
configure: error: Cannot find Test.Regex; try installing the package text or
regex-compat?
}}}

"Cannot find Test.Regex" -- typo, should say "Text" not "Test"

What is package "text"? -- not on Hackage, does it need to be mentioned in the
recommended solution or can we just say "...; try installing the package
regex-compat?"

that's a simple fix.  More generally, hopefully ignorant people will know it
means "Haskell package" and if their distro doesn't provide it will be able to
use "cabal install"... :-)
msg5262 (view) Author: kowey Date: 2008-07-25.09:48:29
Hi Issac and thanks!

Let's address your three thoughts

> Test.Regex
I'll send in your typo fix later.

> text package

I think that's for older versions of GHC, which we probably still want to
support.  Maybe it would be worthwhile to switch the order of tests so that
newer packages get looked at (and suggested) first.

> Haskell package

I think we should change the wording to say that at least.
msg5499 (view) Author: kowey Date: 2008-08-14.06:05:10
This is resolved by my patch to darcs

Fri Jul 25 10:53:36 BST 2008  Eric Kow <E.Y.Kow@brighton.ac.uk>
  * configure: suggest regex-compat before text

Fri Jul 25 10:50:15 BST 2008  Eric Kow <E.Y.Kow@brighton.ac.uk>
  * configure: mention Haskell in 'try installing' suggestion

Tue Jul 15 13:17:08 BST 2008  Eric Kow <E.Y.Kow@brighton.ac.uk>
  * Typo (Text.Regex)
History
Date User Action Args
2008-07-11 21:20:04isaacdcreate
2008-07-25 09:48:32koweysetstatus: unread -> unknown
nosy: + kowey
assignedto: kowey
messages: + msg5262
title: rather confusing configure error in 2.0.2 -> confusing configure error : try installing the package ...
2008-08-14 06:05:13koweysetstatus: unknown -> resolved-in-unstable
title: confusing configure error : try installing the package ... -> confusing configure error : try installing the package (resolve in 2.0.3)
nosy: + darcs-devel, simon
messages: + msg5499
topic: + Target-2.1
assignedto: kowey ->
2008-08-14 15:31:18simonsetnosy: - simon
2009-04-22 03:30:39twbsetstatus: resolved-in-unstable -> resolved
nosy: + dmitry.kurochkin, simon, thorkilnaur
2009-08-06 21:09:28adminsetnosy: - beschmi
2009-08-11 00:18:46adminsetnosy: - dagit
2009-08-25 17:44:16adminsetnosy: - simon
2009-08-27 14:18:27adminsetnosy: tommy, kowey, darcs-devel, thorkilnaur, isaacd, dmitry.kurochkin
2010-06-15 21:47:43adminsetmilestone: 2.1.x
2010-06-15 21:47:44adminsettopic: - Target-2.1