Mike Diehl mdiehl@diehlnet.com [unison-users]
2017-09-16 17:19:38 UTC
Hi all,
I'm trying to install unison version 2.48.3 since that's the version installed on all of my other machines.
However, I'm getting a compilation error:
===================================================================
File "/var/tmp/portage/net-misc/unison-2.48.3/work/unison-2.48.3/system.ml", line 1:
Error: The implementation /var/tmp/portage/net-misc/unison-2.48.3/work/unison-2.48.3/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: *** [Makefile.OCaml:435: system.cmx] Error 2
* ERROR: net-misc/unison-2.48.3::gentoo failed (compile phase):
* emake failed
===================================================================
The entire build log can be seen here: http://dpaste.com/1D1FYNW
Any ideas?
I'm trying to install unison version 2.48.3 since that's the version installed on all of my other machines.
However, I'm getting a compilation error:
===================================================================
File "/var/tmp/portage/net-misc/unison-2.48.3/work/unison-2.48.3/system.ml", line 1:
Error: The implementation /var/tmp/portage/net-misc/unison-2.48.3/work/unison-2.48.3/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: *** [Makefile.OCaml:435: system.cmx] Error 2
* ERROR: net-misc/unison-2.48.3::gentoo failed (compile phase):
* emake failed
===================================================================
The entire build log can be seen here: http://dpaste.com/1D1FYNW
Any ideas?
--
Mike Diehl
Mike Diehl