惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
B
Blog RSS Feed
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
D
Docker
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
L
LangChain Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog
The Cloudflare Blog
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - bkmr
2026-06-15 · via AUR Newest Packages

Dominiquini commented on 2026-02-26 05:40 (UTC)

tee commented on 2026-02-26 05:37 (UTC)

checksum has changed

==> Validating source files with sha256sums...
    bkmr-6.5.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: bkmr-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
bkmr - exit status 1

Dominiquini commented on 2025-09-02 20:56 (UTC) (edited on 2025-09-02 20:56 (UTC) by Dominiquini)

@kseistrup: The last version have the same problems. I needed to create a dumb db (touch /path/to/db) to allow the application to create a correct db!

I am not qualified either to maintain this package. I just took on a package already published that was orphaned and I've been updating the version ever since!

kseistrup commented on 2025-09-02 07:35 (UTC)

I'm not sure I'm the right one to maintain this package as I don't know anything about rust or how to handle any build/compile errors.

Dominiquini commented on 2025-09-02 07:32 (UTC)

@kseistrup I commented out the lines that generate the completions. It will be easy to restore when this bug is resolved. Do you want to became maintainer of this package? I'm not using it!

kseistrup commented on 2025-09-02 06:39 (UTC)

Dominiquini commented on 2025-09-02 06:36 (UTC)

@kseistrup: I will remove the generated completions from the package!

kseistrup commented on 2025-09-02 06:25 (UTC)

@Dominiquini

Turns out the fault is with bkmr itself:

$ ./target/release/bkmr completion bash
Error: Database not found.
No database configured or the configured database does not exist.
Either:
  1. Set BKMR_DB_URL environment variable to point to an existing database
  2. Create a database using 'bkmr create-db <path>'
  3. Ensure the default database at '~/.config/bkmr/bkmr.db' exists

IMHO, it shouldn't require anything to exist in order to just generate completions. This will prevent all packagers from packaging the software.

Dominiquini commented on 2025-09-02 02:59 (UTC)

@kseistrup: I can't reproduce this bug here. Can you try to run the steps separately and see what command is failing? Thanks.

kseistrup commented on 2025-09-01 11:51 (UTC)

Everything seems to work like a charm, when compiling v6.2.1, until package() fails with an unhelpful message:

   Compiling bkmr v6.2.1 (~/.cache/yay/bkmr/src/bkmr-6.2.1/bkmr)
    Finished `release` profile [optimized] target(s) in 6m 43s
==> Entering fakeroot environment...
==> Starting package()...
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: bkmr-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
bkmr - exit status 4