[GHC] #11659: configure --help incorrectly says --docdir is still unversioned by default
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.0.1-rc1 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 ghc-8.0.1 it seems docdir is no longer unversioned (#11354) by default, however 'configure --help' still says the default value is unversioned. This is a bit confusing. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 8.0.1-rc1 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: | -------------------------------------+------------------------------------- Changes (by bgamari): * cc: thomie, thoughtpolice, hvr (added) * milestone: => 8.0.1 Comment: Hmm, I briefly looked into this but I couldn't find any way to override autoconf's default. Thomie, hvr, or Austin, perhaps you would know of a way to accomplish this? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: patch Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 8.0.1-rc1 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:D1983 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D1983 Comment: Here's a proposed fix in Phab:D1983. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: patch Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 8.0.1-rc1 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:D1983 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"a74a3846c84ad55de3deeed8b2401a2ed514b2e1/ghc" a74a384/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="a74a3846c84ad55de3deeed8b2401a2ed514b2e1" Include version in AC_PACKAGE_TARNAME `AC_PACKAGE_TARNAME` is used by autoconf to generate the default value of docdir, which we now set to include a version number (see #11354). This fixed #11659. Test Plan: `./configure --help`, validate Reviewers: austin, thomie, hvr, erikd Reviewed By: hvr, erikd Subscribers: erikd Differential Revision: https://phabricator.haskell.org/D1983 GHC Trac Issues: #11659 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 8.0.1-rc1 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:D1983 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Merged as cabe4620ca7eeddfcf8b2ee624eac6be029e2276 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11659: configure --help incorrectly says --docdir is still unversioned by default -------------------------------------+------------------------------------- Reporter: juhpetersen | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 8.0.1-rc1 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:D1983 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Thomas Miedema <thomasmiedema@…>): In [changeset:"8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c/ghc" 8dfd4ae/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c" Build system: mention ghc version in bindist's `configure --help` docdir This is a follow up to a74a3846c84ad55de3deeed8b2401a2ed514b2e1 , which made the same change but for the toplevel configure.ac. Reviewed by: erikd Differential Revision: https://phabricator.haskell.org/D2330 GHC Trac Issues: #11659 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11659#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC