[GHC] #7832: In function 'stg_ap_0_fast' 'debugBelch' undeclared

#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

#7832: In function 'stg_ap_0_fast' 'debugBelch' undeclared ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: duplicate | Keywords: Os: Linux | Architecture: powerpc64 Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Changes (by igloo): * status: new => closed * difficulty: => Unknown * resolution: => duplicate Comment: Thanks for the report. However, this is a duplicate of #7792. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7832#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC