Hi all,
After Manjaro 24.0 update I am having issues with pamac
. Issuing an update as follows, fails to authenticate and never exits:
$ pamac update
Preparing...
Synchronizing package databases...
Refreshing AUR...
Cloning google-chrome build files...
Generating google-chrome information...
Checking google-chrome dependencies...
Warning: plymouth: local (24.004.60-6) is newer than extra (22.02.122-18)
Resolving dependencies...
Checking inter-conflicts...
To upgrade (8):
nvidia-utils 550.90.07-3 (550.90.07-2) extra
firefox 127.0-1 (126.0.1-1) extra
firefox-i18n-de 127.0-1 (126.0.1-1) extra
firefox-i18n-en-us 127.0-1 (126.0.1-1) extra
linux66-nvidia 550.90.07-3 (550.90.07-2) extra
linux68-nvidia 550.90.07-5 (550.90.07-4) extra
mhwd-nvidia 550.90.07-3 (550.90.07-2) extra
opencl-nvidia 550.90.07-3 (550.90.07-2) extra
To build (1):
google-chrome 126.0.6478.55-1 (125.0.6422.141-1) AUR
Total installed size: 1,3 MB
Edit build files : [e]
Apply transaction ? [e/y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: phil
Password:
Cancelled
==== AUTHENTICATION FAILED ====
Issuing first a pacman
update and then pamac
does work:
$ sudo pacman -Syyu
[sudo] password for phil:
:: Synchronizing package databases...
core 140,6 KiB 593 KiB/s 00:00 [--------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100%
extra 8,3 MiB 5,79 MiB/s 00:01 [--------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100%
multilib 144,7 KiB 548 KiB/s 00:00 [--------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100%
:: Starting full system upgrade...
warning: plymouth: local (24.004.60-6) is newer than extra (22.02.122-18)
resolving dependencies...
looking for conflicting packages...
Packages (8) firefox-127.0-1 firefox-i18n-de-127.0-1 firefox-i18n-en-us-127.0-1 linux66-nvidia-550.90.07-3 linux68-nvidia-550.90.07-5 mhwd-nvidia-550.90.07-3 nvidia-utils-550.90.07-3 opencl-nvidia-550.90.07-3
Total Installed Size: 960,53 MiB
Net Upgrade Size: 1,27 MiB
:: Proceed with installation? [Y/n] y
(( skipped for brevity ))
==> Initcpio image generation successful
( 8/12) Refreshing PackageKit...
( 9/12) Reloading system bus configuration...
(10/12) Copy Firefox Distribution Settings
(11/12) Updating icon theme caches...
(12/12) Updating the desktop file MIME type cache...
$ pamac update
Preparing...
Synchronizing package databases...
Cloning google-chrome build files...
Generating google-chrome information...
Checking google-chrome dependencies...
Warning: plymouth: local (24.004.60-6) is newer than extra (22.02.122-18)
Resolving dependencies...
Checking inter-conflicts...
To build (1):
google-chrome 126.0.6478.55-1 (125.0.6422.141-1) AUR
Edit build files : [e]
Apply transaction ? [e/y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: phil
Password:
==== AUTHENTICATION COMPLETE ====
Building google-chrome...
==> Making package: google-chrome 126.0.6478.55-1 (Mi 12 Jun 2024 14:30:15 CEST)
(( skipped for brevity ))
Upgrading google-chrome (125.0.6422.141-1 -> 126.0.6478.55-1)... [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate... [1/4]
Refreshing PackageKit... [2/4]
Updating icon theme caches... [3/4]
Updating the desktop file MIME type cache... [4/4]
Transaction successfully finished.
polkit
is running:
$ ps -elf | grep polkit
4 S polkitd 701 1 0 80 0 - 97023 - 11:48 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug
0 S phil 1217 986 0 80 0 - 165936 - 14:25 ? 00:00:00 /usr/lib/polkit-kde-authentication-agent-1
pacnews are processed:
$ pacdiff
$
Any suggestion on what may be the issue?
Thanks