#5105: Cant do annotations without GHCi
---------------------------------+------------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
First found this while working on bug #4999 on powerpc-linux. I tried to
disable building GHCi because #4999 and GHCi are related in some way.
However the problem also exists on x86_64-linux.
Building from git master branch. If I do
{{{
echo "GhcWithInterpreter=NO" >> mk/build.mk
}}}
followed by configure and build I get:
{{{
ghc-stage2: panic! (the 'impossible' happened)
(GHC version 7.1.20110408 for x86_64-unknown-linux):
Cant do annotations without GHCi
{103:19-33}
base:GHC.Exts.ForceSpecConstr{d rcU}
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
make[1]: *** [libraries/vector/dist-
install/build/Data/Vector/Fusion/Stream/Monadic.o] Error 1
make: *** [all] Error 2
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5105>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs