I think pamac-aur has pam-u2f error while enter password.
Search Criteria
Package Details: pamac-aur 11.7.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pamac-aur.git (read-only, click to copy) |
|---|---|
| Package Base: | pamac-aur |
| Description: | A Gtk frontend, Package Manager based on libalpm with AUR and Appstream support |
| Upstream URL: | https://github.com/manjaro/pamac |
| Keywords: | gui installer libalpm package pacman yay |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | pamac, pamac-cli, pamac-tray-appindicator |
| Provides: | pamac, pamac-cli |
| Submitter: | Zeph |
| Maintainer: | Zeph |
| Last Packager: | Zeph |
| Votes: | 413 |
| Popularity: | 1.05 |
| First Submitted: | 2013-12-05 12:57 (UTC) |
| Last Updated: | 2025-12-14 07:40 (UTC) |
Dependencies (20)
- desktop-file-utils (desktop-file-utils-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- gnutls (gnutls-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR, libadwaita-yaru-gitAUR)
- libhandy (libhandy-gitAUR)
- libnotify (libnotify-gitAUR)
- libpamac-aurAUR
- asciidoc (asciidoc-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gobject-introspection (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
- vala (vala-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- lxsession (lxsession-gitAUR) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentification in Cinnamon, Gnome
Required by (9)
- cleanupdate-git (requires pamac-cli) (optional)
- cmd-not-found (requires pamac-cli) (optional)
- debtap-mod (requires pamac)
- mintmenu (requires pamac) (optional)
- pamac-all (requires pamac-cli)
- pamac-flatpak (requires pamac-cli)
- pamac-gtk3 (requires pamac-cli)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (2)
ABOhiccups commented on 2025-12-22 02:52 (UTC)
Pillgar commented on 2025-12-14 00:05 (UTC)
I believe libalpm.so was updated to v16 today. pamac-aur 11.7.4-1 is looking for libalpm.so =15. Just a heads up.
vagelis commented on 2025-12-01 15:10 (UTC)
New release upstream https://github.com/manjaro/pamac/releases/tag/v11.7.4
lxl6125 commented on 2025-10-10 04:01 (UTC)
../src/manager_window.vala:528.41-528.49:error:
duplicating BreakpointCondition' instance, use u
nowned variable or explicitly invoke copy method
528 | var breakpoint =
new Adw.Breakpoint (condition);
|
^~~~~~~~~
../src/manager_window.vala:563.42-563.51: error:
duplicatingBreakpointCondition' instance, use u
nowned variable or explicitly invoke copy method
563 | var breakpoint2 =
new Adw.Breakpoint (condition2);
|
^~
Compilation failed: 2 error(s), 5 warning(s)
jalejotorresm commented on 2025-06-26 00:53 (UTC) (edited on 2025-06-26 00:55 (UTC) by jalejotorresm)
[AUR] pamac-aur build fails on manpage generation (a2x/xmllint)
Summary
When building the latest pamac-aur (11.7.3-3) from the AUR using yay (or any AUR helper), the process fails during manpage generation with a2x and xmllint. The rest of the build completes with only warnings, but this error prevents installation.
Error Output
[3/9] Generating data/doc/pamac.conf.5 manpage with a custom command
FAILED: data/doc/pamac.conf.5
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.conf.5.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid ".../build/data/doc/pamac.conf.5.xml" returned non-zero exit status 3
[4/9] Generating data/doc/pamac.8 manpage with a custom command
FAILED: data/doc/pamac.8
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.8.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid ".../build/data/doc/pamac.8.xml" returned non-zero exit status 3
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
Steps to Reproduce
- Run
yay -S pamac-aur(or any AUR helper). - Wait for the build to reach the manpage generation step.
- The error above occurs and stops the build.
Troubleshooting Tried
- Reinstalled all dependencies:
asciidoc,docbook-xml,docbook-xsl,xmlto,libxslt,libxml2 - Verified
/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtdexists - Tried to generate the XML manually with
asciidoc -b docbook pamac.conf.5.asciidocand validate withxmllint - Error persists, seems related to build process or incompatibility with recent XML tools versions.
Temporary Workarounds
- Commenting out the
a2xmanpage generation lines in the PKGBUILD allows the build to complete (but no manpages are installed). - Alternatively, installing
pamac-aur-gitsometimes works, as it may not generate manpages or may be patched.
Additional Notes
- The error happens on updated and fresh installations.
- It does not seem to be a permissions or missing dependencies issue.
- Occurs with multiple AUR helpers.
Has anyone else experienced this? Is there a proper fix or patch upstream?
Thanks for any suggestions!
Thorned_Rose commented on 2025-01-25 01:45 (UTC)
Not sure if anyone else is getting this and what is causing this issue, but the authentication box in pamac is showing in the Afrikaans language instead of my system language. Bug report here in case anyone else can add to it: https://github.com/manjaro/pamac/issues/482
Archcan_98 commented on 2024-10-31 01:31 (UTC)
Well, got the latest pamac-aur to work by [-Rns libpamac-aur pamac-aur]. Then the Arch way, first git clone libpamac-aur url + cd libpamac-aur + makepkg -si. Second, git clone pamac-aur url + cd pamac-aur + makepkg -si. All is good now except updates is not searching-working, but refresh databases updates the system ok. We are not using yay, nor any other pamac package. The given cmd line below works here and search for aur too.
lenhuppe commented on 2024-10-30 22:01 (UTC) (edited on 2024-10-30 22:16 (UTC) by lenhuppe)
Got this when running 'pamac update -a'
Synchronizing package databases...
Refreshing extra.db...
Refreshing AUR...
cp: cannot access '/var/lib/pacman/sync/download-QEPWUS': Permission denied
Nothing to do.
Transaction successfully finished.
Pinned Comments
Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2024-10-29 07:25 (UTC) by Zeph)
For some problems with pamac, check or create issues on