[Unstable Update] 2021-11-24 - ICU 70.1 rebuilds, VirtualBox 6.1.30

:information_source: glxinfo, eglinfo and glxgears are now part of the new mesa-utils package.

1 Like
The issue: zsh somehow auto-substitutes to bash in terminal emulator settings

After the

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

extra/libdrm                    2.4.108-1          2.4.109-1             0.00 MiB       0.27 MiB
community/manjaro-kde-settings  20210813-2         20211128-1           -0.78 MiB       0.01 MiB
extra/mesa-demos                8.4.0-4            8.4.0-6               0.02 MiB       1.53 MiB
extra/shared-mime-info          2.0+57+gc1d1c70-1  2.0+115+gd74a913-1    0.01 MiB       0.59 MiB
core/sqlite                     3.36.0-1           3.37.0-1              0.12 MiB       1.72 MiB

update, somehow I lost ability to change shell in konsole terminal emulator:

  1. it automatically switched to /bin/bash interpreter w/o my will and action,
  2. I can’t setup it to previously well-working /bin/zsh: I click OK in settings window, close it, open new konsole window and there I see the same /bin/bash.

Can’t figure out what is going on.

full update log
~/Desktop ❯ sudo pacman -Syu                 
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

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

extra/libdrm                    2.4.108-1          2.4.109-1             0.00 MiB       0.27 MiB
community/manjaro-kde-settings  20210813-2         20211128-1           -0.78 MiB       0.01 MiB
extra/mesa-demos                8.4.0-4            8.4.0-6               0.02 MiB       1.53 MiB
extra/shared-mime-info          2.0+57+gc1d1c70-1  2.0+115+gd74a913-1    0.01 MiB       0.59 MiB
core/sqlite                     3.36.0-1           3.37.0-1              0.12 MiB       1.72 MiB

Total Download Size:    4.11 MiB
Total Installed Size:  22.77 MiB
Net Upgrade Size:      -0.63 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libdrm-2.4.109-1-x86_64                                                              272.1 KiB   336 KiB/s 00:01 [####################################################################] 100%
 shared-mime-info-2.0+115+gd74a913-1-x86_64                                           600.7 KiB   730 KiB/s 00:01 [####################################################################] 100%
 mesa-demos-8.4.0-6-x86_64                                                           1567.2 KiB  1822 KiB/s 00:01 [####################################################################] 100%
 manjaro-kde-settings-20211128-1-any                                                   10.3 KiB  37.2 KiB/s 00:00 [####################################################################] 100%
 sqlite-3.37.0-1-x86_64                                                              1762.9 KiB  1598 KiB/s 00:01 [####################################################################] 100%
 Total (5/5)                                                                            4.1 MiB  3.56 MiB/s 00:01 [####################################################################] 100%
error: failed retrieving file 'manjaro-kde-settings-20211128-1-any.pkg.tar.zst' from mirror.koddos.net : The requested URL returned error: 404
error: failed retrieving file 'manjaro-kde-settings-20211128-1-any.pkg.tar.zst' from ftp.nluug.nl : The requested URL returned error: 404
(5/5) checking keys in keyring                                                                                    [####################################################################] 100%
(5/5) checking package integrity                                                                                  [####################################################################] 100%
(5/5) loading package files                                                                                       [####################################################################] 100%
(5/5) checking for file conflicts                                                                                 [####################################################################] 100%
(5/5) checking available disk space                                                                               [####################################################################] 100%
:: Processing package changes...
(1/5) upgrading libdrm                                                                                            [####################################################################] 100%
(2/5) upgrading shared-mime-info                                                                                  [####################################################################] 100%
(3/5) upgrading sqlite                                                                                            [####################################################################] 100%
(4/5) upgrading manjaro-kde-settings                                                                              [####################################################################] 100%
(5/5) upgrading mesa-demos                                                                                        [####################################################################] 100%
>>> glxinfo, eglinfo and glxgears are now part of
>>> the new "mesa-utils" package.
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating the MIME type database...
(3/3) Refreshing PackageKit...
~/Desktop ❯

I almost sure that the effect caused by the update.

/bin/zsh details
[m@pc ~]$ ls -d /bin/zsh
/bin/zsh

$ file /bin/zsh
/bin/zsh: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d03c8b04eaa98dbba8ff2ad39c9d42656bfed2ab, for GNU/Linux 3.2.0, stripped

$ stat /bin/zsh
  File: /bin/zsh
  Size: 869608          Blocks: 1704       IO Block: 4096   regular file
Device: 0,28    Inode: 5774335     Links: 2
Access: (0755/-rwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-11-17 12:06:42.000000000 +0300
Modify: 2020-02-16 20:55:21.000000000 +0300
Change: 2021-11-17 12:06:42.814019290 +0300
 Birth: 2021-11-17 12:06:42.810685957 +0300

EDIT:

Fixed

Logged out.
Entered TTY.
Cleared cache (KDE - ArchWiki)
Rebooted.
I see my zsh again from the start.

BTW, the PC was working only 3 hours after last reboot. I do not know what triggered the problem.

Thanks!

it will be fix on next kernel update.

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-5.15.y&id=bceb6bd1afb8ef8a1f852d401f4e205bfda68516

https://bugzilla.kernel.org/show_bug.cgi?id=215137

A post was split to a new topic: I’m experiencing crackling, static sound from my speakers

Getting "/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found" while generating images.
==> Building image from preset: /etc/mkinitcpio.d/linux514.preset: 'default'
  -> -k /boot/vmlinuz-5.14-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.14-x86_64.img
==> Starting build: 5.14.21-2-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.14-x86_64.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux514.preset: 'fallback'
  -> -k /boot/vmlinuz-5.14-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.14-x86_64-fallback.img -S autodetect
==> Starting build: 5.14.21-2-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.14-x86_64-fallback.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
  -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64.img
==> Starting build: 5.15.5-2-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.15-x86_64.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'fallback'
  -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64-fallback.img -S autodetect
==> Starting build: 5.15.5-2-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
/usr/lib/initcpio/functions: line 196: add_udev_rule: command not found
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.15-x86_64-fallback.img
==> Image generation successful

Refresh your mirrors, mkinitcpio 31-1 was pushed a little later than the systemd 249.7-2 packages. They all need to be installed at the same time.

1 Like

Thanks, also fixed my delay of the mounting of my separate raid.

Facing

error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: failed to synchronize all databases (invalid or corrupted database (PGP signature)
  1. I have tried deleting /var/lib/pacman/sync/, but It works fine for pacman but pamac still shows this issue.
  2. Restarted and updated the mirrors through pacman but still not resolved.

Update:
Fixed the issue.
Solution

Facing issues with linux-5.15.6-2-MANJARO kernel:

What happened is that i updated my system using sudo pacman -Syu and it updated everything including my kernel. In the latest kernel, one of my usb ports was not detecting and also there was an errror while building the dkms modules for the kernel. For the time being, i downgraded my kernel to 5.15.2-2-MANJARO and it’s respective headers and everything works flawlessly. Here is the log from /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/make.log:

DKMS make.log for rtl8821ce-1.0.5.r128.gf93db73 for kernel 5.15.6-2-MANJARO (x86_64)
Sunday 05 December 2021 08:46:28 AM IST
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.6-2-MANJARO/build M=/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build  modules
make[1]: Entering directory '/usr/lib/modules/5.15.6-2-MANJARO/build'
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_cmd.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_security.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_debug.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_io.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_ioctl_query.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_ioctl_set.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_ieee80211.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mlme.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mlme_ext.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mi.o
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mlme.c: In function ‘rtw_drv_scan_by_self’:
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mlme.c:3161:17: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
 3161 |                 else
      |                 ^~~~
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_mlme.c:3164:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
 3164 |                         goto exit;
      |                         ^~~~
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_wlan_util.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_vht.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_pwrctrl.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rf.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_chplan.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_recv.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_sta_mgt.o
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rf.c: In function ‘dump_txpwr_lmt’:
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rf.c:765:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  765 |         if (IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter))
      |         ^~
In file included from /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/include/drv_types.h:60,
                 from /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rf.c:17:
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/include/rtw_debug.h:220:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  220 |         do {\
      |         ^~
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rf.c:767:17: note: in expansion of macro ‘RTW_PRINT_SEL’
  767 |                 RTW_PRINT_SEL(sel, "txpwr_lmt_5g_20_40_ref:0x%02x\n", rfctl->txpwr_lmt_5g_20_40_ref);
      |                 ^~~~~~~~~~~~~
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_ap.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/mesh/rtw_mesh.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/mesh/rtw_mesh_pathtbl.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/mesh/rtw_mesh_hwmp.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_xmit.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_p2p.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_rson.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_tdls.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_br_ext.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_iol.o
  CC [M]  /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_sreset.o
/var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory
   20 |         #include <net/ipx.h>
      |                  ^~~~~~~~~~~
compilation terminated.
make[2]: *** [scripts/Makefile.build:277: /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build/core/rtw_br_ext.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:1868: /var/lib/dkms/rtl8821ce/1.0.5.r128.gf93db73/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.15.6-2-MANJARO/build'
make: *** [Makefile:2244: modules] Error 2```

@MaG_NITud3 please open a new thread in the Kernel subforum to get your issue answered.

I got the following output when trying to update. What should I do?

[alex@alex-pc ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (4) libxmlb-0.3.5-1  manjaro-kde-settings-20211205-1
             plasma5-themes-breath-21.2.0-0.2  sddm-breath-theme-21.2.0-0.2

Total Installed Size:  36.59 MiB
Net Upgrade Size:       0.21 MiB

:: Proceed with installation? [Y/n] Y
(4/4) checking keys in keyring                     [######################] 100%
(4/4) checking package integrity                   [######################] 100%
(4/4) loading package files                        [######################] 100%
(4/4) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
/usr/share/sddm/themes/breath/Background.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/BreezeMenuStyle.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/Clock.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/KeyboardButton.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/Login.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/Main.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/SessionButton.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/ActionButton.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/Battery.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/Clock.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/SessionManagementScreen.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/UserDelegate.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/UserList.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/VirtualKeyboard.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/VirtualKeyboard_wayland.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/WallpaperFader.qml exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/artwork/logout_primary.svgz exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/artwork/restart_primary.svgz exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/components/artwork/shutdown_primary.svgz exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/faces/.face.icon exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/metadata.desktop exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/preview.png exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
/usr/share/sddm/themes/breath/theme.conf exists in both 'plasma5-themes-breath' and 'sddm-breath-theme'
Errors occurred, no packages were upgraded.
[alex@alex-pc ~]$
1 Like

Same problem, even worse, after I upgraded sddm-breath-theme (with plasma5-themes-breath unupgraded), I cannot shutdown or logout since the ksmserver-logout-greeter freezes.

Update:
Problem fixed, seems like the earlier half upgrade broke some icons on the logout window, causing the ksmserver-logout-greeter to get nothing to show on it. It looked like it was frozen.

Situation has been rectified in new revisions.

1 Like

While installing updates got:

Installing graphviz (2.50.0-1)...                                                                                                                                                     [10/17]
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
full log
pamac update               
Preparing...
Synchronizing package databases...
Refreshing core.db...                                                                                                                                                                        
Refreshing extra.db...                                                                                                                                                                       
Refreshing community.db...                                                                                                                                                                   
Refreshing multilib.db...                                                                                                                                                                    
Refreshing chaotic-aur.db...                                                                                                                                                                 
Resolving dependencies...                                                                                                                                                                    
Checking inter-conflicts...

To upgrade (12):
  filesystem                       2021.12.07-1    (2021.05.31-1)  core       9.8 kB
  tbb                              2021.4.0-1      (2020.3-1)      extra      367.4 kB
  vulkan-icd-loader                1.2.202-1       (1.2.199-2)     extra      120.7 kB
  opencv                           4.5.4-7         (4.5.4-6)       extra      26.9 MB
  gmic                             3.0.0-1         (2.9.9-2)       community  7.9 MB
  lib32-vulkan-icd-loader          1.2.202-1       (1.2.199-1)     multilib   130.8 kB
  libmediainfo                     21.09-1         (21.03-1)       community  2.6 MB
  libmwaw                          0.3.21-1        (0.3.20-1)      extra      5.5 MB
  plasma5-themes-breath            21.2.0-1        (21.2.0-0.4)    community  26.8 MB
  sddm-breath-theme                21.2.0-1        (21.2.0-0.4)    community  141.9 kB
  manjaro-kde-settings             20211209-1      (20211205-2)    community  19.3 kB
  mediainfo-gui                    21.09-1         (21.03-1)       community  117.6 kB
To install (5):
  netpbm                           10.73.36-1                      extra      1.9 MB
  gts                              0.7.6.121130-2                  extra      216.0 kB
  gsfonts                          20200910-2                      extra      1.7 MB
  graphviz                         2.50.0-1                        extra      3.3 MB
  plasma5-themes-breath-migration  21.2.0-1                        community  21.9 kB

Total download size: 77.7 MB
Total installed size: 25.0 MB

Apply transaction ? [y/N] y
Download of vulkan-icd-loader (1.2.202-1) started                                                                                                                                            
Download of filesystem (2021.12.07-1) started                                                                                                                                                
Download of filesystem (2021.12.07-1) finished                                                                                                                                               
Download of opencv (4.5.4-7) started                                                                                                                                                         
Download of vulkan-icd-loader (1.2.202-1) finished                                                                                                                                           
Download of tbb (2021.4.0-1) started                                                                                                                                                         
Download of tbb (2021.4.0-1) finished                                                                                                                                                        
Download of gmic (3.0.0-1) started                                                                                                                                                           
Download of gmic (3.0.0-1) finished                                                                                                                                                          
Download of lib32-vulkan-icd-loader (1.2.202-1) started                                                                                                                                      
Download of lib32-vulkan-icd-loader (1.2.202-1) finished                                                                                                                                     
Download of netpbm (10.73.36-1) started                                                                                                                                                      
Download of opencv (4.5.4-7) finished                                                                                                                                                        
Download of netpbm (10.73.36-1) finished                                                                                                                                                     
Download of gsfonts (20200910-2) started                                                                                                                                                     
Download of gts (0.7.6.121130-2) started                                                                                                                                                     
Download of gts (0.7.6.121130-2) finished                                                                                                                                                    
Download of graphviz (2.50.0-1) started                                                                                                                                                      
Download of gsfonts (20200910-2) finished                                                                                                                                                    
Download of libmwaw (0.3.21-1) started                                                                                                                                                       
Download of graphviz (2.50.0-1) finished                                                                                                                                                     
Download of libmwaw (0.3.21-1) finished                                                                                                                                                      
Download of libmediainfo (21.09-1) started                                                                                                                                                   
Download of plasma5-themes-breath-migration (21.2.0-1) started                                                                                                                               
Download of plasma5-themes-breath-migration (21.2.0-1) finished                                                                                                                              
Download of plasma5-themes-breath (21.2.0-1) started                                                                                                                                         
Download of libmediainfo (21.09-1) finished                                                                                                                                                  
Download of sddm-breath-theme (21.2.0-1) started                                                                                                                                             
Download of sddm-breath-theme (21.2.0-1) finished                                                                                                                                            
Download of manjaro-kde-settings (20211209-1) started                                                                                                                                        
Download of manjaro-kde-settings (20211209-1) finished                                                                                                                                       
Download of mediainfo-gui (21.09-1) started                                                                                                                                                  
Download of mediainfo-gui (21.09-1) finished                                                                                                                                                 
Download of plasma5-themes-breath (21.2.0-1) finished                                                                                                                                        
Checking keyring...                                                                                                                                                                   [17/17]
Checking integrity...                                                                                                                                                                 [17/17]
Loading packages files...                                                                                                                                                             [17/17]
Checking file conflicts...                                                                                                                                                            [17/17]
Checking available disk space...                                                                                                                                                      [17/17]
Upgrading filesystem (2021.05.31-1 -> 2021.12.07-1)...                                                                                                                                 [1/17]
Upgrading tbb (2020.3-1 -> 2021.4.0-1)...                                                                                                                                              [2/17]
Upgrading vulkan-icd-loader (1.2.199-2 -> 1.2.202-1)...                                                                                                                                [3/17]
Upgrading opencv (4.5.4-6 -> 4.5.4-7)...                                                                                                                                               [4/17]
Upgrading gmic (2.9.9-2 -> 3.0.0-1)...                                                                                                                                                 [5/17]
Upgrading lib32-vulkan-icd-loader (1.2.199-1 -> 1.2.202-1)...                                                                                                                          [6/17]
Installing netpbm (10.73.36-1)...                                                                                                                                                      [7/17]
Installing gts (0.7.6.121130-2)...                                                                                                                                                     [8/17]
Installing gsfonts (20200910-2)...                                                                                                                                                     [9/17]
Installing graphviz (2.50.0-1)...                                                                                                                                                     [10/17]
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Upgrading libmediainfo (21.03-1 -> 21.09-1)...                                                                                                                                        [11/17]
Upgrading libmwaw (0.3.20-1 -> 0.3.21-1)...                                                                                                                                           [12/17]
Installing plasma5-themes-breath-migration (21.2.0-1)...                                                                                                                              [13/17]
Upgrading plasma5-themes-breath (21.2.0-0.4 -> 21.2.0-1)...                                                                                                                           [14/17]
Upgrading sddm-breath-theme (21.2.0-0.4 -> 21.2.0-1)...                                                                                                                               [15/17]
Upgrading manjaro-kde-settings (20211205-2 -> 20211209-1)...                                                                                                                          [16/17]
Upgrading mediainfo-gui (21.03-1 -> 21.09-1)...                                                                                                                                       [17/17]
Running post-transaction hooks...
Creating system user accounts...                                                                                                                                                       [1/11]
Applying kernel sysctl settings...                                                                                                                                                     [2/11]
Creating temporary files...                                                                                                                                                            [3/11]
Arming ConditionNeedsUpdate...                                                                                                                                                         [4/11]
Updating fontconfig configuration...                                                                                                                                                   [5/11]
Refreshing PackageKit...                                                                                                                                                               [6/11]
Warn about old perl modules                                                                                                                                                            [7/11]
Updating fontconfig cache...                                                                                                                                                           [8/11]
Updating icon theme caches...                                                                                                                                                          [9/11]
Updating the desktop file MIME type cache...                                                                                                                                          [10/11]
Updating X fontdir indices...                                                                                                                                                         [11/11]
Transaction successfully finished.

one of possible fixes (do we really need that old `gtk2`? may be there other fixes?)

According to [SOLVED] graphviz dependency on gtk2 / Pacman & Package Upgrade Issues / Arch Linux Forums

~/Desktop ❯ pacman -Qi graphviz            
Name            : graphviz
Version         : 2.50.0-1
Description     : Graph visualization software
Architecture    : x86_64
URL             : https://www.graphviz.org/
Licenses        : EPL
Groups          : None
Provides        : None
Depends On      : libltdl  gd  librsvg  libxaw  ghostscript  pango  gts  gsfonts  libnsl  libpng
Optional Deps   : mono: sharp bindings
                  guile: guile bindings [installed]
                  lua: lua bindings [installed]
                  ocaml: ocaml bindings
                  perl: perl bindings [installed]
                  python: python bindings [installed]
                  r: r bindings
                  tcl: tcl bindings [installed]
                  qt5-base: gvedit [installed]
                  gtk2: gtk output plugin
                  xterm: vimdot
Required By     : libmediainfo
Optional For    : gperftools
Conflicts With  : None
Replaces        : None
Installed Size  : 9.93 MiB
...
Install Reason  : Installed as a dependency for another package
Install Script  : Yes
Validated By    : Signature
~/Desktop ❯ sudo pacman -Sy graphviz                         
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur                                                                         1675.3 KiB  1876 KiB/s 00:01 [####################################################################] 100%
warning: graphviz-2.50.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)     Old Version  New Version  Net Change

extra/graphviz  2.50.0-1     2.50.0-1       0.00 MiB

Total Installed Size:  9.93 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 graphviz-2.50.0-1-x86_64 is up to date
(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) reinstalling graphviz                                                                                       [####################################################################] 100%
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Refreshing PackageKit...
(3/3) Warn about old perl modules
~/Desktop ❯ sudo pacman -Sy gtk2    
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur is up to date
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change  Download Size

extra/gtk2   2.24.33-2     36.30 MiB       5.88 MiB

Total Download Size:    5.88 MiB
Total Installed Size:  36.30 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 gtk2-2.24.33-2-x86_64                                                                  5.9 MiB  2.77 MiB/s 00:02 [####################################################################] 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) installing gtk2                                                                                             [####################################################################] 100%
Optional dependencies for gtk2
    gnome-themes-standard: Default widget theme
    adwaita-icon-theme: Default icon theme [installed]
    python: gtk-builder-convert [installed]
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Refreshing PackageKit...
(3/3) Probing GTK2 input method modules...
~/Desktop ❯ sudo pacman -Sy graphviz
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur is up to date
warning: graphviz-2.50.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)     Old Version  New Version  Net Change

extra/graphviz  2.50.0-1     2.50.0-1       0.00 MiB

Total Installed Size:  9.93 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
(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) reinstalling graphviz                                                                                       [####################################################################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Refreshing PackageKit...
(3/3) Warn about old perl modules
~/Desktop ❯ sudo pacman -Syu        
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur is up to date
:: Starting full system upgrade...
 there is nothing to do
~/Desktop ❯ 

Hi, anyone got this error?

errore: impossibile eseguire l'operazione richiesta (impossibile soddisfare le dipendenze)
:: l'installazione di alsa-plugins (1:1.2.6-1) interrompe la dipendenza 'alsa-plugins=1:1.2.5' richiesta da lib32-alsa-plugins

Refresh your mirrors, the ALSA package updates trickled in bit by bit. They are all synced now.

It works, Thanks a lot.

I had a couple of weird x11 crashes yesterday when I tried to change screen brightness with Fn keys but since the upgrade of libx11 (1.7.2-1 → 1.7.3-1) I cannot reproduce that anymore. Maybe it’s related, maybe there’s something else, I keep watching.

:information_source: Just pushed changes to GNOME Settings / Extension Settings and a bunch of extensions. Make sure to restart GNOME Shell or log out / login before reporting any issues.

EDIT: Quick fix to Pop Shell just pushed.

EDIT: Extension settings are fixed.

1 Like