Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79714 - [tree-sitter] Leftover rust dependency?
Attached to Project:
Arch Linux
Opened by Karthik (wpd) - Saturday, 16 September 2023, 23:31 GMT
Last edited by Daniel M. Capella (polyzen) - Sunday, 17 September 2023, 00:51 GMT
Opened by Karthik (wpd) - Saturday, 16 September 2023, 23:31 GMT
Last edited by Daniel M. Capella (polyzen) - Sunday, 17 September 2023, 00:51 GMT
|
DetailsDescription:
https://gitlab.archlinux.org/archlinux/packaging/packages/tree-sitter/-/blob/main/PKGBUILD Does the package require `cargo fetch` in `prepare()`? I can build the library without cargo fetch on my machine ```cargo fetch --locked --target "$CARCH-unknown-linux-gnu"``` I think the description 'Rust bindings to the Tree-sitter parsing library' is also misleading because the package includes C headers and a C library that does not depend on anything rusty? I did not find anything relevant in the recent git log. Please correct me if I am mistaken :) ``` $ lddtree /usr/lib/libtree-sitter.so /usr/lib/libtree-sitter.so (interpreter => None) libc.so.6 => /usr/lib/libc.so.6 ld-linux-x86-64.so.2 => /usr/lib/ld-linux-x86-64.so.2 ``` |
This task depends upon
Closed by Daniel M. Capella (polyzen)
Sunday, 17 September 2023, 00:51 GMT
Reason for closing: Implemented
Additional comments about closing: 0.20.10-2
Sunday, 17 September 2023, 00:51 GMT
Reason for closing: Implemented
Additional comments about closing: 0.20.10-2

Thanks for pointing this out!