Skip to content
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

No wasm package #73

Open
wintersteiger opened this issue Jun 18, 2020 · 6 comments
Open

No wasm package #73

wintersteiger opened this issue Jun 18, 2020 · 6 comments

Comments

@wintersteiger
Copy link

Not sure what currently is the recommended branch for the everest script, but when I just tried to use master, it complained about the wasm package not being available:

...$ ./everest check
# Switching to the everest directory ... now in /data/cwinter/everest
...
# All required OS packages found.
[ERROR] No package matches wasm.1.0.1.
...$ git branch -vv
* master 5cefdf1 [origin/master] [CI] automatic upgrade
...$ ocaml --version
The OCaml toplevel, version 4.05.0
@msprotz
Copy link
Member

msprotz commented Jun 18, 2020

You may need to switch to a more recent opam. Can you check if you're on OPAM 1.X? If so, I recommend deleting your $(which opam) and re-running everest check.

@wintersteiger
Copy link
Author

1.2.2 - came with Ubuntu 18.04. Once I remove that (package), everest check just complains that there isn't one:

$ ./everest check
# Switching to the everest directory ... now in /data/cwinter/everest

Checking environment
... which found
... github.com access ok
... ocaml minimum version requirements met
ERROR: opam not found

I guess I have to install that manually then?

@msprotz
Copy link
Member

msprotz commented Jun 18, 2020

ah, yes, everest check only installs opam for you on windows; for linux, I think it's merely a matter of adding Anil's ppa and then installing opam from there

@wintersteiger
Copy link
Author

There's not even an official PPA for opam?

@wintersteiger
Copy link
Author

Ah, no it is at least semi-official :)

@wintersteiger
Copy link
Author

Right, that fixed it, thanks! Would be nice if the script would check the opam version, even if just to report it without offering to upgrade automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants