You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install Infer using the script build-infer.sh but it failed at the first steps when updating OCaml. Below is the error message which is thrown during the installation.
Could you advise me what happens and how to fix it? I ran the command build-infer.sh under a Linux environment (Redhat-based)
@tddsg This might be due to a change in opam, which can sometime break external projects, as discussed eg on this PR: ocaml/opam-repository#10047
Sometimes it can be worked around by using ./build-infer.sh --no-opam-lock (or record the changes with make opam.lock, then ./build-infer.sh) but sometimes that's not enough either and it's necessary to adjust the dependencies in the opam file manually and run make opam.lock.
Hi,
I was trying to install Infer using the script
build-infer.sh
but it failed at the first steps when updating OCaml. Below is the error message which is thrown during the installation.Could you advise me what happens and how to fix it? I ran the command
build-infer.sh
under a Linux environment (Redhat-based)Thank you!
The text was updated successfully, but these errors were encountered: