[GHC] #12840: GHC-internal triplets passed to sub-project configure scripts
#12840: GHC-internal triplets passed to sub-project configure scripts -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- In some cases GHC normalizes the target triplet passed to configure to a value that is not a valid autoconf target. #12487 mistakenly changed the build to pass these triplets to sub-project configure scripts, such as that for 'base', causing a configure error. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12840> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12840: GHC-internal triplets passed to sub-project configure scripts -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by shlevy): Patch already ready, just combining it with a few other build fixes and will push all at once. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12840#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12840: GHC-internal triplets passed to sub-project configure scripts -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"9a4983dab9893f616db1c9be551ff9112084f887/ghc" 9a4983da/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="9a4983dab9893f616db1c9be551ff9112084f887" Pass autoconf triplets to sub-project configures Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: thomie, erikd Differential Revision: https://phabricator.haskell.org/D2713 GHC Trac Issues: #12840 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12840#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12840: GHC-internal triplets passed to sub-project configure scripts -------------------------------------+------------------------------------- Reporter: shlevy | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Build System | Version: 8.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: => 8.2.1 Comment: [[Image()]] -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12840#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC