-
Notifications
You must be signed in to change notification settings - Fork 68
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
Installation fails when haskell platform is installed #36
Comments
Upstream ghc bug https://ghc.haskell.org/trac/ghc/ticket/10473#ticket |
rust-installer could possibly be defensive about this and run a sanity check that would catch it. |
Upstream haskell-platform bug: haskell/haskell-platform#137 |
I wonder if it works the other way too, i.e. does having Rust installed prevent HP installation? |
It seems both installers are doing something wrong... |
@bananu7 Rust creates the destination directory before installing so should not cause this kind of problem in the other direction. Well, rather, Rust's install script works quite a bit differently than Haskell Platform so they are hard to compare. |
The patch has now been merged and the next Platform release (this month) will have the fix. |
@flip111 reported this bizarre problem.
The problem is that
/usr/local/share/man/man1
is a symlink to a file:Apparently the haskell platform did this. I'm a little confused why.
The text was updated successfully, but these errors were encountered: