#4349: ASSERT failed! file compiler/types/FamInstEnv.lhs
----------------------------------+-----------------------------------------
    Reporter:  daniel.is.fischer  |        Owner:                     
        Type:  bug                |       Status:  new                
    Priority:  normal             |    Milestone:                     
   Component:  Compiler           |      Version:  7.1                
    Keywords:                     |     Testcase:                     
   Blockedby:                     |   Difficulty:                     
          Os:  Linux              |     Blocking:                     
Architecture:  x86                |      Failure:  Building GHC failed
----------------------------------+-----------------------------------------

Comment(by daniel.is.fischer):

 Does validate include -DDEBUG? The failed build was using
 {{{
 SRC_HC_OPTS     = -H32m -O -fasm -Rghc-timing
 GhcStage1HcOpts = -O -fasm
 GhcStage2HcOpts = -O0 -DDEBUG -Wall
 GhcLibHcOpts    = -O -fasm -XGenerics
 GhcLibWays      = v
 SplitObjs       = NO
 HADDOCK_DOCS       = NO
 BUILD_DOCBOOK_HTML = NO
 BUILD_DOCBOOK_PS   = NO
 BUILD_DOCBOOK_PDF  = NO
 }}}
 in mk/build.mk, I did a "quickest" build in another (identical) source-
 tree, that went through fine.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4349#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to