[GHC] #14274: Host normalization causes problem with configure.

GHC ghc-devs at haskell.org
Mon Sep 25 23:19:08 UTC 2017


#14274: Host normalization causes problem with configure.
---------------------------------+----------------------------------------
        Reporter:  Phyx-         |                Owner:  (none)
            Type:  bug           |               Status:  new
        Priority:  normal        |            Milestone:
       Component:  Build System  |              Version:  8.2.1
      Resolution:                |             Keywords:
Operating System:  Windows       |         Architecture:  Unknown/Multiple
 Type of failure:  Other         |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by Tamar Christina <tamar@…>):

 In [changeset:"c839c57ed372203b05407b2042d00c188af75310/ghc"
 c839c57e/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="c839c57ed372203b05407b2042d00c188af75310"
 Fix the searching of target AR tool

 Summary:
 Ar was being checked twice prior to D3883 where I removed one of the
 checks
 because the converted path was being overridden after the check because of
 the second check for Ar. However the one in configure.ac was a target
 check
 so I'm changing the path check to a target check now.

 Test Plan: ./configure

 Reviewers: angerman, austin, hvr, bgamari

 Reviewed By: bgamari

 Subscribers: rwbarton, thomie, erikd

 GHC Trac Issues: #14274

 Differential Revision: https://phabricator.haskell.org/D4020
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14274#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list