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

Failure to install AUR package pamac-aur on Arch Linux using yay #462

Open
renathossain opened this issue Oct 28, 2024 · 6 comments
Open

Comments

@renathossain
Copy link

With the most recent release, "V11.7.2" on Monday, October 28, 2024, when installing the package: yay -S pamac-aur, i get the following error:

Found ninja-1.12.1 at /usr/bin/ninja
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja
[1/9] Compiling Vala source ../src/version.vala ../src/transaction-cli.vala ../src/cli.vala
FAILED: src/pamac.p/version.c src/pamac.p/transaction-cli.c src/pamac.p/cli.c
valac -C --pkg pamac --pkg gio-2.0 --color=always --directory src/pamac.p --basedir ../src --pkg=posix --vapidir={HOME DIRECTORY}/.cache/yay/pamac-aur/src/pamac-cli-3985c4d7e95312f79bb2a7f33766912c329f4697/vapi --pkg=linux ../src/version.vala ../src/transaction-cli.vala ../src/cli.vala
../src/cli.vala:2044.18-2044.53: error: 1 extra arguments for `Pamac.Updates Pamac.Database.get_updates ()'
2044 | var updates = database.get_updates (use_timestamp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compilation failed: 1 error(s), 0 warning(s)
[3/9] Generating data/doc/pamac.8 manpage with a custom command
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: pamac-aur-exit status 4
-> Failed to install the following packages. Manual intervention is required:
pamac-aur - exit status 4

I am using:
OS: Arch Linux x86_64
Kernel: 6.6.58-1-lts
DE: Xfce 4.18
WM: i3

@CouponCodeSwap
Copy link

I'm getting the same error.

@grenouille7777
Copy link

Exactly the same here.

EndeavourOS
Cinnamon 6.2.9
Kernel 6.11.5-zen1-1-zen

@gabrielkorytiak
Copy link

gabrielkorytiak commented Oct 29, 2024

manually clear yay cache folder
remove pamac-aur and libpamac-aur (yay -R libpamac-aur pamac-aur)
remove not needed packages (sudo pacman -Rsn $(pacman -Qdtq)
install pamac-aur and libpamac-aur with yay (yay -S libpamac-aur pamac-aur)

on my system pamac-aur and libpamac-aur builds fine without issues

@grenouille7777
Copy link

Worked great on my system. Thanks.

@vageliskatsiotis
Copy link

Yes worked on mine too. Thanx man.

@Goku-San
Copy link

Tnx @gabrielkorytiak

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

6 participants