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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Y
Y Combinator Blog
IT之家
IT之家
博客园 - 聂微东
L
LangChain Blog
爱范儿
爱范儿
H
Help Net Security
GbyAI
GbyAI
F
Fortinet All Blogs
B
Blog
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
D
DataBreaches.Net
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享

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) - nextcloud-app-cospend
2026-06-17 · via AUR Newest Packages

Something seems to have changed in regards of dependency handling? Or is the upstream tarball somehow broken? Or is there a missing makedep?
This package currently cannot be compiled in a clean chroot or with php-legacy. Former because php isn't a direct or indirect makedepends as depends in package() aren't considered by makepkg. And the latter because the use of php is hardcoded. But as this wasn't a recent change in the PKGBUILD upstream seems to have changed something.

Build error:

==> Starting build()...
make composer
make[1]: Entering directory '/tmp/makepkg/nextcloud-app-cospend/src/cospend-nc-1.6.0'
No composer command available, downloading a copy from the web
mkdir -p /tmp/makepkg/nextcloud-app-cospend/src/cospend-nc-1.6.0/build/tools
curl -sS https://getcomposer.org/installer | php
/bin/sh: line 1: php: command not found
curl: (23) Failure writing output to destination
make[1]: *** [makefile:44: composer] Error 127
make[1]: Leaving directory '/tmp/makepkg/nextcloud-app-cospend/src/cospend-nc-1.6.0'
make: *** [makefile:22: build] Error 2
==> ERROR: A failure occurred in build().

Edit: It seems composer needs to be added as makedepends?

Possible missing build dependency: rsync

==> Starting package()...
rm -rf build
rm -rf /build/nextcloud-app-cospend/pkg/nextcloud-app-cospend/usr/share/webapps/nextcloud/apps
mkdir -p /build/nextcloud-app-cospend/pkg/nextcloud-app-cospend/usr/share/webapps/nextcloud/apps
mkdir -p build
/bin/sh: line 1: rsync: command not found
make: *** [makefile:68: build_release] Error 127
==> ERROR: A failure occurred in package().
    Aborting...