Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with library profiling #43

Closed
tmcdonell opened this issue Oct 9, 2016 · 4 comments
Closed

Build fails with library profiling #43

tmcdonell opened this issue Oct 9, 2016 · 4 comments
Labels

Comments

@tmcdonell
Copy link
Owner

@djduke Migrated from #39.

I guess you have enabled library profiling in your $HOME/.cabal/config ?

@tmcdonell
Copy link
Owner Author

The ticket you linked (haskell/cabal#2766) seems appropriate, although the problem is present with library profiling enabled. Do we know if that fix is released yet?

> cabal --version
cabal-install version 1.24.0.0
compiled using version 1.24.0.0 of the Cabal library

@djduke
Copy link

djduke commented Oct 9, 2016

On 9 Oct 2016, at 08:03, Trevor L. McDonell notifications@github.com wrote:

@djduke Migrated from #39.

I guess you have enabled library profiling in your $HOME/.cabal/config ?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Bingo. I'd forgotten about the user-level config file. Changing the flag to false and the build succeeds.

thanks,
David.


David Duke T: +44 113 3436800
Professor of Computer Science E: D.J.Duke@leeds.ac.uk
Head, School of Computing W: www.comp.leeds.ac.uk/scsdjd/
PA: Gaynor Butterwick, E: G.Butterwick@leeds.ac.uk T: +44 113 3435434

@djduke
Copy link

djduke commented Oct 9, 2016

The change proposed in haskell/cabal#2766 is in the Cabal 1.24.0.0 release. It may have been in an earlier release; I haven't seen if any subsequent changes also touched profiling/dynamic linking flags.

David.

On 9 Oct 2016, at 08:07, Trevor L. McDonell notifications@github.com wrote:

The ticket you linked (haskell/cabal#2766) seems appropriate, although the problem is present with library profiling enabled. Do we know if that fix is released yet?

cabal --version
cabal-install version 1.24.0.0
compiled using version 1.24.0.0 of the Cabal library


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@tmcdonell
Copy link
Owner Author

hmm, I'll have to take a closer look at that cabal issue, but now that I can at least replicate the problem I'll see if it is possible to work around it. Glad it is building for you again!

tmcdonell added a commit that referenced this issue Jan 6, 2017
minor bug fix release

ping: #43
ping: #45
ping: #47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants