Search Criteria
Package Details: watchman 2025.10.20.00-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/watchman.git (read-only, click to copy) |
|---|---|
| Package Base: | watchman |
| Description: | Watches files and records, or triggers actions, when they change |
| Upstream URL: | https://github.com/facebook/watchman |
| Licenses: | MIT |
| Submitter: | jelly |
| Maintainer: | None |
| Last Packager: | envolution |
| Votes: | 14 |
| Popularity: | 0.003162 |
| First Submitted: | 2021-01-09 14:09 (UTC) |
| Last Updated: | 2025-10-22 22:33 (UTC) |
Dependencies (21)
- boost-libs
- edencommonAUR (edencommon-gitAUR)
- fb303AUR (fb303-gitAUR)
- fbthriftAUR (fbthrift-gitAUR)
- fmt (fmt-gitAUR)
- follyAUR (folly-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- google-glog (ng-logAUR, glog-gitAUR, glog-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- pcre2 (pcre2-gitAUR)
- python
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cpptomlAUR (cpptoml-gitAUR) (make)
- fizzAUR (fizz-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- mvfstAUR (mvfst-gitAUR) (make)
- python-setuptools (make)
- Show 1 more dependencies...
Required by (18)
- buck (optional)
- flipper (optional)
- flipper-bin (optional)
- hhvm (optional)
- mirror-sync
- mirror-sync-git
- neovim-coc (optional)
- neovim-coc-bin (optional)
- neovim-coc-bin-git (optional)
- neovim-coc-git (optional)
- python-pywatchman (optional)
- rs-git-fsmonitor-git
- sapling-scm-bin (optional)
- valdi-git
- vim-coc (optional)
- vim-coc-bin (optional)
- vim-coc-bin-git (optional)
- vim-coc-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
kusoneko commented on 2023-09-14 04:51 (UTC)
@carsme problem solved thanks
carsme commented on 2023-09-10 16:21 (UTC)
@kusoneko, I can't reproduce that issue. Can you try rebuilding folly and edencommon and see if the issue persists?
kusoneko commented on 2023-09-10 01:39 (UTC)
2023.09.04.00-1 doesn't compile on my end; I get the following error:
AlexBocken commented on 2023-03-12 14:27 (UTC)
@carsme Thank you, works smoothly now for me :)
carsme commented on 2023-03-12 14:21 (UTC)
@AlexBocken I've excluded what I think are the problematic tests now. Let me know if you experience any other issues.
AlexBocken commented on 2023-03-12 12:26 (UTC)
@carsme Rebuilt it again, same four checks failed. Note that I'm not building in a clean chroot.
carsme commented on 2023-03-12 12:02 (UTC)
@scarleo This happens if you have
rustupinstead ofrustinstalled and not yet set a default toolchain. I've added a environemnt variable that will select thestabletoolchain in these situations, as recommended by https://wiki.archlinux.org/title/Rust_package_guidelines. The package should build for you now without having to dorustup default stable(though you might want to do that anyway).@AlexBocken I've noticed that some of the tests are failing intermittently. I'm trying to identify which these are since I would still like to perform testing in the package, if viable. Could you try re-building and see if the same tests fail again?
AlexBocken commented on 2023-03-12 10:43 (UTC)
check()fails for me (4 / 451) tests fail.One of the errors:
Any clue how to fix this? You can find the full build log at https://bocken.org/static/watchman_build.log in case that could be of any use.
@scarleo have you tried running
rustup default stableas recommended in the error? Still not working?scarleo commented on 2023-03-12 08:07 (UTC)
Fails to build:
eclairevoyant commented on 2023-03-06 23:23 (UTC)
Took a look at this software, seems like it tries to download and build all dependent libraries even if they're present in the system. Might need some patches to use the system versions instead.
« First ‹ Previous 1 2 3 Next › Last »