Package Details: tabbyml-git nightly.r0.ge6ee6cc31-11

Git Clone URL: https://aur.archlinux.org/tabbyml-git.git (read-only, click to copy)
Package Base: tabbyml-git
Description: Opensource, self-hosted AI coding assistant
Upstream URL: https://tabby.tabbyml.com
Licenses: MIT
Provides: tabby
Submitter: bendavis78
Maintainer: inpv
Last Packager: inpv
Votes: 1
Popularity: 0.017070
First Submitted: 2024-07-09 21:43 (UTC)
Last Updated: 2025-09-23 21:36 (UTC)

Latest Comments

lightofpast commented on 2025-09-26 11:27 (UTC)

Hi, build fails with this errors: error: /home/xyx/.cache/paru/clone/tabbyml-git/src/tabbyml-git/target/release/deps/libsqlx_macros-94ca4a0238a15934.so: undefined symbol: sqlite3_unlock_notify --> /home/xyx/.cargo/git/checkouts/sqlx-e97966447bb8d648/77eb94d/src/lib.rs:53:1 | 53 | pub extern crate sqlx_macros; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0432]: unresolved imports self::encode::Encode, self::decode::Decode, super::Decode, super::Encode, super::FromRow, super::Type --> /home/xyx/.cargo/git/checkouts/sqlx-e97966447bb8d648/77eb94d/src/lib.rs:119:9 | 119 | pub use self::encode::Encode; | ^^^^^^^^^^^^^^^^^^^^ ... 130 | pub use self::decode::Decode; | ^^^^^^^^^^^^^^^^^^^^ ... 144 | pub use super::Decode; | ^^^^^^^^^^^^^ 145 | pub use super::Encode; | ^^^^^^^^^^^^^ 146 | pub use super::Executor; 147 | pub use super::FromRow; | ^^^^^^^^^^^^^^ ... 151 | pub use super::Type; | ^^^^^^^^^^^

For more information about this error, try rustc --explain E0432. error: could not compile sqlx (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish...

inpv commented on 2025-09-23 17:37 (UTC)

Hi, I noticed that the package has long been orphaned and fixed the PKGBUILD for the latest GitHub version. If I don't hear any objection from the submitter, I'm adopting it and pushing the upstream fix.

Louwenus commented on 2025-01-15 16:25 (UTC)

Hello I encountered a error upon building sqlx: "undefined symbol: sqlite3_unlock_notify" I fixed the problem by adding "!lto" to the options in the PKGBUILD

andreip commented on 2024-11-30 11:44 (UTC)

Needs git-lfs as dependency.