Package Details: vykar 0.16.1-1

Git Clone URL: https://aur.archlinux.org/vykar.git (read-only, click to copy)
Package Base: vykar
Description: Fast, encrypted, deduplicated backups in Rust
Upstream URL: https://github.com/borgbase/vykar
Licenses: GPL-3.0-or-later
Submitter: imlonghao
Maintainer: imlonghao (lilac)
Last Packager: imlonghao
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-05 15:38 (UTC)
Last Updated: 2026-05-21 13:54 (UTC)

Latest Comments

imlonghao commented on 2026-05-12 02:09 (UTC)

@flx-0x00 @pentago can you run rustc -V and see which rust version you are using?

flx-0x00 commented on 2026-05-11 11:05 (UTC)

==> Starting prepare()... error: failed to run rustc to learn about target-specific information

Caused by: process didn't exit successfully: /home/XXXX/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -C force-frame-pointers=yes --target host-tuple --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg -Wwarnings (exit status: 1) --- stderr error: error loading target specification: could not find specification for target "host-tuple"

my system: Linux 7.0.3-arch1-2 #1 SMP PREEMPT_DYNAMIC Fri, 01 May 2026 15:49:22 +0000 x86_64 GNU/Linux

pentago commented on 2026-05-11 08:39 (UTC)

I use the latest available..

imlonghao commented on 2026-05-10 08:48 (UTC)

@pentago it may related to which rust version you use.

pentago commented on 2026-05-10 07:48 (UTC)

@imlonghao i'm not sure if it works because based on that output, the test suite doesn't even run:

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

This is mine: https://gist.github.com/pentago/5bdc3fbcb9202eab8e3fdaf8a7c12aaa#file-vykar-build-log

imlonghao commented on 2026-05-07 15:02 (UTC)

@pentago weird, it works for me with extra-x86_64-build. Build log https://pb.esd.cc/member-baby-cook.log

pentago commented on 2026-05-07 07:45 (UTC)

0.15 doesnt install due to multiple failed tests.

imlonghao commented on 2026-05-06 16:23 (UTC)

@yochananmarqos LTO enabled, thank you.

yochananmarqos commented on 2026-05-05 16:29 (UTC)

@imlonghao: The AWS_LC_SYS_NO_JITTER_ENTROPY=1 export is no longer needed.

By the way, this can be built with LTO enabled using the following in the build function, see https://archlinux.org/todo/lto-fat-objects/:

    CFLAGS+=" -ffat-lto-objects"
    CXXFLAGS+=" -ffat-lto-objects"

yochananmarqos commented on 2026-03-29 18:46 (UTC)

@imlonghao: This is failing to build due to the aws-lc-rs crate. Using AWS_LC_SYS_NO_JITTER_ENTROPY=1 works around the problem for now, see the upstream issue.