[GHC] #8374: `tcIfaceGlobal (local): not found` while compiling
GHC
ghc-devs at haskell.org
Wed Jan 29 17:40:14 UTC 2014
#8374: `tcIfaceGlobal (local): not found` while compiling
----------------------------------------+---------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Build System | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: Building GHC failed | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
----------------------------------------+---------------------------
Comment (by nomeata):
I occasionally have that as well; right now in `library/base`:
{{{
HC [stage 1] libraries/base/dist-install/build/Control/Applicative.o
ghc-stage1: panic! (the 'impossible' happened)
(GHC version 7.9.20140129 for x86_64-unknown-linux):
tcIfaceGlobal (local): not found:
base:Control.Applicative.$fApplicativeWrappedMonad{v ri}
[(0c7, Identifier ‛base:Control.Applicative.<*>{v 0c7}’),
(0c8, Identifier ‛base:Control.Applicative.pure{v 0c8}’),
(0c9, Class ‛base:Control.Applicative.Alternative{tc 0c9}’),
...
}}}
Thorough cleaning helps. Sorry, no further clues.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8374#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list