[GHC] #11820: bindist install script doesn't check libdw version

#11820: bindist install script doesn't check libdw version -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: new Priority: highest | Milestone: 8.0.1 Component: Build System | Version: 7.10.3 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: -------------------------------------+------------------------------------- It seems that while the source distribution's `configure` script checks for the minimum required version of `libdw`, the binary distribution does not. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11820 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11820: Configure script doesn't check libdw version -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: new Priority: highest | Milestone: 8.0.1 Component: Build System | Version: 7.10.3 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: | -------------------------------------+------------------------------------- Description changed by bgamari: @@ -1,3 +1,2 @@ - It seems that while the source distribution's `configure` script checks - for the minimum required version of `libdw`, the binary distribution does - not. + Configure checks only for `libdw`'s precense, not the minimum version we + require (0.158). New description: Configure checks only for `libdw`'s precense, not the minimum version we require (0.158). -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11820#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11820: Configure script doesn't check libdw version -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: patch Priority: highest | Milestone: 8.0.1 Component: Build System | Version: 7.10.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2103 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D2103 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11820#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11820: Configure script doesn't check libdw version -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: patch Priority: highest | Milestone: 8.0.1 Component: Build System | Version: 7.10.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2103 Wiki Page: | -------------------------------------+------------------------------------- Changes (by asr): * cc: asr (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11820#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11820: Configure script doesn't check libdw version
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: patch
Priority: highest | Milestone: 8.0.1
Component: Build System | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2103
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#11820: Configure script doesn't check libdw version -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: closed Priority: highest | Milestone: 8.0.1 Component: Build System | Version: 7.10.3 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): Phab:D2103 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Merged as 6554dc60304bbd4b2edb93be7e1658bff237e067. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11820#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC