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

unison fails to build with ocaml 4.05.0 #102

Closed
DamienCassou opened this issue Nov 22, 2017 · 2 comments
Closed

unison fails to build with ocaml 4.05.0 #102

DamienCassou opened this issue Nov 22, 2017 · 2 comments

Comments

@DamienCassou
Copy link

I've just downloaded unison-2.48.15.tar.gz from github releases page and face the same bug as #12 with ocaml 4.05:

File "/home/cassou/Downloads/unison-2.48.15/src/system.ml", line 1:
Error: The implementation /home/cassou/Downloads/unison-2.48.15/src/system.ml
       does not match the interface system.cmi:
       Values do not match:
         val symlink : ?to_dir:bool -> string -> string -> unit
       is not included in
         val symlink : string -> fspath -> unit
make[1]: *** [Makefile.OCaml:435: system.cmx] Error 2
make[1]: Leaving directory '/home/cassou/Downloads/unison-2.48.15/src'
make: *** [Makefile:11: src] Error 2
10:32:45 [:~/Downloads/unison-2.48.15] 2 $ 
> ocaml --version
The OCaml toplevel, version 4.05.0
@brabalan
Copy link
Collaborator

This has been fixed by 5ac68ac and there had not been a release since. I just create one, please let me know if it works for you.

@DamienCassou
Copy link
Author

Issue #103 is currently breaking the build. If I use the workaround discussed there, the build passes. I'm closing this issue. Thanks for the fix.

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