[GHC] #7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable platforms any more

#7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable
platforms any more
--------------------------------+-------------------------------------------
Reporter: StephenBlackheath | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: 7724 | Related:
--------------------------------+-------------------------------------------
We can't build without libraries/dph any more. This happens if we use
./sync-all --no-dph get, and it's needed on build configurations that
don't support TH (such as cross-compiling).
I think this is a regression in the recent fix
{{{
commit 104ff6e9ad85751dab2fc2ed25cf8f7827bb13f1
Author: Ian Lynagh

#7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable platforms any more --------------------------------+------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: patch Priority: normal | Component: Build System Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: 7724 | Related: --------------------------------+------------------------------------------- Changes (by StephenBlackheath): * status: new => patch -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7733#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable
platforms any more
--------------------------------+-------------------------------------------
Reporter: StephenBlackheath | Owner:
Type: bug | Status: patch
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: 7724 | Related:
--------------------------------+-------------------------------------------
Comment(by ian@…):
commit 180c850db96e5c953ac3cfb444302631e57995c3
{{{
Author: Ian Lynagh

#7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable platforms any more ----------------------------------+----------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Build System | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: 7724 | Related: ----------------------------------+----------------------------------------- Changes (by igloo): * status: patch => closed * difficulty: => Unknown * resolution: => fixed Comment: Applied, thanks! -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7733#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC