[Unstable Update] June 2025

Sounds very strange - but if you are using a heavily customised theme - it may be why.

I use Plasma with Wayland and with minor customisation and I have had zero issues for a very, very long time.

But then, I don’t use Nvidia either.

After the broken update missing qt6-svg at the proper version, everything was broken you couldn’t start anything basically on KDE (Konsole, Dolphin, Haruna, whatever using QT). Nothing to do with a heavily customized system. If you rebooted after update, good luck to get back on your feet.

1 Like

As I said - strange - I have had no issues at all :thinking:

But then I don’t have any nagging - so I don’t get notified every time a package changes.

Technically that could cause my system to skip one - but judging from the version numbers mentioned - I have been having all of them.

My pacman log for qt6-svg shows I have been using 6.9.0-1 for 20 days which then gets replaced with an interim 6.9.0-1.2 ~6 weeks ago - then today system moved to 6.9.1-1

And we are in the unstable thread…

 $ grep -e 'qt6-svg' /var/log/pacman.log
[2024-09-05T08:28:18+0200] [ALPM] reinstalled qt6-svg (6.7.2-1)
[2024-09-11T08:39:47+0200] [ALPM] reinstalled qt6-svg (6.7.2-1)
[2024-09-21T08:03:10+0200] [ALPM] reinstalled qt6-svg (6.7.2-1)
[2024-09-29T07:48:12+0200] [ALPM] upgraded qt6-svg (6.7.2-1 -> 6.7.3-1)
[2024-10-15T07:37:42+0200] [ALPM] upgraded qt6-svg (6.7.3-1 -> 6.8.0-1)
[2024-12-04T13:52:27+0100] [ALPM] upgraded qt6-svg (6.8.0-1 -> 6.8.1-1)
[2025-02-04T08:08:05+0100] [ALPM] upgraded qt6-svg (6.8.1-1 -> 6.8.2-1)
[2025-03-29T07:31:13+0100] [ALPM] upgraded qt6-svg (6.8.2-1 -> 6.8.3-1)
[2025-04-05T08:01:05+0200] [ALPM] upgraded qt6-svg (6.8.3-1 -> 6.9.0-1)
[2025-04-24T06:46:51+0200] [ALPM] upgraded qt6-svg (6.9.0-1 -> 6.9.0-1.2)
[2025-06-05T07:32:20+0200] [ALPM] upgraded qt6-svg (6.9.0-1.2 -> 6.9.1-1)

the said interim qt6-svg 6.9.0-1.2 (manjaro overlay package release) was not updated along with rest of QT6 6.9.1 updates from manjaro repos causing sddm and qt6 related issues. as soon as it ws mentioned here, i updated qt6-svg from arch, and had no issues. everyone who updated inbetween, only from the official repos, ran into the issue…

the reason you avoided the mess must have been, you updated updated after yochanan fixed the issue.

I fixed the qt6-svg issue. Those backports are now part of 6.9.1 release

1 Like

I am not arguing that you did not have issues - I am merely trying to understand what mechanics is causing the different experience.

Yes I suggested theme issues and local configuration issues - but if that is not the cause - what is?

I run a unpublished private mirror and listing the qt6-svg package files from the server’s filesystem gives

[fh@rpi41 ~]$ ls -l /a/data/repos/manjaro/pool/sync/qt6-svg*.zst
-rwxr-xr-x 1 root root 282233 Apr  5 00:35 /a/data/repos/manjaro/pool/sync/qt6-svg-6.9.0-1-x86_64.pkg.tar.zst
-rwxr-xr-x 1 root root 282676 Jun  4 17:08 /a/data/repos/manjaro/pool/sync/qt6-svg-6.9.1-1-x86_64.pkg.tar.zst
[fh@rpi41 ~]$ ls -l /a/data/repos/manjaro/pool/overlay/qt6-svg*.zst
-rwxr-xr-x 1 root root 334145 Apr 22 09:08 /a/data/repos/manjaro/pool/overlay/qt6-svg-6.9.0-1.2-x86_64.pkg.tar.zst

My pacman log for the same three package versions

Assuming you all have kept the system up-to-date - you would have similar entries in your logs - with different sync dates yes - but nonetheless - you should have the same three iterations of the qt6-svg package.

Package File Date Sync Date New Version
April 5. April 5. 6.9.0-1
April 22. April 24. 6.9.0-1.2
June 4. June 6. 6.9.1-1

2 posts were split to a new topic: My system on unstable branch have begun to crash

no Problems here and i use nvidia :wink:

Hello everyone, after the last update, the package update is displayed in terabytes, although it downloads megabytes), it looks like this

I am shutting down for today.

There is a problem dependency issue with the qgpgme-qt6 being replaced with qgpgme. I think has to do with a cascading dependency issue - which cascades to affect pacman’s dependency on libgpgme

I had the following packages synced isoimagewriter kleopatra which I removed - even so I get the dependency error.

I seems that pacman depends on another version of libgpgme.so

17:23:44 ○ [fh@tiger] ~
 $ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
 sublime-text is up to date
 nix-repo is up to date
:: Starting full system upgrade...
:: Replace qgpgme-qt6 with extra/qgpgme? [Y/n] 
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing gpgme (2.0.0-1) breaks dependency 'libgpgme.so=11-64' required by pacman
17:24:22 ○ [fh@tiger] ~
 $ pamac info qgpgme
Name                  : qgpgme
Version               : 2.0.0-1
Description           : Qt bindings for GPGME
URL                   : https://gnupg.org/software/gpgme/index.html
Licenses              : GPL-2.0-or-later
Repository            : extra
Installed Size        : 1,4 MB
Groups                : --
Depends On            : gcc-libs glibc gpgmepp qt6-base
Optional Dependencies : --
Provides              : qgpgme-qt6
Replaces              : qgpgme-qt6
Conflicts With        : qgpgme-qt6
Packager              : Antonio Rojas <arojas@archlinux.org>
Build Date            : tir 03 jun 2025 22:33:51 CEST
Validated By          : MD5 Sum  SHA-256 Sum  Signature
17:27:08 ○ [fh@tiger] ~
 $ pamac info qgpgme-qt6
Name                  : qgpgme-qt6
Version               : 1.24.3-2
Description           : Qt6 bindings for GPGme
URL                   : https://www.gnupg.org/related_software/gpgme/
Licenses              : GPL-2.0-or-later LGPL-2.0-or-later LGPL-2.1-or-later
Repository            : None
Installed Size        : 1,4 MB
Groups                : --
Depends On            : gcc-libs glibc gpgme libgpg-error qt6-base
Optional Dependencies : --
Required By           : isoimagewriter kleopatra libkleo mimetreeparser
Optional For          : --
Provides              : --
Replaces              : --
Conflicts With        : --
Packager              : Christian Hesse <eworm@archlinux.org>
Build Date            : man 19 maj 2025 18:52:10 CEST
Install Date          : lør 24 maj 2025 16:56:26 CEST
Install Reason        : Installed as a dependency for another package
Validated By          : Signature
Backup files          : --

I just rebuilt pacman on gpgme 2.0.0. Once you see pacman 7.0.0.r10.ga2d0293-3 available, the update will succeed.

1 Like

There is something not quite right with pacman atm.
It showed weirdly high numbers for packages to upgrade overall and also for bytes to download overall. Both were ridiculusly high - it looked like some integer underflow to me.
I noticed this while upgrading with pacman 7.0.0.r10.ga2d0293-2, will keep an eye on it.

