-
Notifications
You must be signed in to change notification settings - Fork 199
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 failure (hackage-cli) with weird linker error (due to builder using v1-install) #1173
Comments
Interesting. I wonder if the hackage builder just has trouble in general with packages with internal libraries. |
Note that builder still uses (for irritating reasons we should try to fix) v1-install. So it could be cabal v1-install itself chokes on such things. |
@gbaz: Your gut feeling was exactly right. I tried |
Is there a thread about upgrading Hackage builder from From what i've gathered these seem to be the remaining blocking issues: #821 (comment) (The reason why we need |
That ticket sounds right. Many of those issues are resolved, so it might be worth having another go at things... That said, using v2-build won't help with your situation. The source-repository-package stanza is part of the |
Getting the same error for a new package of mine, again providing an executable and internal library. Moreover, like in the case of EDIT: Looking through the server code, the empty module list in the home page is explained by a |
The issue is the library is not This is the same issue as reported above -- we can fix the display with the ticket being worked on, and to fix the building we need to move the builder to v2 install. |
See https://hackage.haskell.org/package/hackage-cli-0.1.0.0/reports/1
The text was updated successfully, but these errors were encountered: