[GHC] #10476: Wrong ar during cross-compilation

GHC ghc-devs at haskell.org
Wed Jun 3 00:30:49 UTC 2015


#10476: Wrong ar during cross-compilation
-------------------------------------+-------------------------------------
        Reporter:  jakzale           |                   Owner:
            Type:  bug               |                  Status:  infoneeded
        Priority:  low               |               Milestone:
       Component:  Build System      |                 Version:  7.11
      Resolution:                    |                Keywords:  cross-
Operating System:  Unknown/Multiple  |  compiling
 Type of failure:  Building GHC      |            Architecture:
  failed                             |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by rwbarton):

 * status:  new => infoneeded


Comment:

 I confirmed that my cross-compilation uses `/usr/bin/ar` at this point, so
 I was unable to reproduce the problem.

 What does your bootstrap compiler output for `ghc --info` under `("ar
 command",___)`? That command should end up as the value of `AR_STAGE0` in
 `mk/config.mk`, and then get run for `ar` here since `bin-package-db` is a
 stage 0 package.

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


More information about the ghc-tickets mailing list