Skip to content
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

Closed
Kayxue opened this issue Aug 26, 2024 · 3 comments
Closed

Build error on Arch Linux ARM again #1236

Kayxue opened this issue Aug 26, 2024 · 3 comments

Comments

@Kayxue
Copy link

Kayxue commented Aug 26, 2024

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
Copy link

Lippiece commented Sep 6, 2024

Just use paru-bin instead:

git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si

@FabioLolix
Copy link

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

@platlas
Copy link

platlas commented Oct 6, 2024

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

Error message states that you are missing libclang.

I think you can check: ls /usr/lib/ | grep clang

Try: sudo pacman -S clang And then build again.

Edit: no need to install clang like I have mentioned above, please see: #1154 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants