Watchman Not found error while buck build

607 views
Skip to first unread message

Gouranga Panigrahi

unread,
May 20, 2014, 5:25:21 AM5/20/14
to repo-d...@googlegroups.com
Hi All,

I am getting the below error while running the buck build gerrit command in the terminal

Log:
Watchman not found, please install when using buckd.
See https://github.com/facebook/watchman for details.
[-] PARSING BUILD FILES...FINISHED 0.4s
Watchman not found, please install when using buckd.
See https://github.com/facebook/watchman for details.
[-] PARSING BUILD FILES...FINISHED 0.3s


Please suggest on the above.

Thanks
Gouranga

Edwin Kempin

unread,
May 20, 2014, 5:28:36 AM5/20/14
to Gouranga Panigrahi, Repo and Gerrit Discussion
I believe this is only a warning that can be ignored.
See comment from Shawn on patch set 12 of change 57160 [1]:
"I think this is ready. I am not happy about the warning:

Watchman not found, please install when using buckd.
See https://github.com/facebook/watchman for details.

but I also don't see that being fixed anytime soon upstream in Buck. I want gwt_application() more than I hate the warning, so lets get this in."


[1] https://gerrit-review.googlesource.com/57160

 

Thanks
Gouranga

--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Ostrovsky

unread,
May 20, 2014, 6:26:10 AM5/20/14
to repo-d...@googlegroups.com, Gouranga Panigrahi

Am Dienstag, 20. Mai 2014 11:28:36 UTC+2 schrieb Edwin Kempin:

2014-05-20 11:25 GMT+02:00 Gouranga Panigrahi <goura...@gmail.com>:
Hi All,

I am getting the below error while running the buck build gerrit command in the terminal

Log:
Watchman not found, please install when using buckd.
See https://github.com/facebook/watchman for details.
[-] PARSING BUILD FILES...FINISHED 0.4s
Watchman not found, please install when using buckd.
See https://github.com/facebook/watchman for details.
[-] PARSING BUILD FILES...FINISHED 0.3s


Please suggest on the above.
I believe this is only a warning that can be ignored.

That's because Buck activates bucks per default now
and kills it later if watchman is not available [1].

But it's easy to install watchman to get rid of this warning [2]:

Linux:

$ git clone https://github.com/facebook/watchman.git $ cd watchman $ ./autogen.sh $ ./configure $ make $ sudo make install

OS X:

$ brew install --HEAD watchman


Reply all
Reply to author
Forward
0 new messages