Search Criteria
Package Details: watchman 2024.10.28.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: | carsme |
Last Packager: | carsme |
Votes: | 12 |
Popularity: | 0.014219 |
First Submitted: | 2021-01-09 14:09 (UTC) |
Last Updated: | 2024-11-03 16:16 (UTC) |
Dependencies (21)
- boost-libs
- edencommonAUR
- fb303AUR
- fbthriftAUR
- fmt (fmt-gitAUR)
- follyAUR (folly-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- google-glog (glog-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre2 (pcre2-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cpptomlAUR (make)
- fizzAUR (make)
- gtest (googletest-gitAUR) (make)
- mvfstAUR (make)
- python-setuptools (make)
- Show 1 more dependencies...
Required by (17)
- 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)
- vim-coc (optional)
- vim-coc-bin (optional)
- vim-coc-bin-git (optional)
- vim-coc-git (optional)
Latest Comments
« First ‹ Previous 1 2
carsme commented on 2023-03-12 12:02 (UTC)
@scarleo This happens if you have
rustup
instead ofrust
installed and not yet set a default toolchain. I've added a environemnt variable that will select thestable
toolchain 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 stable
as 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.
pickfire commented on 2022-06-23 03:04 (UTC)
Is this missing watchman service like https://aur.archlinux.org/packages/watchman-bin?
xuanruiqi commented on 2021-03-03 19:50 (UTC) (edited on 2021-03-03 21:41 (UTC) by xuanruiqi)
For whoever flagged this package, I have unflagged it.
All releases since 4.9.0 have been internal Facebook releases, and Facebook is neither testing that the code will build on non-FB systems, nor willing to support people outside of Facebook. Everyone outside of Facebook are supposed to use the binary builds. Sadly, it's the way it is at Facebook open source.
For what is worth, I could not get the latest weekly releases to build. I'm still trying, but unfortunately without much luck. If you could, then your help is much appreciated. Before that happens, we'd have to stick to 4.9.0.
If you do need the latest weekly release, I guess you have to use
watchman-bin
until I'm able to fix the build...« First ‹ Previous 1 2