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

推荐订阅源

量子位
F
Fortinet All Blogs
J
Java Code Geeks
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
M
MIT News - Artificial intelligence
腾讯CDC
Last Week in AI
Last Week in AI
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
P
Proofpoint News Feed
博客园 - 叶小钗
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
L
LangChain Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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) - llmfit
2026-05-30 · via AUR Newest Packages

Latest Comments

alerque commented on 2026-03-19 19:50 (UTC) (edited on 2026-03-19 19:51 (UTC) by alerque)

@arcpie Please do not use SKIP for the checksum of a stable release package. Combined with the #pkgver=$pkgver as part of your source URL, Arch's tooling will in fact compute a stable checksum for Git based sources. Please use updpkgsums to fetch and set the current sum in the PKGBUILD then makepkg --printsrcinfo > .SRCINFO and get those changes published.

Additionally if you add this file as .nvchecker.toml to the repo, users and yourself can use pkgctl version update to bump the PKGBUILD to the current version on demand:

[llmfit]
source = "git"
git = "https://github.com/AlexsJones/llmfit.git"
prefix = "v"

arcpie commented on 2026-03-15 12:46 (UTC)

@SteamedFish thanks for the feedback! added both clang and clang++ vars, also added clang as makedep.@alerque added the lto fix, aslo i've added a test build phase to make sure the build environment is clean from my local packages and it now builds succesfully anywhere. Thanks to both of you

arcpie commented on 2026-03-15 12:46 (UTC)

@SteamedFish thanks for the feedback! added both clang and clang++ vars, also added clang as makedep.@alerque added the lto fix, aslo i've added a test build phase to make sure the build environment is clean from my local packages and it now builds succesfully anywhere. Thanks to both of you

SteamedFish commented on 2026-03-15 11:01 (UTC)

This package fails to link with GCC (the default). Please add clang to makedepends and set the compiler in the build() function: export CC=clang CXX=clang++

Also, please add 'aarch64' to the arch array. I've verified it builds successfully on ARM64 with Clang (GCC fails with the same linking errors as on x86_64).

alerque commented on 2026-03-12 10:45 (UTC)

@arcpie Whether or not it builds for you is going to depend on your host system and a lot of other variables. You likely are not even building with LTO flags enabled at all. The only way to properly check if the packaging is correct or not is to build it in a chroot build environment with the default Arch build environment options, and it does not build in a chroot without the LTO fix. This is a well established problem affecting hundreds of Arch packages, official and AUR alike. You can see it in the PKGBUILD for many official packages

arcpie commented on 2026-03-05 18:07 (UTC)

@alerque hmm it does build for me, i have a final tomorrow so i wont be able to look into it rn but tomorrow ill check it

alerque commented on 2026-03-05 09:04 (UTC)

Gah! Please stop the bot from pushing version bumps that don't even build. This package has the classic issue with the ring crate that won't compile with LTO enabled and needs CFLAGS+=' -ffat-lto-objects'.

arcpie commented on 2026-02-26 16:40 (UTC)

@alerque thanks for the correction, I've created llmfit-bin and updated this package so it builds from source

alerque commented on 2026-02-26 08:54 (UTC)

This is either incorrectly packaged or incorrectly named. Please either repost this as llmfit-bin or fix the packaging to build from source following the Arch Packaging Guidelines for Rust builds.