Pacaur doesn't work anymore in octopi

Hello everyone,

After my last system update I encountered a new problem.
I’m unable to activate PACAUR in octopi.

When I start a package search, I received the following message in the console :
QList::removeAt(): Index out of range.
And nothing appears in the result list.

Does anyone encounters the same problem ?
Is it still a supported way to work with AUR ?

Regards,

Louis

Not a direct answer to your question ─ I’ve never used pacaur ─ but you could install yay and/or trizen, both of which should work well enough.

But then again, I myself only use yay from the command line, and sometimes I just use (the command-line version of) pamac. :man_shrugging:

Last update was over 2 years ago. I’m pretty sure I remember reading somewhere the dev gave up on the project. You may consider moving on.

https://aur.archlinux.org/packages/pacaur

1 Like

After some more investigation I understood the problem.
pacaur didn’t work properly due to a broken dependency.

pacaur uses a tool called auracle, I forgot if I installed this tool from source years ago but it isn’t listed as a standard package in octopi.
auracle didn’t work anymore due to a removed shared library (libalpm.so.12).

To correct the problem I followed the next procedure :

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

I hope I didn’t make any mistake, now octopi works as expected with pacaur.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.