[GHC] #12479: build fail of commercialhaskell.com with stack build on mac os x sierra beta 4

GHC ghc-devs at haskell.org
Fri Sep 16 20:11:51 UTC 2016


#12479: build fail of commercialhaskell.com with stack build on mac os x sierra
beta 4
-------------------------------------+-------------------------------------
        Reporter:  stephenb          |                Owner:
            Type:  bug               |               Status:  infoneeded
        Priority:  normal            |            Milestone:  8.0.2
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  MacOS X           |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash                              |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #12198            |  Differential Rev(s):  Phab:D2532
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 Austin says,
 {{{
 <thoughtpolice> bgamari: FWIW, the load commands stuff is part of dyld,
 not LLVM at all. Which makes sense because this is a dynamic linking
 problem at load time, and not one with the object linker trying to
 statically link some objects together at runtime ("Loading temp shared
 object failed..." implies it actually built the dylib).
 <thoughtpolice> The bad part about this is Apple hasn't published the new
 source code for dyld in Sierra, so there's no rhyme or reason as to why
 just yet. Look at 'ImageLoaderMachO::sniffLoadCommands' here:
 http://opensource.apple.com/source/dyld/dyld-353.2.1/src/ImageLoaderMachO.cpp?txt
 }}}

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


More information about the ghc-tickets mailing list