[Bug 1558737] Re: fsmonitor missing

2021-12-06 Thread David-nnucomputerwhiz
Still not possible to use -repeat watch in 21.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558737] Re: fsmonitor missing

2020-01-07 Thread Jean Claveau
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1558737] Re: fsmonitor missing

2019-05-27 Thread Itay Lavie
Amazing..

On Mon, May 27, 2019, 18:24 Robert Broen <1558...@bugs.launchpad.net>
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
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1558737] Re: fsmonitor missing

2019-05-27 Thread Itay Lavie
Happy third birthday! 🎂

On Mon, May 27, 2019, 18:26 Itay Lavie  wrote:

> Amazing..
>
> On Mon, May 27, 2019, 18:24 Robert Broen <1558...@bugs.launchpad.net>
> 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
>>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558737] Re: fsmonitor missing

2019-05-27 Thread Robert Broen
Looks like it is still missing in 19.04 too...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558737] Re: fsmonitor missing

2018-07-15 Thread MMS-Prodeia
Its still missing in Xenial!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1558737] Re: fsmonitor missing

2017-02-15 Thread Itay Lavie
I don't know of any issue, I used the compiled one

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1558737] Re: fsmonitor missing

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1558737] Re: fsmonitor missing

2016-04-27 Thread Jake Teton-Landis
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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1558737] Re: fsmonitor missing

2016-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unison (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs