#3608: Build the ghc-bin package in the standard way
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  task              |         Status:  new             
  Priority:  normal            |      Milestone:  6.14.1          
 Component:  Build System      |        Version:  6.10.4          
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 In `ghc/ghc.mk` we have
 {{{
 # ToDo
 ghc_USES_CABAL = NO
 }}}
 which I think is responsible for these (non-fatal) errors during the
 build:
 {{{
 "inplace/bin/mkdependC" -f ghc/stage1/build/.depend.tmp   --   -Wall
 -Werror           -- ghc/hschooks.c
 ghc/hschooks.c:7:17: error: Rts.h: No such file or directory
 ghc/hschooks.c:9:22: error: RtsFlags.h: No such file or directory
 ghc/hschooks.c:12:19: error: HsFFI.h: No such file or directory
 ghc/hschooks.c:7:17: error: Rts.h: No such file or directory
 ghc/hschooks.c:9:22: error: RtsFlags.h: No such file or directory
 ghc/hschooks.c:12:19: error: HsFFI.h: No such file or directory
 }}}

 We should build ghc-bin in the standard way, without `ghc_USES_CABAL =
 NO`.

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