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

推荐订阅源

有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
V
V2EX
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
月光博客
月光博客
云风的 BLOG
云风的 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) - vapoursynth-plugin-vszip
2026-06-01 · via AUR Newest Packages

Latest Comments

Doing6811 commented on 2026-05-08 16:55 (UTC)

jholmer commented on 2026-05-07 01:31 (UTC)

Okay, it seems like a versioning issue. The latest zig package in Arch is 0.16. vszip only builds with zig 0.15. I'll update the build to specifically use zig 0.15.

jholmer commented on 2026-05-07 01:28 (UTC)

It's failing for me as well. I wonder if the build changed, or if it's an upstream issue. Been busy today, so I'll try to get it fixed as soon as possible.

Doing6811 commented on 2026-05-07 01:19 (UTC)

anyone else having issues building 13.0.0-1? I've tried with paru (with chroot flag), yay and makepkg

build.zig:37:8: error: no field or member function named 'linkLibC' in 'Build.Step.Compile'
    lib.linkLibC();
    ~~~^~~~~~~~~
/usr/lib/zig/std/Build/Step/Compile.zig:1:1: note: struct declared here
const Compile = @This();
^~~~~
build.zig:37:8: note: method invocation only supports up to one level of implicit pointer dereferencing
build.zig:37:8: note: use '.*' to dereference pointer
referenced by:
    runBuild__anon_34186: /usr/lib/zig/std/Build.zig:2265:44
    main: /usr/lib/zig/compiler/build_runner.zig:463:29
    5 reference(s) hidden; use '-freference-trace=7' to see all references
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/user/build
error: failed to build 'vapoursynth-plugin-vszip-13.0.0-1': failed to run: makechrootpkg -r /var/lib/aurbuild/x86_64 -d /var/cache/pacman/pkg/ -- -feA --noconfirm --noprepare --holdver:
error: packages failed to build: vapoursynth-plugin-vszip-13.0.0-1

micwoj92 commented on 2025-09-03 19:58 (UTC)

Why does this depend on zig-bin and not on zig?