#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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org