Morganamilo / paru

Feature packed AUR helper
GNU General Public License v3.0
6k stars 233 forks source link

Build error on Arch Linux ARM again #1236

Open Kayxue opened 3 weeks ago

Kayxue commented 3 weeks ago

Just like the title, I already checked previous issue, and added below code to PKGBUILD in the right place (right after if [[ $CARCH = x86_64 ]]; then fi):

if [[ $CARCH = aarch64 ]]; then
  _features+="generate,"
fi

But it's still building failed Part of output is below, because I'm now in text mode and don't have desktop environment, I can't scroll terminal contents up to capture full log, I'll capture full output later CleanShot 2024-08-26 at 11 03 24@2x

Lippiece commented 1 week ago

Just use paru-bin instead:

git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si
FabioLolix commented 3 days ago

I can't scroll terminal contents up to capture full log

Makepkg have a log option

$ LANG=C makepkg --help | grep log
  -L, --log        Log package build process

Just use paru-bin instead:

That is now broken with the pacman v7 update, see the other recent posts