ANNOUNCE: GHC 6.12.2 Release Candidate 1

Matthias Kilian kili at outback.escape.de
Fri Apr 16 03:35:16 EDT 2010


On Fri, Apr 16, 2010 at 04:02:03PM +0900, Jens Petersen wrote:
> > Just for the record let me report the following build failure for f14 (rawhide):
> > http://koji.fedoraproject.org/koji/taskinfo?taskID=2107186
[...]
> I have reproduced this now also with ghc-6.12.1
> 
> "inplace/bin/ghc-stage1" -prof  -H32m -O    -package-name base-
							    ^^^^^
							    Here!
> -hide-all-packages -i -ilibraries/base3-compat/.
[...]
> libraries/base3-compat/Data/IORef.hs:1:0:
>     Bad interface file: libraries/base3-compat/dist-install/build/Prelude.p_hi
>         Something is amiss; requested module  base-:Prelude differs
> from name found in the interface file base-3.0.3.2:Prelude
> make[1]: *** [libraries/base3-compat/dist-install/build/Data/IORef.p_o] Error 1
> make: *** [all] Error 2
[...]
> What should one make of "Something is amiss; requested module
> base-:Prelude differs from name found in the interface file
> base-3.0.3.2:Prelude" here when building ghc??

I don't know why, but for some reason something's going wrong with
creating libraries/base3-compat/dist-install/package-data.mk, which
*should* contain the correct version number (i.e.
libraries/base3-compat_dist-install_VERSION = 3.0.3.2).

Ciao,
	Kili


More information about the Glasgow-haskell-users mailing list