[GHC] #9597: config.guess too old to detect system type under msys2

#9597: config.guess too old to detect system type under msys2 -------------------------------------+------------------------------------- Reporter: gintas | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 7.9 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: Difficulty: Unknown | None/Unknown Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- The version of config.guess in the GHC repository is too old to correctly detect the system type when running under msys2, which causes ./configure to fail. The attached patch updates config.guess to the latest version which deals with msys2 correctly. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9597 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9597: config.guess too old to detect system type under msys2 -------------------------------------+------------------------------------- Reporter: gintas | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: Build | Version: 7.9 System | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: Windows | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by gintas): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9597#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9597: config.guess too old to detect system type under msys2 -------------------------------------+------------------------------------- Reporter: gintas | Owner: hvr Type: bug | Status: patch Priority: normal | Milestone: Component: Build | Version: 7.9 System | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: Windows | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by hvr): * owner: => hvr Comment: I was planning to update all `config.{guess,sub}` files soon anyway (I hit the very same issue you encountered a few weeks ago, but thought I was using the wrong msys2 `.bat` file) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9597#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9597: config.guess too old to detect system type under msys2
-------------------------------------+-------------------------------------
Reporter: gintas | Owner: hvr
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Build | Version: 7.9
System | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: Windows | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Herbert Valerio Riedel

#9597: config.guess too old to detect system type under msys2 -------------------------------------+------------------------------------- Reporter: gintas | Owner: hvr Type: bug | Status: closed Priority: normal | Milestone: Component: Build | Version: 7.9 System | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: Windows | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by hvr): * status: patch => closed * resolution: => fixed Comment: (see also d24a618e4c1d78e5b8684e61d6518711f4e6408e) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9597#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC