[Pkg-haskell-maintainers] Bug#616635: [GHC] #4999: build fails on powerpc: error: 'ObjectCode' has no member named 'misalignment'

GHC cvs-ghc at haskell.org
Tue Mar 8 14:18:57 UTC 2011


#4999: build fails on powerpc:   error: 'ObjectCode' has no member named
'misalignment'
-------------------------------+--------------------------------------------
    Reporter:  nomeata         |        Owner:                     
        Type:  bug             |       Status:  new                
    Priority:  normal          |    Milestone:                     
   Component:  Runtime System  |      Version:  7.0.2              
    Keywords:                  |     Testcase:                     
   Blockedby:                  |   Difficulty:                     
          Os:  Linux           |     Blocking:                     
Architecture:  powerpc         |      Failure:  Building GHC failed
-------------------------------+--------------------------------------------

Comment(by simonmar):

 Your patch has this suspicious hunk:

 {{{
 @@ -981,7 +981,7 @@
        SymI_HasProto(stg_yieldzh)                        \
        SymI_NeedsProto(stg_interp_constr_entry)          \
        SymI_HasProto(stg_arg_bitmaps)                    \
 -      SymI_HasProto(large_alloc_lim)                    \
 +      SymI_HasProto(alloc_blocks_lim)                   \
        SymI_HasProto(g0)                                 \
        SymI_HasProto(allocate)                           \
        SymI_HasProto(allocateExec)                       \
 }}}

 Removing that should fix the problem.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4999#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler





More information about the Pkg-haskell-maintainers mailing list