ocaml-maint team mailing list archive
-
ocaml-maint team
-
Mailing list archive
-
Message #00767
[Bug 1558737] Re: fsmonitor missing
To build it
UNISON_VERSION=2.51.2
echo "Install Unison." \
&& apt instal wget ocaml
&& pushd /tmp \
&& wget https://github.com/bcpierce00/unison/archive/v$UNISON_VERSION.tar.gz \
&& tar -xzvf v$UNISON_VERSION.tar.gz \
&& rm v$UNISON_VERSION.tar.gz \
&& pushd unison-$UNISON_VERSION \
&& make \
&& cp -t /usr/local/bin ./src/unison ./src/unison-fsmonitor \
&& popd \
&& rm -rf unison-$UNISON_VERSION \
&& popd
>From here
https://github.com/bcpierce00/unison/issues/208#issuecomment-513314514
** Bug watch added: github.com/bcpierce00/unison/issues #208
https://github.com/bcpierce00/unison/issues/208
--
You received this bug notification because you are a member of Debian
OCaml Maintainers, which is subscribed to unison in Ubuntu.
https://bugs.launchpad.net/bugs/1558737
Title:
fsmonitor missing
Status in unison package in Ubuntu:
Confirmed
Bug description:
I noticed that both the code and the binary doesn't include fsmonitor.py nor unison-fsmonitor so users are unable to use -repeat watch function of unison.
It is however included in the original (devs website) in version 2.40
Is that done purposely?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions
References