darcs

Message4431

Author kowey
Recipients aslatter, beschmi, dagit, droundy, kowey, tommy
Date 2008-05-01.16:19:11
Issue Issue778 configure suceeds even though needed regex package is not found
Content
Hmm :-/

I tried replacing regex-compat with regex-compat-xxx in my configure.ac so as to
simulate the failure, but when I do so the configure script fails as it should.
 Really not sure why it would be passing for aslatter.

Here's the relevant piece of his config.log:
=================================8<=================
configure: failed program was:
-- #line 4647 "configure"
import Text.Regex( mkRegex, matchRegex, Regex )
main = seq (mkRegex undefined) (putStr "Hello world.\n")

end of failed program.
configure:4670: result: no; and neither in package regex-compat
configure:4684: checking for module Network.HTTP( urlEncode )
=================================8<=================

Notice how it keeps going after the regex-compat failure

Antoine, is there any chance this is something we've already fixed?  Could you
try with 2.0.0 + 121 patches or higher? (i.e. darcs get http://darcs.net)
History
Date User Action Args
2008-05-01 16:19:11koweycreate
2008-05-01 16:19:13koweylinkissue778 messages
2008-05-01 16:19:13koweysetrecipients: + kowey, droundy, tommy, beschmi, dagit, aslatter
2008-05-01 16:19:13koweysetmessageid: <1209658753.29.0.297938272949.issue778@darcs.net>
2008-09-20 14:42:29adminsetrecipients: + aslatter, - aslatter