ERROR: accounts-qml-module is not available for the 'aarch64' architecture

I am trying to run yay and encounter the following error.

ERROR: accounts-qml-module is not available for the ‘aarch64’ architecture. exit status 12

Can someonoe port accounts-qml-module to ‘aarch64’ architecture.

I am running endeavourOS ARM on raspberry pi 4B.

accounts-qml-module moved to the AUR on 20260516. First check with yay -Qi accounts-qml-module if you have a package that depends on accounts-qml-module. If yes, you have to wait until the AUR packager will provide an aarch64 package. If not I would recommend to unistall it with yay -R accounts-qml-module.

I just checked and a fully updated RPi 4b default KDE Plasma install does not include accounts-qml-module

[don@RPi-4b ~]$ yay -Qi accounts-qml-module
error: package 'accounts-qml-module' was not found

I am curious what app you have installed that requires accounts-qml-module
Run @marteng69 's command and see what app requires accounts-qml-module

accounts-qml-module is available in the AUR and recently updated Last Updated: 2026-05-29 07:46 (UTC)

So if you run @marteng69 's yay query and find the app that requies accounts-qml-module the first decision is if you need this app.

If yes I need this app, then I will guide you through compiling this with makepkg.

Pudge

I was able to compile accounts-qml-module in aarch64. It compiled in 1 min 59 secs.

If you have an app that uses accounts-qml-module and you need that app, then I have put the latest accounts-qml-module on my web server. Download it at
https://pudges-place.ddns.net/EnOS-ARM/accounts-qml-module-0.7-8-aarch64.pkg.tar.zst
In a terminal, in your Downloads folder, install with
sudo pacman -U accounts-qml-module-0.7-8-aarch64.pkg.tar.zst

Then try your yay update.

If you don’t have an APP that needs accounts-qml-module, as @marteng69 mentioned, uninstall it.

Pudge

Thanks for your help.

$ yay -Qi accounts-qml-module
Name            : accounts-qml-module
Version         : 0.7-7
Description     : Expose the Online Accounts API to QML applications
Architecture    : aarch64
URL             : https://gitlab.com/accounts-sso/accounts-qml-module
Licenses        : LGPL-2.1-only
Groups          : None
Provides        : None
Depends On      : glibc  libaccounts-qt  libgcc  libstdc++  qt6-base  qt6-declarative  signond
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 332.94 KiB
Packager        : Arch Linux ARM Build System <builder+n1@archlinuxarm.org>
Build Date      : Thu 09 Apr 2026 09:19:36 AM EDT
Install Date    : Tue 21 Apr 2026 08:17:41 PM EDT
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

Actually it is not required by any proram. I don’t kow why it get installed in the first place.

I will remove it.

Seems it got re-added in the AUR.

I also was surprised yesterday, cause the regular system update wanted to install this from the AUR. After checking, it had no dependencies currently connected to it. So I just removed it.
It seems to be connected the purpose package which again is related to some KDE git stuff.

yay -Rsn accounts-qml-module 

… did the job for me.

Til now everything seem to work as usual.