-
Notifications
You must be signed in to change notification settings - Fork 0
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 errors with opam #11
Comments
I am not sure why this error is happening, it's in Could you try running |
The latest version of |
Just on a short note, it unfortunately didnt work and it seems like the same error I could however
log for update and install:
|
Could you confirm which terminal emulator you are running? Also, if you could run |
|
Maybe this is also useful which ocamlc
|
I don't know if you saw that, but what I don't understand is that according the error message the installations seems to fail where it wants to install 'opam-solver', but
|
... hold on, the previous statement was not entirely true actually |
what I find also a bit strange, at the end of the error message, there is this statement:
but this file opamCudfSolverSig.ml is here:
Entire error message:
|
Sorry, this statement was also wrong, it is the mli file that is needed and that is indeed missing |
I have tracked down the part of the installation that fails The command below is looking for an mli file 'opamCudfSolverSig.mli' which is not available
Failing command
|
I also tried to find out more about this message:
This error show up when I go in the root of the project and run
So maybie the problems stem from dune? |
I think I has to do with dune, because opam-solver builds when I downgrade dune I read somewhere that dune 3.11.1 introduced some new stuff around macos and posix_spawn(). So I downgraded dune to 3.9.1:
Then I got the following slightly absurd error message:
So of course I've tossed the ~/.bun stuff and voila, |
I now also can install the rest of the packages. It seems like this is possible because I've downgraded dune:
From my humble user experience, the error reporting experience was really poor, since in the initial global error report there was no clear reference to the faulty dune command. Final successfull installation
I think the config is the same:
|
Have you tried to upgrade dune again now that |
Hi
I try to install this package on macos and I get the following errors:
opam install opam-check-npm-deps
sudo opam install opam-check-npm-deps
The text was updated successfully, but these errors were encountered: