darcs

Issue 263 Lcs.lhs:440:10: Not in scope: `getBounds'

Title Lcs.lhs:440:10: Not in scope: `getBounds'
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, eschnett, kowey, thorkilnaur, tommy
Assigned To
Topics

Created on 2006-09-09.02:06:38 by eschnett, last changed 2009-08-27.13:49:49 by admin.

Messages
msg981 (view) Author: eschnett Date: 2006-09-09.02:06:34
I want to build the unstable branch of darcs from source.  I get the error 
message:

$ make
ghc  -cpp  -package QuickCheck -package mtl -package parsec -package unix -O -
funbox-strict-fields  -DENABLE_GIT -Wall -Werror -I. -DHAVE_CURSES -DHAVE_CURL -
c Lcs.lhs

Lcs.lhs:440:10: Not in scope: `getBounds'
make: *** [Lcs.o] Error 1

I am using Darwin 8.7.1.  I have the Apple Developer tools and ghc 6.4 
installed, and I was able to build the stable version of darcs some time ago.  
(The stable version currently does not build for me with the error message

$ make
Linking darcs ...
compilation IS NOT required
/usr/bin/ld: Undefined symbols:
_ControlziMonadziError_zdf21_closure
_ControlziMonadziError_ZCDError_static_info
collect2: ld returned 1 exit status
)
msg987 (view) Author: tommy Date: 2006-09-13.10:59:26
Just in case, have you tried make maintainer-clean; make? I've
sometimes got build failures after upgrading some build tool,
and redoing the auto-configuration and building from scratch
have fixed it.
msg1009 (view) Author: kowey Date: 2006-09-28.22:23:12
On Sat, Sep 09, 2006 at 02:06:39 +0000, Erik Schnetter wrote:
> Lcs.lhs:440:10: Not in scope: `getBounds'

I had the same problem, but I am using GHC 6.5.20060608, whereas
if you're using GHC 6.4 that #if should not be making you try to
compile that.  Weird.

Did you try the make maintainer-clean that Tommy suggested?
msg1828 (view) Author: kowey Date: 2007-07-14.22:39:11
Hi, I'm going to close this.  Do re-open if you can reproduce it.
History
Date User Action Args
2006-09-09 02:06:38eschnettcreate
2006-09-13 10:59:36tommysetstatus: unread -> unknown
nosy: droundy, tommy, kowey, eschnett
messages: + msg987
2006-09-28 22:23:21koweysetnosy: droundy, tommy, kowey, eschnett
messages: + msg1009
2007-07-14 22:39:17koweysetstatus: unknown -> resolved
nosy: + beschmi
messages: + msg1828
2009-08-06 17:50:19adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, eschnett
2009-08-06 20:51:48adminsetnosy: - beschmi
2009-08-10 21:55:25adminsetnosy: + eschnett, - markstos, darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 18:01:39adminsetnosy: + darcs-devel, - simon
2009-08-27 13:49:49adminsetnosy: tommy, kowey, darcs-devel, eschnett, thorkilnaur, dmitry.kurochkin