-
Notifications
You must be signed in to change notification settings - Fork 15
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
GHC 8.0.1 crashes compiling hquantlib-0.0.3.2 on Linux/i586 #24
Comments
Thanks for the report! It looks like missing symbol in libgsl, though reaction of GHC is quite strange but it may correlate with this GHC ticket: [https://ghc.haskell.org/trac/ghc/ticket/10458] According to the doc of GSL, this symbol is going to be removed in future versions.
Is there any place where I can take a look at current libgsl in openSuse? I need those two:
|
The sources for the |
Thanks. I will dig into it. Hopefully till the end of the week. |
I stumbled upon this issue searching for |
@poidl Thanks for the finding! That means that hmatrix-special package should be fixed somehow. |
Similar thing seem to happen with Nix unstable (run on Gentoo):
|
It's quite interesting that it fails on the same module on linux. It seems to be somewhere at dependencies of the library but I don't still know how to approach this bug. |
@paulrzcz my hypothesis is that on Nix it could come from gsl 2 which is used by default (though my simple attempts to use |
A complete build log running on openSUSE:Tumbleweed is attached below.
The text was updated successfully, but these errors were encountered: