

















I think there's a problem with the pkgbuild file:
==> Making package: firebot 5.64.0-1 (Mon 07 Apr 2025 05:03:18 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
rm: invalid option -- '-'
Try 'rm --help' for more information.
==> ERROR: A failure occurred in package().
Aborting...
-> error making: firebot-exit status 4
-> Failed to install the following packages. Manual intervention is required:
firebot - exit status 4
I tried on a second computer and got the same error.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Hey, this fails to build in a chroot due to
desktop-file-utilsnot being included as a build dependency(even if its installed as part of the base arch system, you should still include them as dependencies to packages)edit: ty for fixing it :3