[GHC] #11061: GHC 7.10.3 RC1: build broken on OS X

#11061: GHC 7.10.3 RC1: build broken on OS X -------------------------------------+------------------------------------- Reporter: trommler | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.10.3 Component: Build System | Version: 7.10.2 Keywords: | Operating System: MacOS X Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Richard reported on ghc-devs:
{{{ checking for readelf... no configure: error: cannot find readelf in your PATH }}}
OS X uses Mach-O not ELF. So `readelf` does not work on Mach-O binaries. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11061 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11061: GHC 7.10.3 RC1: build broken on OS X -------------------------------------+------------------------------------- Reporter: trommler | Owner: Type: bug | Status: closed Priority: highest | Milestone: 7.10.3 Component: Build System | Version: 7.10.2 Resolution: fixed | Keywords: Operating System: MacOS X | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed Comment: Indeed the configure check should be skipped on Darwin. This is fixed in 7f8fc1c9db5bef2dea05e001488d5bc7c8b38575. I'll push an rc2 with this and one other fix today. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11061#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC