-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot install ocamlfind.1.7.3 with opam.1.2.2 on macOS High Sierra 10.13.1 #10737
Comments
Could you please report the output of
|
Of course: here it is.
|
I suspect it is not a good idea to have this in your environment:
|
You are correct! That was the source of the error. |
Excellent, happy OCaml hacking. |
Thanks! Excited to try out OCaml. |
Hello,
There was a similar issue about this: #10064, but it is not the same, as it seems to me.
I am trying to install core libraries by running:
opam install core utop
But it ends with the next error:
Apparently the ./configure script in ocamlfind.1.7.3 detects the system being:
SYSTEM=^[[01;31m^[[Ksystem^[[m^[[K: macos
It later confuses the
sed
utility. I believe it should look simpler. Something likeSYSTEM=macos
. After modifying this line inMakefile.config
manually it seems to build.Unfortunately, I am not that proficient with unix scripting and do not see where the problem comes from. It seems it is populated here:
But I do not pass any arguments there when I run
./configure
.Could you comment on this issue?
Thank you!
The text was updated successfully, but these errors were encountered: