-
Notifications
You must be signed in to change notification settings - Fork 164
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
failed to install brick via Hackage #308
Comments
Thanks for the report! This looks like a |
Ubuntu Mate 18.04 LTS |
Do you have any version of |
@glguy - I'm wondering if you have run into this issue. There have been two Vty patches (here, here) submitted about this issue, but I got stuck trying to figure out why these would make sense in vty. Vty doesn't seem to even have an explicit dependency on |
I searched /usr/lib and /usr/bin, but couldn't find libtinfo. Are there any other directories I should search? |
@greggaree I don't think so; it probably just isn't installed. Your best bet is probably to try the commands I posted above and then install whatever package provides |
I searched the web and found libtinfo-dev. vyt and brick got built and installed. However, I got a warning at the end:
Should I have used --lib? |
You can find out more information about why you got that warning here. If your goal is to install If you just want to try out the demo programs in the library, then I recommend fetching the brick source with |
@greggaree Did you get things working? |
Hi Jon,
Thanks for checking back with me. (Hey! Now that's great service!)
Short answer is yes. I'll give a longer reply in a few days or so...
|
Okay, great. I'll close this since it's resolved, but I'd love to know what happened. |
I tried to install brick using:
I got the following error:
I am using ghc version 8.10.3.
All seemed to be going well until cabal had to build vty-5.32. Here are excerpts from the log:
Later in vty build process:
At the end of vty build:
I tried building brick with cabal using ghc 8.8.4, but it also failed while building vty. From the build log:
Later in the build:
At the end of vty build:
The text was updated successfully, but these errors were encountered: