Search Criteria
Package Details: vectorchord 1.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vectorchord.git (read-only, click to copy) |
|---|---|
| Package Base: | vectorchord |
| Description: | Scalable, fast, and disk-friendly vector search in Postgres, successor to pgvecto.rs |
| Upstream URL: | https://github.com/tensorchord/VectorChord |
| Licenses: | AGPL-3.0-ONLY OR Elastic-2.0 |
| Submitter: | AlexBocken |
| Maintainer: | usamoi |
| Last Packager: | usamoi |
| Votes: | 2 |
| Popularity: | 0.009150 |
| First Submitted: | 2025-06-08 20:46 (UTC) |
| Last Updated: | 2026-02-28 04:27 (UTC) |
Dependencies (4)
- pgvectorAUR
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR, postgresql17-docsAUR, postgresql17AUR, postgresql18-docsAUR, postgresql18AUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Latest Comments
« First ‹ Previous 1 2
cotsuka commented on 2025-10-24 17:27 (UTC)
Adding my own build error. Installing
clangas a build dependency fixes it for me.CountMurphy commented on 2025-10-23 17:31 (UTC) (edited on 2025-10-23 20:51 (UTC) by CountMurphy)
Commenting out line 35 created no change. Also tried building on a fresh VM. Same results
EDIT: Manually updating the vectorchord-bin package (which pulls the binary from vectorchord's github) produces a vchord.so that does not produce the error message and the upgrade works.
AlexBocken commented on 2025-10-23 17:20 (UTC)
hmmm the symbol error might be due to now compiling with gcc by default. Could you comment out line 35 of the PKGBUILD and report back whether the issue persists? Thank you!
CountMurphy commented on 2025-10-23 16:31 (UTC) (edited on 2025-10-23 20:51 (UTC) by CountMurphy)
Updated to 0.5.3, but when I try to restart the daemon fails with the following message:
Downgrading to the previous version (0.4.3) fixes the issue
RuneArch commented on 2025-07-06 17:39 (UTC)
It appears to compile petgraph v0.8.1 and fails... avoiding a wall of text to fit the 5k char limit, but with more details:
(CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true to improve clarity)
I what appears to be environment variable dumps, then:
Helpful?
AlexBocken commented on 2025-07-06 13:48 (UTC)
@RuneArch Thanks for the report! Sadly I cannot reproduce this error. Did it print out any additional information before the one you posted? This one is quite vague.
RuneArch commented on 2025-07-06 12:04 (UTC)
Getting an error trying to build this, not sure where to start debugging it
AlexBocken commented on 2025-07-01 08:08 (UTC)
Many thanks for the report! Should be fixed now with 0.4.3-2, accidentally trimmed of the first character of the checksum.
riaqn commented on 2025-07-01 07:40 (UTC)
validation failed:
« First ‹ Previous 1 2