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

推荐订阅源

N
Netflix TechBlog - Medium
G
Google Developers Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
小众软件
小众软件
WordPress大学
WordPress大学
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
Jina AI
Jina AI
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
D
Docker

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) - cowdancer
2026-06-11 · via AUR Newest Packages

Latest Comments

Cerber-Ursi commented on 2025-09-04 01:32 (UTC)

Failed to build current version - configure error. Culprit seems to be LDFLAGS modification inside build() - it strips ,--as-needed, leaving bare -Wl, which is not recognized by gcc.

nirnakinho commented on 2015-03-31 18:21 (UTC)

I've updated the PKGBUILD to get rid of the debhelper make dependency. I've changed the package() step to get around the /usr/sbin symlink problem. Now all executables will be installed into /usr/bin. I've added an optional dependency to qemu, because you'll need that installed if you want to use qemubuilder. I've changed the arch= variable to the correct value, as well.

nirnakinho commented on 2015-03-30 16:12 (UTC)

I found a few bugs in the PKGBUILD: 1. arch line wrong: arch=('i686 x86_64') should read arch=('i686' 'x86_64') otherwise the package will fail to build on x86_64 machines. 2. missing makedeps, cowdancer needs debhelper during build, makepkg will fail in the package() step otherwise. makedepends=('debhelper') 3. installs executables in /usr/sbin , which is symlinked to /usr/bin these days, so I guess a PKGBUILD should not install files there. The Arch Packaging Standards on the wiki leave room for interpretation though, because they only forbid /sbin explicitly, but do not mention /usr/sbin Unfortunately, I cannot think of an easy way to make debhelper install all executables to /usr/bin without patching the upstream tarball. 4. optional dependency on qemu On Debian systems, the cowdancer src package creates three binary packages: - cowbuilder - cowdancer - qemubuilder quembuilder obviously won't work without having qemu installed. Regards

<deleted-account> commented on 2012-08-10 06:49 (UTC)

Updated, because it was out of date