-
Notifications
You must be signed in to change notification settings - Fork 711
Bunch of undefined references when building happy (or alex?) with cabal 2.0. #4748
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
Comments
Looks like it dies while trying to compile
which results in
etc. I'm not quite sure what's going on here. One possibility is that a different incompatible build of the same GHC version was installed, so that there are now dangling references to old stuff.
I'd try doing that again and also removing Also this part looks a bit weird:
Normally I'd not expect to find so much Haskell stuff in |
I did already try to remove Yes, I suppose they're installed by the package manager as dependensies to some other packages (except Idris). |
Which OS/distro are you using? |
I also must ask: have you managed to successfully build any Haskell program with |
@ezyang Oh well, good thing that you asked that. I have no idea how I managed to overlook that. Indeed, even simple |
The dynamic-only GHC (and This issue is actually a duplicate of #1720 So JFYI we expect |
Uh oh!
There was an error while loading. Please reload this page.
I was trying to build a project with
cabal new-build
, but it fails on happy (or alex?) with a ton of undefined references for every dependency there is.Here's the full build-log
The build was clean (or at least I think so), with
~/.cabal
,./dist
and./dist-newstyle
preemptively removed andcabal update
after it.The text was updated successfully, but these errors were encountered: