Search Criteria
Package Details: watchman-git 4.9.0.r1158.g264484e0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/watchman-git.git (read-only, click to copy) |
---|---|
Package Base: | watchman-git |
Description: | Watches files and records, or triggers actions, when they change. |
Upstream URL: | https://facebook.github.io/watchman/ |
Keywords: | watchman |
Licenses: | Apache |
Conflicts: | watchman |
Provides: | watchman |
Submitter: | marsam |
Maintainer: | None |
Last Packager: | haawda |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-12 16:16 (UTC) |
Last Updated: | 2019-07-02 22:20 (UTC) |
Dependencies (5)
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static)
- pcre (pcre-svn)
- folly (folly-git) (make)
- gflags (gflags-static, gflags-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Required by (17)
- buck (requires watchman) (optional)
- buck-git (requires watchman) (optional)
- flipper (requires watchman) (optional)
- flipper-bin (requires watchman) (optional)
- hhvm (requires watchman) (optional)
- mirror-sync (requires watchman)
- mirror-sync-git (requires watchman)
- neovim-coc (requires watchman) (optional)
- neovim-coc-bin (requires watchman) (optional)
- neovim-coc-bin-git (requires watchman) (optional)
- neovim-coc-git (requires watchman) (optional)
- python-pywatchman (requires watchman) (optional)
- python2-pywatchman (requires watchman)
- vim-coc (requires watchman) (optional)
- vim-coc-bin (requires watchman) (optional)
- vim-coc-bin-git (requires watchman) (optional)
- vim-coc-git (requires watchman) (optional)
Latest Comments
haawda commented on 2020-01-02 10:10 (UTC)
siever, this package is orphaned, update it.
siever commented on 2019-12-31 22:12 (UTC)
Some of the packages are vendored in the repo, it should be updated!
haawda commented on 2019-07-10 17:30 (UTC)
All tests passing for me.
louis058 commented on 2019-07-10 09:43 (UTC)
This seems to fail a test right now.
marsam commented on 2019-06-26 03:17 (UTC)
@haawda sorry for the delay, I've disowned this package.
haawda commented on 2019-06-23 18:25 (UTC)
marsam, please orphan.
louis058 commented on 2019-05-23 03:09 (UTC) (edited on 2019-05-23 06:53 (UTC) by louis058)
Possibly just remove the getdeps.py call from autogen.sh and manage dependencies with the PKGBUILD instead?
EDIT: Ah, it appears the getdeps.py script is also used to setup the build. Perhaps remove the lines that check for and install dependencies (lines 586-587)?
FredBezies commented on 2019-02-10 08:53 (UTC) (edited on 2019-02-10 08:54 (UTC) by FredBezies)
Ouch! Cannot be built!
marsam commented on 2018-11-28 01:16 (UTC)
@FredBezies sorry for the late response, I don't use Archlinux nowadays. I've added you as a co-maintainer.
FredBezies commented on 2018-11-27 20:39 (UTC) (edited on 2018-11-27 20:46 (UTC) by FredBezies)
Cannot be built. PKGBUILD needs to be modified. See this bug report: https://github.com/facebook/watchman/issues/638
Updated and working PKGBUILD: https://pastebin.com/1qwwEvvJ
FredBezies commented on 2017-12-24 10:35 (UTC)
An updated PKGBUILD :
https://pastebin.com/r8YxB3hT
And about check test bug, I found this issue: https://github.com/facebook/watchman/issues/546
FredBezies commented on 2017-12-09 06:38 (UTC)
Even if you can't build it - one test is failing - here are some updates you can apply when it will work again.
1) a clearer PKGVER function.
Instead of rXYZ.something, I got v4.9.0.r76.g84895fdc using this function :
git describe --long --tags | sed 's/([^-]*-g)/r\1/;s/-/./g'
2) Skipping make check part of the PKGBUILD, and using namcap, I noticed you need openssl in depends :
watchman-git E: Dependency openssl detected and not included (libraries ['usr/lib/libcrypto.so.1.1'] needed in files ['usr/bin/watchman'])
So in depends, add 'openssl'
Hope it helps. Have a good day.
oconnor663 commented on 2016-07-25 14:27 (UTC)