id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3608,Build the ghc-bin package in the standard way,igloo,,"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`.
",task,closed,normal,7.2.1,Build System,6.10.4,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,,,,
