-
Notifications
You must be signed in to change notification settings - Fork 2
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
opam install errors on this project #1
Comments
Hi @idkjs! Thanks for the kind words.
If an installation for a package is 'aborted', it usually means because that package's dependency's installation failed. In this case, we know that the failing packages are
Seeing the errors you provided, we can see the error on these lines:
Both the errors of Can you try removing
If that doesn't work, perhaps you'd want to remove and recreate the switch, but hopefully reinstalling |
So that worked. Before writing you, I had removed/reinstalled topkg. Didnt work until i removed the switch though. Updating it said it was already installed but I may have done it after building the switch? Maybe wrong order for the commands? I'll take it! These are the steps I followed in case anyone else needs it. This is the output of the clean fresh build command. Thanks for these explanations, sir. Very helpful. |
Glad to know you got it working! Yeah perhaps that was caused by some mix up of commands. Not sure though. I'm kinda curious about the |
I will have to check. Incidentally, you would just restart the container, and hit it with curl, right? That is the workflow? Like hitting npm start on a node project. |
For development? Not exactly, the docker image is intended to be for deployment only. The feedback cycle of changing something and needing to rebuild the image is quite long. You can setup a docker container for development using volumes, though, but it's not explained in the article. For local development I usually just change things and run |
Hi, Bobby,
Great medium post and right on time. I was hoping you might shed some light on the install for me.
I have chasing down these errors and cant seem to understand them yet. Ocaml rookie and im mostly going through your article for the ocaml project setup.
General questions are how do you deal with 'aborted'? What does that mean exactly?
Why are cmdliner an astring packages failing?
Questions seem simple, but sometimes a quick answer gives me some better context. Thank you.
I created this gist with the errors. https://gist.github.com/idkjs/8ccb4e74d9437a850e96e619574de3ff
Here is the
opam list
output:https://gist.github.com/idkjs/04f84105e3445d455d12b59c35174eb9
The text was updated successfully, but these errors were encountered: