Package Details: vectorchord-immich 1.1.1-1

Git Clone URL: https://aur.archlinux.org/vectorchord-immich.git (read-only, click to copy)
Package Base: vectorchord-immich
Description: The latest version of VectorChord compatible with immich-server.
Upstream URL: https://github.com/tensorchord/VectorChord
Licenses: AGPL-3.0-ONLY OR Elastic-2.0
Provides: vectorchord
Submitter: usamoi
Maintainer: usamoi
Last Packager: usamoi
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-14 17:11 (UTC)
Last Updated: 2026-02-28 04:27 (UTC)

Latest Comments

usamoi commented on 2026-02-22 14:15 (UTC)

@nougad You need to update the package rust. If you installed Rust via rustup, please update Rust by running rustup update.

nougad commented on 2026-02-22 11:11 (UTC)

I'm seeing the error with version 1.1.0-1

error[E0658]: use of unstable library feature `vec_deque_pop_if`
   --> crates/index/src/prefetcher.rs:294:29
    |
294 |         let e = self.window.pop_front_if(move |x| predicate(x))?;
    |                             ^^^^^^^^^^^^
    |
    = note: see issue #135889 <https://github.com/rust-lang/rust/issues/135889> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `index` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Error: "Cargo failed: exit status: 101"
make: *** [Makefile:12: build] Error 1