[GHC] #7832: In function 'stg_ap_0_fast' 'debugBelch' undeclared
GHC
cvs-ghc at haskell.org
Sat Apr 13 12:16:09 CEST 2013
#7832: In function 'stg_ap_0_fast' 'debugBelch' undeclared
--------------------------------+-------------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Linux | Architecture: powerpc64
Failure: Building GHC failed | Blockedby:
Blocking: | Related:
--------------------------------+-------------------------------------------
Attempting to build git HEAD on linux-powerpc64:
{{{
"inplace/bin/ghc-stage1" -static -optc-DDEBUG -ticky -DTICKY_TICKY -H32m
-O -Werror -Wall \
-H64m -O0 -Iincludes -Iincludes/dist -Iincludes/dist-
derivedconstants/header \
-Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build
-DCOMPILING_RTS -package-name rts \
-optc-DNOSMP -dcmm-lint -i -irts -irts/dist/build
-irts/dist/build/autogen -Irts/dist/build \
-Irts/dist/build/autogen -O2 -O0 -c rts/HeapStackCheck.cmm -o
rts/dist/build/HeapStackCheck.debug_o \
/tmp/ghc32217_0/ghc32217_0.hc: In function 'stg_ap_0_fast':
/tmp/ghc32217_0/ghc32217_0.hc:21:12:
error: 'debugBelch' undeclared (first use in this function)
/tmp/ghc32217_0/ghc32217_0.hc:21:12:
note: each undeclared identifier is reported only once for each
function it appears in
/tmp/ghc32217_0/ghc32217_0.hc:24:12:
error: 'printClosure' undeclared (first use in this function)
/tmp/ghc32217_0/ghc32217_0.hc:31:12:
error: 'checkStackFrame' undeclared (first use in this function)
/tmp/ghc32217_0/ghc32217_0.hc: In function 'stg_PAP_entry':
/tmp/ghc32217_0/ghc32217_0.hc:127:12:
error: 'barf' undeclared (first use in this function)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7832>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list