Search Criteria
Package Details: tree-sitter-cli-git 0.25.6.r109.g0fdf5695-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tree-sitter-cli-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tree-sitter-cli-git |
| Description: | CLI tool for developing, testing, and using Tree-sitter parsers |
| Upstream URL: | https://tree-sitter.github.io/tree-sitter/ |
| Licenses: | MIT |
| Conflicts: | tree-sitter-cli |
| Provides: | tree-sitter-cli |
| Submitter: | Chocobo1 |
| Maintainer: | Chocobo1 |
| Last Packager: | Chocobo1 |
| Votes: | 1 |
| Popularity: | 0.042688 |
| First Submitted: | 2024-01-28 08:11 (UTC) |
| Last Updated: | 2025-06-07 08:32 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (82)
- cvise-git (requires tree-sitter-cli)
- lunarvim-git (requires tree-sitter-cli) (make)
- nvim-treesitter-parsers-main-git (requires tree-sitter-cli) (make)
- python-tree-sitter-language-pack (requires tree-sitter-cli) (make)
- sleepyneko-git (requires tree-sitter-cli)
- tree-sitter-ada-git (requires tree-sitter-cli) (make)
- tree-sitter-agda (requires tree-sitter-cli) (make)
- tree-sitter-agda-git (requires tree-sitter-cli) (make)
- tree-sitter-bash-git (requires tree-sitter-cli) (make)
- tree-sitter-bash-highlight (requires tree-sitter-cli) (make)
- tree-sitter-c-git (requires tree-sitter-cli) (make)
- tree-sitter-c-highlight (requires tree-sitter-cli) (make)
- tree-sitter-c-sharp (requires tree-sitter-cli) (make)
- tree-sitter-c-sharp-git (requires tree-sitter-cli) (make)
- tree-sitter-capnp (requires tree-sitter-cli) (make)
- tree-sitter-cmake (requires tree-sitter-cli) (make)
- tree-sitter-commonlisp (requires tree-sitter-cli) (make)
- tree-sitter-cpp (requires tree-sitter-cli) (make)
- tree-sitter-cpp-git (requires tree-sitter-cli) (make)
- tree-sitter-css (requires tree-sitter-cli) (make)
- Show 62 more...
Latest Comments
oddsocks commented on 2025-06-07 10:13 (UTC)
Thanks for the quick update!
Chocobo1 commented on 2024-04-02 12:04 (UTC)
You're welcome.
I see. I adopted your suggestion of disabling
lto.lotta commented on 2024-04-02 09:29 (UTC) (edited on 2024-04-02 09:30 (UTC) by lotta)
hey Chocobo1 cool that you reached back out so quickly, thanks!
i posted the build log to https://0x0.st/XzwF.log
i got this
ccfailing to link error saying that basically all symbols inlibtree-sitterwhere missing. when inspecting the shared object withgdbthey were all present though. i then wrote aPKGBUILDpassing the the-l /usr/lib/libtree-sitter.sotocargo install. and later also building the library and cli in the samePKGBUILDto rule out that some build artifacts where missing (and the cli build was somehow broken and referncing something local). the only other place that i knew to be able to explain the diff of 'i can build it but it fails inside the pkgbuild' was themakepkg.confand that was the fix.best regards
Chocobo1 commented on 2024-04-01 04:25 (UTC)
What was the error?
lotta commented on 2024-03-31 22:55 (UTC)
i ran into issues with this having
ltoset in my options. an easy fix is to just addoptions=(!lto)in thePKGBUILDmaybe it would also be nice to add to thisPKGBUILDfor everyone.