-
Notifications
You must be signed in to change notification settings - Fork 14
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
Build fails: Exception Sys_error("main.mli.depends: No such file or directory"). #28
Comments
Which versions of OCaml, ocamlbuild, and ocamlfind are you using? |
ocaml-4.05.0_1, ocaml-ocamlbuild-0.14.0, ocaml-findlib-1.7.1 |
I've tried it with a FreeBSD VM, and can reproduce the error. It seems the problem is the initialisation of the |
When I added
|
Hm, I don't see a command in the Lem Makefiles that creates that directory, other than |
It occurs in a clean build. |
What's the context of this error, i.e. what is happening before? |
It looks like the previous error was intermittent. Now it fails in this way:
|
Are you trying to build with multiple concurrent jobs? This looks like two instances of the same ocamlbuild job end up running concurrently, which might explain the error. |
That was it, parallel jobs were conflicting. Thanks! Now it fails at a later point:
|
I've seen this too, and pushed a commit that fixes it for me. |
Despite this error, the build continues and later fails again:
FreeBSD 12
The text was updated successfully, but these errors were encountered: