

















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...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
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 becausephpisn't a direct or indirect makedepends as depends in package() aren't considered by makepkg. And the latter because the use ofphpis hardcoded. But as this wasn't a recent change in the PKGBUILD upstream seems to have changed something.Build error:
Edit: It seems
composerneeds to be added as makedepends?