Upgrade of manjaro-system-20210101-2 fails

Hi everyone and happy new year!

I just ran sudo pacman -Syyu. It found one update manjaro-system-20210101-2 , but the update failed with:

:: Synchronizing package databases…
core 167.6 KiB 1397 KiB/s 00:00 [######################] 100%
extra 1994.5 KiB 3.72 MiB/s 00:01 [######################] 100%
community 6.3 MiB 6.02 MiB/s 00:01 [######################] 100%
multilib 182.0 KiB 6.58 MiB/s 00:00 [######################] 100%
:: Some packages should be upgraded first…
resolving dependencies…
looking for conflicting packages…

Packages (1) manjaro-system-20210101-2

Total Download Size: 0.02 MiB
Total Installed Size: 0.00 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages…
manjaro-system-2… 21.0 KiB 0.00 B/s 00:00 [######################] 100%
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes…
(1/1) upgrading manjaro-system [######################] 100%
error: command failed to execute correctly
:: Running post-transaction hooks…
(1/1) Arming ConditionNeedsUpdate…

I ran sudo pacman -S manjaro-system and it tried update again, but with the same result. Then I ran the following script again only to make sure that it hasn’t something to do with the mirrors:

#!/bin/bash

sudo pacman-mirrors --api --proto https ftps --method rank --continent
#sudo pacman-mirrors --api --proto https ftps --method rank --country Germany

sleep 3

sudo pacman -Syyu

That resulted in: Nothing to do.

Installed is the new version. How do I downgrade to the previous version? :thinking:

Phil is trying to fix a bug with the nvidia drivers being updated. He’s rewritten the manjaro-system package twice, if your sytem is working fine I wouldn’t worry about it. He’ll release another update to manjaro-system package soon

Ah right…Everything works fine so far. Then I wait for @philm . Thanks for the quick response.

It should been fixed by now. Last version you can find here:

Thanks @philm. Works. :grinning:

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