[GHC] #11277: Undeclared `CCS_MAIN` in unregisterised build

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- The unregisterised build currently fails with: {{{ "inplace/bin/ghc-stage1" -static -prof -O -H64m -Wall -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-package-key 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.p_o /tmp/ghc12993_0/ghc_3.hc: In function ‘clB_entry’: /tmp/ghc12993_0/ghc_3.hc:2983:24: error: error: ‘CCS_MAIN’ undeclared (first use in this function) *((P_)(_cly+8)) = (W_)&CCS_MAIN; ^ /tmp/ghc12993_0/ghc_3.hc:2983:24: error: note: each undeclared identifier is reported only once for each function it appears in /tmp/ghc12993_0/ghc_3.hc: In function ‘stg_mkApUpd0zh’: /tmp/ghc12993_0/ghc_3.hc:3031:24: error: error: ‘CCS_MAIN’ undeclared (first use in this function) *((P_)(_clP+8)) = (W_)&CCS_MAIN; ^ /tmp/ghc12993_0/ghc_3.hc: In function ‘stg_clearCCSzh’: /tmp/ghc12993_0/ghc_3.hc:3323:40: error: error: ‘CCS_MAIN’ undeclared (first use in this function) CCCS = (struct CostCentreStack_ *)(W_)&CCS_MAIN; }}} which is almost certainly a result of commit c8c44fd91b509b9eb6. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * priority: normal => highest Comment: We should really get this sorted out before the release. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11277: Undeclared `CCS_MAIN` in unregisterised build
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by erikd):
* status: new => closed
* resolution: => fixed
Comment:
Looks like @gridaphobe fixed this in
{{{
commit 380b25ea4754c2aea683538ffdb179f8946219a0
Author: Eric Seidel

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: closed Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by slyfox): Was fixed by changeset:e9ab6d5939014e11b4f9368984f991de4d4cf041 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: merge Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by slyfox): * status: closed => merge -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: merge Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by slyfox): While at it changeset:75851bf930067ae7c57bee3c6feea456534eafed also needs a merge. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11277: Undeclared `CCS_MAIN` in unregisterised build -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: closed Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11277#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC