-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error on Arch Linux ARM again #1236
Comments
Just use git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si |
Makepkg have a log option
That is now broken with the pacman v7 update, see the other recent posts |
Error message states that you are missing libclang. I think you can check: Try: Edit: no need to install |
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
):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
The text was updated successfully, but these errors were encountered: