[GHC] #8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)
GHC
ghc-devs at haskell.org
Sat Jun 22 07:15:15 CEST 2013
#8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)
--------------------------------+-------------------------------------------
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:
--------------------------------+-------------------------------------------
Building GHC HEAD at 569b2652 on powerpc64 Linux results in:
{{{
"inplace/bin/ghc-stage1" -static -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 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.o
/tmp/ghc18067_0/ghc18067_0.hc: In function 'c6o_entry':
/tmp/ghc18067_0/ghc18067_0.hc:509:20:
error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this
function)
/tmp/ghc18067_0/ghc18067_0.hc:509:20:
note: each undeclared identifier is reported only once for each
function it appears in
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8009>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list