[GHC] #7639: Fix installation issues with cross compiling + honour Stage1Only properly

GHC cvs-ghc at haskell.org
Tue Feb 5 13:44:14 CET 2013


#7639: Fix installation issues with cross compiling + honour Stage1Only properly
----------------------------------+-----------------------------------------
    Reporter:  StephenBlackheath  |       Owner:                       
        Type:  bug                |      Status:  patch                
    Priority:  normal             |   Milestone:                       
   Component:  Compiler           |     Version:  7.7                  
    Keywords:                     |          Os:  Unknown/Multiple     
Architecture:  Unknown/Multiple   |     Failure:  Installing GHC failed
  Difficulty:  Unknown            |    Testcase:                       
   Blockedby:                     |    Blocking:  7610                 
     Related:                     |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * difficulty:  => Unknown


Comment:

 Ok, a fix for the `ghc-pkg` issue is coming (I didn't understand the fix,
 so spent some time looking at it, and I think I've done it in a slightly
 cleaner way).

 Regarding the stage 2 issue, strictly speaking building `compiler/stage2`
 is correct, because it is the `ghc` package that can be used with the
 cross-compiler.  If you don't want to build it, then setting `stage = 1`
 in your `mk/build.mk` should disable it.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7639#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list