
#10265: HEAD fails on OS X -------------------------------------+------------------------------------- Reporter: dalaing | Owner: dalaing Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D821 -------------------------------------+------------------------------------- Description changed by dalaing: Old description:
With the following errors:
compiler/main/Packages.hs:1269:11: Not in scope: data constructor ‘ASSERT’
compiler/main/Packages.hs:1271:11: Not in scope: data constructor ‘ASSERT’
compiler/main/Packages.hs:1286:11: Not in scope: data constructor ‘ASSERT’
New description: Failed for -DDEBUG builds initially, but also turned out it was failing to validate. The failure produced the following errors: compiler/main/Packages.hs:1269:11: Not in scope: data constructor ‘ASSERT’ compiler/main/Packages.hs:1271:11: Not in scope: data constructor ‘ASSERT’ compiler/main/Packages.hs:1286:11: Not in scope: data constructor ‘ASSERT’ -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10265#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler