Running OCaml is broken

Hi,

Attempting to run OCaml code in the IDE or validator outputs the following error:
/usr/bin/stdbuf: failed to run command ‘/usr/local/bin/ocamlopt’: No such file or directory

Attempting to run ls -l /usr/local/bin/ocamlopt* yields this peculiar result:

lrwxrwxrwx 1 root root 12 Apr 26 2021 /usr/local/bin/ocamlopt.backup -> ocamlopt.opt <====
-rwxr-xr-x 1 root root 24869984 Apr 26 2021 /usr/local/bin/ocamlopt.byte
-rwxr-xr-x 1 root root 16339752 Apr 26 2021 /usr/local/bin/ocamlopt.opt
lrwxrwxrwx 1 root root 13 Apr 26 2021 /usr/local/bin/ocamloptp -> ocamloptp.opt
-rwxr-xr-x 1 root root 3834658 Apr 26 2021 /usr/local/bin/ocamloptp.byte
-rwxr-xr-x 1 root root 3750112 Apr 26 2021 /usr/local/bin/ocamloptp.opt

Could you check this out please?

Cheers,

I pushed a fix, let me know if you’re still experiencing problem.

Yeah it works now, thank you!