Package Details: vectorchord-bin 0.4.2-2

Git Clone URL: https://aur.archlinux.org/vectorchord-bin.git (read-only, click to copy)
Package Base: vectorchord-bin
Description: VectorChord Scalable, fast, and disk-friendly vector search in Postgres, the successor of pgvecto.rs.
Upstream URL: https://github.com/tensorchord/VectorChord
Licenses: AGPLv3
Provides: vectorchord
Submitter: vincent.ducamps
Maintainer: vincent.ducamps
Last Packager: vincent.ducamps
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-22 18:47 (UTC)
Last Updated: 2025-06-17 06:26 (UTC)

Latest Comments

musta_ruhtinas commented on 2025-06-09 12:23 (UTC) (edited on 2025-06-09 12:42 (UTC) by musta_ruhtinas)

==> Retrieving sources...
  -> Found postgresql-17-vchord_0.4.2_x86_64-linux-gnu.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting postgresql-17-vchord_0.4.2_x86_64-linux-gnu.zip with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/build/vectorchord-bin/src/vchord.so': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Build failed, check /home/musta/chroot/musta/build
❌ Error: makechrootpkg failed for 'vectorchord'.

pointing .so file path to $srcdir/pkglibdir, and vchord.control and vchord--* to $srcdir/sharedir/extension builds the package.

aliu commented on 2025-06-09 11:16 (UTC)

Thanks for the update! But as Alex mentions it should be provides, not provide.

AlexBocken commented on 2025-06-08 16:06 (UTC) (edited on 2025-06-08 17:41 (UTC) by AlexBocken)

@vincent.ducamps Is there any chance that you will soon update dependencies and to 0.4.2 ?

Additionally, consider adding a provides=vectorchord as I don't think you want to explicitly demand the binary version.

aliu commented on 2025-06-02 21:51 (UTC)

This should also depend on pgvector, no?

VectorChord depends on pgvector, including the vector representation. Since you can use them directly, your application can be easily migrated without pain!