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

[Opam] Fix installability of eliom 5 with ocaml 4.03 #324

Closed
Kakadu opened this issue Jun 30, 2016 · 1 comment
Closed

[Opam] Fix installability of eliom 5 with ocaml 4.03 #324

Kakadu opened this issue Jun 30, 2016 · 1 comment

Comments

@Kakadu
Copy link

Kakadu commented Jun 30, 2016

At the moment we have some camlp4 related problem. Maybe fixing just opam recipe will be enough?
Anyway, @Drup , says that there is a fix in master but it should be considered for backporting.

➜  ~ opam install eliom.5.0.0
The following dependencies couldn't be met:
  - eliom -> camlp4 <= 4.02+6
Your request can't be satisfied:
  - camlp4<=4.02+6 is not available because your system doesn't comply with !preinstalled & ocaml-version >= "4.02" & ocaml-version < "4.03".

No solution found, exiting
➜  ~ evalopam 
4.03.0
1.2.2
➜  ~ opam pin
➜  ~ 
@vasilisp
Copy link
Contributor

Fixing the OPAM constraints is not enough. We need a few patches (27c69ac and 291adae), but that's the easy part. The hard part is that Eliom 5.0.0 is tied to JSOO 2.7.0, which does not work with 4.03.0.

In summary, if you need OCaml 4.03.0, use Eliom master :).

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