[GHC] #9100: Cannot build crypto-pubkey with GHC 7.8.2 and profiling
GHC
ghc-devs at haskell.org
Fri Nov 7 01:38:56 UTC 2014
#9100: Cannot build crypto-pubkey with GHC 7.8.2 and profiling
-------------------------------------+-------------------------------------
Reporter: | Owner:
JohnWiegley | Status: infoneeded
Type: bug | Milestone: 7.10.1
Priority: normal | Version: 7.8.2
Component: Compiler | Keywords:
Resolution: | Architecture: x86_64 (amd64)
Operating System: MacOS X | Difficulty: Unknown
Type of failure: Compile- | Blocked By:
time crash | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => infoneeded
Comment:
I can not reproduce this issue on Ubuntu Linux. I tried the following
steps. First, set `library-profiling: True` in .cabal/config. Then:
{{{
$ git clone http://github.com/vincenthz/hs-crypto-pubkey
$ cd hs-crypto-pubkey
$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal configure --disable-split-objs --enable-library-profiling
--enable-shared --enable-library-vanilla --enable-executable-dynamic
$ cabal build
}}}
The build succeeds.
@JohnWiegley can you try again with GHC 7.8.3 please?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9100#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list