fsmonitor missing

Bug #1558737 reported by Itay Lavie
112
This bug affects 21 people
Affects Status Importance Assigned to Milestone
unison (Ubuntu)
Confirmed
Undecided
Unassigned

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?

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in unison (Ubuntu):
status: New → Confirmed
Revision history for this message
Jake Teton-Landis (just-1-jake) wrote :

This issue is forcing me to create my own package - the `-repeat watch` functionality is essential! And unison-fsmonitor is already compiled successfully by the package build script - we just don't package it.

Revision history for this message
Nicolas (niccer) wrote :

Is there any problem with unison-fsmonitor that is compiled already? Packaging it should not be the issue...

Revision history for this message
Itay Lavie (itayblabla) wrote :

I don't know of any issue, I used the compiled one

Revision history for this message
MMS-Prodeia (mms-prodeia) wrote :

Its still missing in Xenial!!

Revision history for this message
Robert Broen (rbroen) wrote :

Looks like it is still missing in 19.04 too...

Revision history for this message
Itay Lavie (itayblabla) wrote : Re: [Bug 1558737] Re: fsmonitor missing

Amazing..

On Mon, May 27, 2019, 18:24 Robert Broen <email address hidden> wrote:

> Looks like it is still missing in 19.04 too...
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> 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
>

Revision history for this message
Itay Lavie (itayblabla) wrote :

Happy third birthday! 🎂

On Mon, May 27, 2019, 18:26 Itay Lavie <email address hidden> wrote:

> Amazing..
>
> On Mon, May 27, 2019, 18:24 Robert Broen <email address hidden>
> wrote:
>
>> Looks like it is still missing in 19.04 too...
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> 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
>>
>

Revision history for this message
Jean Claveau (jean-claveau) wrote :

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

Revision history for this message
David-nnucomputerwhiz (david-nnucomputerwhiz) wrote :

Still not possible to use -repeat watch in 21.10.

Revision history for this message
Daniel Clemente (n142857) wrote (last edit ):

The unison Debian package also has an open ticket to package unison-fsmonitor: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819341

If the Ubuntu package depends on or is the same as Debian's package (something I didn't check) then the Debian one must be fixed first.

Revision history for this message
Hildo Guillardi Júnior (hildogjr) wrote :

Same on Ubuntu 22.04.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.