#5109: Build system is not generating dependencies for the RTS
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:  igloo       
        Type:  bug               |       Status:  new         
    Priority:  high              |    Milestone:  7.2.1       
   Component:  Build System      |      Version:  7.0.3       
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
 We are missing a call to `include-dependencies` for the RTS somewhere in
 the build system.  This means that changes in RTS headers aren't forcing
 the appropriate source files to be recompiled, which can lead to strange
 crashes when pulling patches and rebuilding.  If stage2 segfaults for you,
 it might be a good idea to try

 {{{
 cd rts; make clean; cd ..; make
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5109>
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

Reply via email to