[GHC] #8122: make binary-dist broken on OS X in HEAD
GHC
ghc-devs at haskell.org
Tue Sep 24 17:24:23 CEST 2013
#8122: make binary-dist broken on OS X in HEAD
------------------------------------------+--------------------------------
Reporter: danharaj | Owner:
Type: bug | Status: new
Priority: highest | Milestone:
Component: Build System | Version: 7.7
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86_64
Type of failure: Installing GHC failed | (amd64)
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets:
------------------------------------------+--------------------------------
Comment (by darchon):
`make binary-dist` also started failing for me; I don't know why it worked
earlier...
The attached patch moves the conflicting piece of Make script so that it
is not executed when `BINDIST=YES`.
Running`make` followed by a `make binary-dist` works now.
The patch is now complete fool-proof. If you remove any of the files in
`/inplace/bin/` between `make` and `make binary-dist` they will not be
rebuilt; even though `make binary-dist` requires these files later on.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8122#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list