edit: captured output from another machine showing the problem:

 Total (             68/140710409285668)  85,6 TiB  4,90 TiB/s 00:17 [##############] 100%

I did not see this on my arch installs, might be manjaro specific?

3 Likes

I neither can reproduce the issue on Manjaro nor Arch.

However, someone else mentioned it here on the forums:

1 Like

Started the day by checking up on this.

There is definitely something off with the calculation in the summary line :grin:
It is just cosmetic - I know - but the forum see comments on this like flies on a …

Total (64/140003036413984)   86,0 TiB  8,96 TiB/s 00:10 [---------] 100%
Full output from this mornings run
04:55:25 ○ [fh@tiger] ~
 $ sudo pacman -Syu
[sudo] password for fh: 
:: Synchronizing package databases...
 core                                                   143,0 KiB   813 KiB/s 00:00 [------------------------------------------------] 100%
 extra                                                    8,5 MiB  17,1 MiB/s 00:00 [------------------------------------------------] 100%
 multilib is up to date
 sublime-text is up to date
 nix-repo is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Package (64)                         Old Version           New Version           Net Change  Download Size

extra/adwaita-cursors                48.0-1                48.1-1                  0,00 MiB       0,35 MiB
extra/adwaita-icon-theme             48.0-1                48.1-1                  0,00 MiB       0,19 MiB
extra/ark                            25.04.1-1             25.04.2-1               0,03 MiB       1,43 MiB
extra/audiocd-kio                    25.04.1-1             25.04.2-1               0,01 MiB       0,72 MiB
extra/baloo-widgets                  25.04.1-1             25.04.2-1               0,00 MiB       0,14 MiB
extra/docker-compose                 2.36.2-1              2.37.0-1                0,03 MiB      13,75 MiB
extra/dolphin                        25.04.1-1             25.04.2-1               0,02 MiB       4,67 MiB
extra/dolphin-plugins                25.04.1-1             25.04.2-1               0,01 MiB       0,51 MiB
extra/ffmpegthumbs                   25.04.1-1             25.04.2-1               0,00 MiB       0,03 MiB
extra/filelight                      25.04.1-1             25.04.2-1               0,00 MiB       0,75 MiB
extra/gobject-introspection          1.84.0-1              1.84.0-2               -0,01 MiB       0,50 MiB
extra/gobject-introspection-runtime  1.84.0-1              1.84.0-2                0,00 MiB       0,03 MiB
core/gpgme                           1.24.3-2              2.0.0-1                -0,56 MiB       0,31 MiB
extra/gpgmepp                                              2.0.0-2                 0,56 MiB       0,15 MiB
extra/gwenview                       25.04.1-1             25.04.2-1               0,02 MiB       6,56 MiB
core/iputils                         20250602-1            20250605-1              0,00 MiB       0,14 MiB
extra/kaccounts-integration          25.04.1-1             25.04.2-1               0,00 MiB       0,14 MiB
extra/kaccounts-providers            25.04.1-1             25.04.2-1               0,00 MiB       0,08 MiB
extra/kamera                         25.04.1-1             25.04.2-1               0,00 MiB       0,18 MiB
extra/kate                           25.04.1-1             25.04.2-1               0,08 MiB      10,16 MiB
extra/kcalc                          25.04.1-1             25.04.2-1               0,01 MiB       0,71 MiB
extra/kclock                         25.04.1-1             25.04.2-1               0,00 MiB       0,24 MiB
extra/kdegraphics-mobipocket         25.04.1-1             25.04.2-1               0,00 MiB       0,02 MiB
extra/kdegraphics-thumbnailers       25.04.1-1             25.04.2-1               0,00 MiB       0,04 MiB
extra/keditbookmarks                 25.04.1-1             25.04.2-1               0,01 MiB       0,38 MiB
extra/kfind                          25.04.1-1             25.04.2-1               0,00 MiB       0,42 MiB
extra/khelpcenter                    25.04.1-1             25.04.2-1               0,00 MiB       4,31 MiB
extra/kio-extras                     25.04.1-1             25.04.2-1               0,05 MiB       1,87 MiB
extra/kio-zeroconf                   25.04.1-1             25.04.2-1               0,00 MiB       0,06 MiB
extra/konsole                        25.04.1-1             25.04.2-1               0,02 MiB       2,12 MiB
extra/kpmcore                        25.04.1-1             25.04.2-1               0,01 MiB       0,74 MiB
extra/krdc                           25.04.1-1             25.04.2-1               0,02 MiB       1,66 MiB
extra/ksystemlog                     25.04.1-1             25.04.2-1               0,01 MiB       2,01 MiB
extra/kwallet                        6.14.1-1              6.14.1-3                0,01 MiB       0,66 MiB
extra/kwalletmanager                 25.04.1-1             25.04.2-1               0,01 MiB       1,19 MiB
extra/ldb                            2:4.22.1-1            2:4.22.2-1              0,00 MiB       0,44 MiB
core/leancrypto                      1.3.0-1               1.4.0-1                 0,99 MiB       1,28 MiB
extra/libgirepository                1.84.0-1              1.84.0-2                0,00 MiB       0,14 MiB
extra/libjcat                        0.2.3-1               0.2.3-2                 0,00 MiB       0,09 MiB
extra/libkcddb                       25.04.1-1             25.04.2-1               0,00 MiB       0,53 MiB
extra/libkcompactdisc                25.04.1-1             25.04.2-1               0,00 MiB       0,07 MiB
extra/libkdcraw                      25.04.1-1             25.04.2-1               0,00 MiB       0,04 MiB
extra/libkexiv2                      25.04.1-1             25.04.2-1               0,00 MiB       0,15 MiB
extra/liborcus                       0.20.0-2              0.20.1-1                0,10 MiB       0,88 MiB
extra/libreoffice-fresh              25.2.3-3              25.2.4-1                0,05 MiB     143,37 MiB
extra/libreoffice-fresh-da           25.2.3-1              25.2.4-1                0,00 MiB       3,36 MiB
extra/libwbclient                    2:4.22.1-1            2:4.22.2-1              0,00 MiB       0,04 MiB
extra/libxdp                         1.5.4-1               1.5.5-1                 0,00 MiB       0,06 MiB
extra/lua                            5.4.7-1               5.4.8-1                 0,02 MiB       0,35 MiB
extra/mariadb-libs                   11.7.2-3              11.8.2-1               -0,12 MiB       5,44 MiB
extra/okular                         25.04.1-1             25.04.2-1               0,06 MiB       6,90 MiB
extra/ostree                         2025.2-2              2025.2-3               -0,02 MiB       0,80 MiB
core/pacman                          7.0.0.r10.ga2d0293-2  7.0.0.r10.ga2d0293-3    0,00 MiB       1,15 MiB
extra/partitionmanager               25.04.1-1             25.04.2-1               0,00 MiB       2,39 MiB
extra/podman                         5.5.0-1               5.5.0-2                 0,00 MiB      24,92 MiB
extra/poppler                        25.05.0-1             25.05.0-2               0,00 MiB       1,65 MiB
extra/poppler-glib                   25.05.0-1             25.05.0-2               0,00 MiB       0,34 MiB
extra/poppler-qt6                    25.05.0-1             25.05.0-2               0,00 MiB       0,25 MiB
extra/python-gpgme                   1.24.3-2              2-3                    -0,03 MiB       0,25 MiB
extra/samba                          2:4.22.1-1            2:4.22.2-1             -0,03 MiB       8,49 MiB
extra/seahorse                       1:47.0.1-2            1:47.0.1-3              0,00 MiB       1,23 MiB
extra/signon-kwallet-extension       25.04.1-1             25.04.2-1               0,00 MiB       0,01 MiB
extra/smbclient                      2:4.22.1-1            2:4.22.2-1              0,05 MiB       7,01 MiB
extra/volume_key                     0.3.12-10             0.3.12-11               0,00 MiB       0,13 MiB

Total Download Size:   269,00 MiB
Total Installed Size:  916,63 MiB
Net Upgrade Size:        1,47 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 kate-25.04.2-1-x86_64                                   10,2 MiB  10,4 MiB/s 00:01 [------------------------------------------------] 100%
 docker-compose-2.37.0-1-x86_64                          13,8 MiB  10,8 MiB/s 00:01 [------------------------------------------------] 100%
 samba-2:4.22.2-1-x86_64                                  8,5 MiB  9,94 MiB/s 00:01 [------------------------------------------------] 100%
 podman-5.5.0-2-x86_64                                   24,9 MiB  12,3 MiB/s 00:02 [------------------------------------------------] 100%
 smbclient-2:4.22.2-1-x86_64                              7,0 MiB  7,84 MiB/s 00:01 [------------------------------------------------] 100%
 okular-25.04.2-1-x86_64                                  6,9 MiB  11,3 MiB/s 00:01 [------------------------------------------------] 100%
 gwenview-25.04.2-1-x86_64                                6,6 MiB  13,0 MiB/s 00:01 [------------------------------------------------] 100%
 mariadb-libs-11.8.2-1-x86_64                             5,4 MiB  9,08 MiB/s 00:01 [------------------------------------------------] 100%
 dolphin-25.04.2-1-x86_64                                 4,7 MiB  11,6 MiB/s 00:00 [------------------------------------------------] 100%
 khelpcenter-25.04.2-1-x86_64                             4,3 MiB  13,1 MiB/s 00:00 [------------------------------------------------] 100%
 konsole-25.04.2-1-x86_64                                 2,1 MiB  9,56 MiB/s 00:00 [------------------------------------------------] 100%
 libreoffice-fresh-da-25.2.4-1-any                        3,4 MiB  9,74 MiB/s 00:00 [------------------------------------------------] 100%
 partitionmanager-25.04.2-1-x86_64                        2,4 MiB  9,05 MiB/s 00:00 [------------------------------------------------] 100%
 ksystemlog-25.04.2-1-x86_64                              2,0 MiB  9,04 MiB/s 00:00 [------------------------------------------------] 100%
 krdc-25.04.2-1-x86_64                                 1700,9 KiB  7,84 MiB/s 00:00 [------------------------------------------------] 100%
 kio-extras-25.04.2-1-x86_64                           1918,2 KiB  8,11 MiB/s 00:00 [------------------------------------------------] 100%
 ark-25.04.2-1-x86_64                                  1463,5 KiB  9,05 MiB/s 00:00 [------------------------------------------------] 100%
 poppler-25.05.0-2-x86_64                              1685,2 KiB  7,25 MiB/s 00:00 [------------------------------------------------] 100%
 leancrypto-1.4.0-1-x86_64                             1307,9 KiB  7,02 MiB/s 00:00 [------------------------------------------------] 100%
 seahorse-1:47.0.1-3-x86_64                            1255,7 KiB  9,22 MiB/s 00:00 [------------------------------------------------] 100%
 kwalletmanager-25.04.2-1-x86_64                       1223,5 KiB  7,61 MiB/s 00:00 [------------------------------------------------] 100%
 pacman-7.0.0.r10.ga2d0293-3-x86_64                    1179,2 KiB  6,77 MiB/s 00:00 [------------------------------------------------] 100%
 liborcus-0.20.1-1-x86_64                               898,2 KiB  8,27 MiB/s 00:00 [------------------------------------------------] 100%
 ostree-2025.2-3-x86_64                                 815,9 KiB  6,99 MiB/s 00:00 [------------------------------------------------] 100%
 filelight-25.04.2-1-x86_64                             763,5 KiB  7,17 MiB/s 00:00 [------------------------------------------------] 100%
 kpmcore-25.04.2-1-x86_64                               753,6 KiB  8,97 MiB/s 00:00 [------------------------------------------------] 100%
 audiocd-kio-25.04.2-1-x86_64                           736,9 KiB  7,42 MiB/s 00:00 [------------------------------------------------] 100%
 kcalc-25.04.2-1-x86_64                                 730,1 KiB  6,66 MiB/s 00:00 [------------------------------------------------] 100%
 kwallet-6.14.1-3-x86_64                                679,0 KiB  8,19 MiB/s 00:00 [------------------------------------------------] 100%
 libkcddb-25.04.2-1-x86_64                              540,2 KiB  6,76 MiB/s 00:00 [------------------------------------------------] 100%
 dolphin-plugins-25.04.2-1-x86_64                       523,7 KiB  6,39 MiB/s 00:00 [------------------------------------------------] 100%
 gobject-introspection-1.84.0-2-x86_64                  516,7 KiB  7,31 MiB/s 00:00 [------------------------------------------------] 100%
 ldb-2:4.22.2-1-x86_64                                  454,8 KiB  6,00 MiB/s 00:00 [------------------------------------------------] 100%
 keditbookmarks-25.04.2-1-x86_64                        388,8 KiB  7,91 MiB/s 00:00 [------------------------------------------------] 100%
 kfind-25.04.2-1-x86_64                                 425,1 KiB  6,49 MiB/s 00:00 [------------------------------------------------] 100%
 adwaita-cursors-48.1-1-any                             360,0 KiB  7,99 MiB/s 00:00 [------------------------------------------------] 100%
 lua-5.4.8-1-x86_64                                     362,1 KiB  5,20 MiB/s 00:00 [------------------------------------------------] 100%
 poppler-glib-25.05.0-2-x86_64                          344,3 KiB  5,90 MiB/s 00:00 [------------------------------------------------] 100%
 gpgme-2.0.0-1-x86_64                                   317,7 KiB  7,22 MiB/s 00:00 [------------------------------------------------] 100%
 python-gpgme-2-3-x86_64                                257,8 KiB  4,27 MiB/s 00:00 [------------------------------------------------] 100%
 poppler-qt6-25.05.0-2-x86_64                           251,5 KiB  5,85 MiB/s 00:00 [------------------------------------------------] 100%
 kclock-25.04.2-1-x86_64                                244,6 KiB  4,12 MiB/s 00:00 [------------------------------------------------] 100%
 adwaita-icon-theme-48.1-1-any                          198,5 KiB  4,85 MiB/s 00:00 [------------------------------------------------] 100%
 kamera-25.04.2-1-x86_64                                183,2 KiB  4,16 MiB/s 00:00 [------------------------------------------------] 100%
 libkexiv2-25.04.2-1-x86_64                             151,7 KiB  5,29 MiB/s 00:00 [------------------------------------------------] 100%
 gpgmepp-2.0.0-2-x86_64                                 153,0 KiB  3,65 MiB/s 00:00 [------------------------------------------------] 100%
 kaccounts-integration-25.04.2-1-x86_64                 147,9 KiB  5,16 MiB/s 00:00 [------------------------------------------------] 100%
 libgirepository-1.84.0-2-x86_64                        147,9 KiB  4,38 MiB/s 00:00 [------------------------------------------------] 100%
 iputils-20250605-1-x86_64                              139,7 KiB  3,90 MiB/s 00:00 [------------------------------------------------] 100%
 baloo-widgets-25.04.2-1-x86_64                         147,8 KiB  3,21 MiB/s 00:00 [------------------------------------------------] 100%
 volume_key-0.3.12-11-x86_64                            130,1 KiB  4,70 MiB/s 00:00 [------------------------------------------------] 100%
 libjcat-0.2.3-2-x86_64                                  89,2 KiB  3,63 MiB/s 00:00 [------------------------------------------------] 100%
 kaccounts-providers-25.04.2-1-x86_64                    78,2 KiB  3,32 MiB/s 00:00 [------------------------------------------------] 100%
 libkcompactdisc-25.04.2-1-x86_64                        74,8 KiB  3,32 MiB/s 00:00 [------------------------------------------------] 100%
 libxdp-1.5.5-1-x86_64                                   64,4 KiB  2,62 MiB/s 00:00 [------------------------------------------------] 100%
 kio-zeroconf-25.04.2-1-x86_64                           62,3 KiB  2,44 MiB/s 00:00 [------------------------------------------------] 100%
 libkdcraw-25.04.2-1-x86_64                              43,9 KiB  1907 KiB/s 00:00 [------------------------------------------------] 100%
 kdegraphics-thumbnailers-25.04.2-1-x86_64               42,4 KiB  1768 KiB/s 00:00 [------------------------------------------------] 100%
 libwbclient-2:4.22.2-1-x86_64                           36,3 KiB  1579 KiB/s 00:00 [------------------------------------------------] 100%
 gobject-introspection-runtime-1.84.0-2-x86_64           33,9 KiB  1615 KiB/s 00:00 [------------------------------------------------] 100%
 ffmpegthumbs-25.04.2-1-x86_64                           32,7 KiB  1422 KiB/s 00:00 [------------------------------------------------] 100%
 kdegraphics-mobipocket-25.04.2-1-x86_64                 19,9 KiB   831 KiB/s 00:00 [------------------------------------------------] 100%
 signon-kwallet-extension-25.04.2-1-x86_64               14,7 KiB   670 KiB/s 00:00 [------------------------------------------------] 100%
 libreoffice-fresh-25.2.4-1-x86_64                      143,4 MiB  15,0 MiB/s 00:10 [------------------------------------------------] 100%
 Total (             64/140003036413984)                 86,0 TiB  8,96 TiB/s 00:10 [------------------------------------------------] 100%
(64/64) checking keys in keyring                                                    [------------------------------------------------] 100%
(64/64) checking package integrity                                                  [------------------------------------------------] 100%
(64/64) loading package files                                                       [------------------------------------------------] 100%
(64/64) checking for file conflicts                                                 [------------------------------------------------] 100%
(64/64) checking available disk space                                               [------------------------------------------------] 100%
:: Processing package changes...
( 1/64) upgrading adwaita-cursors                                                   [------------------------------------------------] 100%
( 2/64) upgrading adwaita-icon-theme                                                [------------------------------------------------] 100%
( 3/64) upgrading leancrypto                                                        [------------------------------------------------] 100%
( 4/64) upgrading gpgme                                                             [------------------------------------------------] 100%
( 5/64) installing gpgmepp                                                          [------------------------------------------------] 100%
( 6/64) upgrading poppler                                                           [------------------------------------------------] 100%
( 7/64) upgrading poppler-qt6                                                       [------------------------------------------------] 100%
( 8/64) upgrading kwallet                                                           [------------------------------------------------] 100%
( 9/64) upgrading volume_key                                                        [------------------------------------------------] 100%
(10/64) upgrading ark                                                               [------------------------------------------------] 100%
(11/64) upgrading libkcddb                                                          [------------------------------------------------] 100%
(12/64) upgrading libkcompactdisc                                                   [------------------------------------------------] 100%
(13/64) upgrading audiocd-kio                                                       [------------------------------------------------] 100%
(14/64) upgrading baloo-widgets                                                     [------------------------------------------------] 100%
(15/64) upgrading docker-compose                                                    [------------------------------------------------] 100%
(16/64) upgrading libkexiv2                                                         [------------------------------------------------] 100%
(17/64) upgrading ldb                                                               [------------------------------------------------] 100%
(18/64) upgrading libwbclient                                                       [------------------------------------------------] 100%
(19/64) upgrading smbclient                                                         [------------------------------------------------] 100%
(20/64) upgrading kio-extras                                                        [------------------------------------------------] 100%
(21/64) upgrading dolphin                                                           [------------------------------------------------] 100%
New optional dependencies for dolphin
    kompare: comparing files menu action
(22/64) upgrading dolphin-plugins                                                   [------------------------------------------------] 100%
(23/64) upgrading ffmpegthumbs                                                      [------------------------------------------------] 100%
(24/64) upgrading filelight                                                         [------------------------------------------------] 100%
(25/64) upgrading libgirepository                                                   [------------------------------------------------] 100%
(26/64) upgrading gobject-introspection-runtime                                     [------------------------------------------------] 100%
(27/64) upgrading gobject-introspection                                             [------------------------------------------------] 100%
(28/64) upgrading libkdcraw                                                         [------------------------------------------------] 100%
(29/64) upgrading signon-kwallet-extension                                          [------------------------------------------------] 100%
(30/64) upgrading kaccounts-integration                                             [------------------------------------------------] 100%
(31/64) upgrading gwenview                                                          [------------------------------------------------] 100%
(32/64) upgrading iputils                                                           [------------------------------------------------] 100%
(33/64) upgrading kaccounts-providers                                               [------------------------------------------------] 100%
(34/64) upgrading kamera                                                            [------------------------------------------------] 100%
(35/64) upgrading kate                                                              [------------------------------------------------] 100%
(36/64) upgrading kcalc                                                             [------------------------------------------------] 100%
(37/64) upgrading kclock                                                            [------------------------------------------------] 100%
(38/64) upgrading kdegraphics-mobipocket                                            [------------------------------------------------] 100%
(39/64) upgrading kdegraphics-thumbnailers                                          [------------------------------------------------] 100%
(40/64) upgrading keditbookmarks                                                    [------------------------------------------------] 100%
(41/64) upgrading kfind                                                             [------------------------------------------------] 100%
(42/64) upgrading khelpcenter                                                       [------------------------------------------------] 100%
(43/64) upgrading kio-zeroconf                                                      [------------------------------------------------] 100%
(44/64) upgrading konsole                                                           [------------------------------------------------] 100%
(45/64) upgrading kpmcore                                                           [------------------------------------------------] 100%
(46/64) upgrading krdc                                                              [------------------------------------------------] 100%
(47/64) upgrading ksystemlog                                                        [------------------------------------------------] 100%
(48/64) upgrading kwalletmanager                                                    [------------------------------------------------] 100%
(49/64) upgrading libjcat                                                           [------------------------------------------------] 100%
(50/64) upgrading liborcus                                                          [------------------------------------------------] 100%
(51/64) upgrading libreoffice-fresh                                                 [------------------------------------------------] 100%
(52/64) upgrading libreoffice-fresh-da                                              [------------------------------------------------] 100%
(53/64) upgrading libxdp                                                            [------------------------------------------------] 100%
(54/64) upgrading lua                                                               [------------------------------------------------] 100%
(55/64) upgrading mariadb-libs                                                      [------------------------------------------------] 100%
(56/64) upgrading okular                                                            [------------------------------------------------] 100%
(57/64) upgrading ostree                                                            [------------------------------------------------] 100%
(58/64) upgrading pacman                                                            [------------------------------------------------] 100%
(59/64) upgrading partitionmanager                                                  [------------------------------------------------] 100%
(60/64) upgrading podman                                                            [------------------------------------------------] 100%
(61/64) upgrading poppler-glib                                                      [------------------------------------------------] 100%
(62/64) upgrading python-gpgme                                                      [------------------------------------------------] 100%
(63/64) upgrading samba                                                             [------------------------------------------------] 100%
(64/64) upgrading seahorse                                                          [------------------------------------------------] 100%
:: Running post-transaction hooks...
( 1/14) Creating system user accounts...
( 2/14) Reloading system manager configuration...
( 3/14) Reloading user manager configuration...
( 4/14) Restarting marked services...
( 5/14) Creating temporary files...
( 6/14) Arming ConditionNeedsUpdate...
( 7/14) Updating the MIME type database...
( 8/14) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64.img
==> Starting build: '6.12.32-1-MANJARO'
  -> Running build hook: [systemd]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Running post hooks
  -> Running post hook: [sbctl]
Secureboot key directory doesn't exist, not signing!
==> Post processing done
==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64-fallback.img -S autodetect
==> Starting build: '6.12.32-1-MANJARO'
  -> Running build hook: [systemd]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/mount.glusterfs
  -> Running build hook: [fsck]
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/fsck.btrfs
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/fsck.xfs
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Running post hooks
  -> Running post hook: [sbctl]
Secureboot key directory doesn't exist, not signing!
==> Post processing done
==> Building image from preset: /etc/mkinitcpio.d/linux615.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.15-x86_64 -g /boot/initramfs-6.15-x86_64.img
==> Starting build: '6.15.1-1-MANJARO'
  -> Running build hook: [systemd]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.15-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Running post hooks
  -> Running post hook: [sbctl]
Secureboot key directory doesn't exist, not signing!
==> Post processing done
==> Building image from preset: /etc/mkinitcpio.d/linux615.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.15-x86_64 -g /boot/initramfs-6.15-x86_64-fallback.img -S autodetect
==> Starting build: '6.15.1-1-MANJARO'
  -> Running build hook: [systemd]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/mount.glusterfs
  -> Running build hook: [fsck]
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/fsck.btrfs
==> WARNING: Possibly missing '/bin/sh' for script: /usr/bin/fsck.xfs
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.15-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Running post hooks
  -> Running post hook: [sbctl]
Secureboot key directory doesn't exist, not signing!
==> Post processing done
( 9/14) Refreshing PackageKit...
(10/14) Reloading system bus configuration...
(11/14) Compiling GSettings XML schema files...
(12/14) Updating icon theme caches...
(13/14) Updating the info directory file...
(14/14) Updating the desktop file MIME type cache...

1 Like

If you want to get rid of those spurious warnings, then you can install mkinitcpio-firmware from the AUR. It’s a meta-package that will pull in all the missing firmware modules. :wink:

3 Likes

A warning can be ignored if you know it does not apply to your usecase.

I know some needs a clean table - that is is OK :slight_smile:

1 Like

That should be fixed with a pacman update. On Arch it was in testing branch.

1 Like

I think the key part that’s not communicated is that it’s a common warning for the fallback image (at least that was my understanding). But yeah that’s a moot point if a fix is around the corner.

Not sure what you’re replying to as there’s no specific context. Perhaps edit your post and quote the relevant reply? :wink:

Try this… :point_down:

:wink: