-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
pandoc-1.16.0.2 test suite fails when compiling with shared executables enabled #2709
Comments
Can you give me the stack incantation to compile with +++ Peter Simons [Feb 12 16 11:54 ]:
|
Unfortunately, I don't know how to do that either.
|
(It might be a good stack RFE.) |
Has there been any progress fixing this issue? |
No. I have never done anything with shared libraries in Haskell. If someone wants to help give me the stack incantation to compile with shared libraries, I could look into it further. But this isn't a high enough personal priority for me to work on without some help from someone for whom it matters. |
Based off of the build output from http://hydra.cryp.to/build/1671146/nixlog/2/raw, I managed to reproduce the error using
So it's not really the test suite that's failing, just the fact that it invokes the failing
|
I think the problem is clear. The test suite runs the We could probably fix this by having the test suite set +++ Ryan Scott [Jun 17 16 06:57 ]:
|
PS. the relevant changes would be in tests/Tests/Old.hs |
We see the following errors during the build when compiling with Nix and GHC 7.10.3 on Linux:
The text was updated successfully, but these errors were encountered: