[ARM Testing Update] 2022-01-07 - Python 3.10, Plasma, KDE Applications, Boost and kernels

Hello ARM community.

This is a very big update, as it has all the rebuilds from the Python, Boost and Protobuf updates. Over 3000 packages updated


Some highlights:

  • Most of our kernels got updated
  • Python updated to 3.10. Did we miss any rebuilds?
  • Also Plasma got updated to 5.23.5
  • KDE Applications updated to 21.12.1
  • And Boost updated to 1.78. Did we miss any rebuilds?
  • LibreOffice fresh updated to 7.2.5
  • And Thunderbird is now at version 91.4.1
  • Firefox updated to 95.0.2
  • Added support for the rk3399 based ClockworkPI A06 DevTerm device
  • Lots of Mobile specific packages got updated
  • Many python packages got updated

How to get Waydroid working

If you follow these steps, you should have Waydroid working fine.

Remember, Waydroid only works on wayland!

  • Install waydroid-image and all it’s dependencies.
  • Run pkexec setup-waydroid.
  • You should now be able to launch Waydroid. The first launch takes a while.
How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker linux-rpi4 xf86-video-fbdev

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installled. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
dtoverlay=rpivid-v4l2
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

Older notifications

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
Arch Linux - News: Sorting out old password hashes

The ghostpcl and ghostxps requires manual intervention (if you have these installed):
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss package requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package Changes

(Fri Jan 7 21:13:52 CET 2022)

  • arm-testing community aarch64: 2917 new and 2822 removed package(s)
  • arm-testing core aarch64: 85 new and 79 removed package(s)
  • arm-testing extra aarch64: 1195 new and 1189 removed package(s)
  • arm-testing kde-unstable aarch64: 401 new and 401 removed package(s)

See the full package list here


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in #arm:testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

1 Like

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered

New Breath theme not applying correctly

With the update to the new Breath theme, a migration package tries to apply the new theme correctly.
However this is not getting done for Plasma’s Lockscreen and the SDDM theme.
So please go through your settings after updating to make sure the themes are correctly applied.
Fix: manjaro-system should take care of this for you.

Plasma Mobile switch to ModemManager

With the PlaMo Gear 21.12 release, Plasma Mobile is now using ModemManager as the telephony stack. So in order to use SIM capabilities, you need to switch from using oFono to ModemManager.
Fix: Run sudo systemctl disable --now ofono ofonoctl && sudo systemctl enable --now ModemManager. You might have to reboot your phone for Plasma Mobile to pick up this change.

Waydroid container cannot access internet

Cause: new default waydroid configuration issue, tracked here.

Short-term Solution:

  1. create /etc/nftables.d/waydroid.nft with the following contents:
#!/usr/sbin/nft -f
table inet filter {
    chain input {
        iifname "waydroid0" accept comment "Allow incoming network traffic from WayDroid"
    }
    chain forward {
        iifname "waydroid0" accept comment "Allow outgoing network traffic from WayDroid"
        ct state {established, related} counter accept comment "accept established connections"
    }
}
  1. any time you launch waydroid, run the following after it has started:
echo "ip route add default via 192.168.250.1" |sudo waydroid shell
Old Issues

Plasma Mobile has does not launch after update
This was caused by an error in kwin 5.23.2 which only affects installs based on openGLES (qt5-es2).
Fix: Update to kwin 5.23.2-1.2 or above.

No ethernet on rk3399 boards
A recent kernel regression has resulted in built in ethernet on rk3399 based boards, such as RockPro64 and Rock Pi 4’s, no longer works on kernel 5.14. This is an upstream issue that has not been fixed yet.
Fix: Update to linux-5.14.1-2 or newer.

Vivaldi no longer working
The issue is present in all chrome based browser (except Chromium that got a patch for it).
It’s an issue with systemd-resolved and has been reported in the Arch Linux Bug Tracker.
Needs to be fixed by Vivaldi updates in the future.
Fix: Vivaldi 4.1.2369.21 fixed this issue.

Modemmanager-pp dependency issue
modemmanager-pp 1.16.10 depends on libqmi-pp and libmbim-pp, but they are no longer found in the repo.
Fixed by updated to modemmanager-pp 1.18rc1+2+ga20f2c05-2.

systemd-hook unsuccesful after pacman 6 update
After the pacman 6 update, updates will create this message in the post-transation hooks part:

Running the command manually works and there has been no issues reported as the result of this. This will either get fixed at some point in Pacman or SystemD.
Should be fixed with pacman-6.0.0-4

Keyring issues
If you have some gpg keyring issues, you can run sudo systemctl start pacman-init.service which will regenerate your keyring. Will take a few minutes to complete.
Should be fixed with manjaro-system-20210716-1

Plasma Mobile no longer boots
The current update to qt5-es2-base results in Plasma Mobile no longer booting, showing a screen that says to run a loginctl command to login.
Fixed by updating to qt5-es2-base-5.15.2+kde+r199-3.1 and qt5-es2-declarative-5.15.2+kde+r28-3.1.

Kwin crashes on startup on Pinebook Pro
This seems to be related to Mesa 20.3 and the Pinebook Pro support in kernel 5.10, as this does not seem to happen on other devices.
It does not impact 3d performance as far as I can tell. Just the OpenGL compositing in Kwin.
Fixed with mesa 20.3.2-2.

My VPN no longer connects
OpenVPN 2.5.0 changed how VPN routes work.
Workaround is to downgrade to previous version (2.4.9):

sudo pacman -U /var/cache/pacman/pkg/openvpn-2.4.9*

DP Alt Mode no longer works on Pinebook Pro
This is a known issue, the hacky patch we had to enable this has broken in recent kernels.
@tsys and Ayufan are looking into it.
As a workaround you can install linux-pinebookpro again.
FIXED with linux-5.9.12-4 and linux-rc-5.10-rc7-2 and above.

brcm-patchram-plus and pi-blueooth are in conflict
See this post for workaround:
[ARM Testing Update] 2020-11-16 - Bitwarden, Mesa-Git, Pacman and kernels - #10 by Darksky

Plasma Mobile Keyboard
The plasma mobile onscreen keyboard does not work with QT 5.15.0.
This is fixed by updating to kwin 5.19.3-1.1.

PinePhone uboot
This update to the PinePhone Uboot package (2020.04-2), changed how the DTS is loaded from the kernel, since the Kernel DTS for the Pinephone also changed. When doing this update on the PinePhone images from Alpha5 and back, please make this change to the /boot/extlinux/extlinux.conf before rebooting:

  • sun50i-a64-pinephone.dtb to sun50i-a64-pinephone-1.2.dtb
  • root=LABEL=ROOT to root=LABEL=ROOT_MNJRO

Manual interventions:
The nss and zn_poly packages prior to version 3.51.1-1 and version 0.9.2-2 respectively, were missing a soname link each. This has been fixed in 3.51.1-1 and 0.9.2-2 of these packages, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

nss: /usr/lib/p11-kit-trust.so exists in filesystem
zn_poly: /usr/lib/libzn_poly-0.9.so  exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/p11-kit-trust.so --overwrite /usr/lib/libzn_poly-0.9.so

to perform the upgrade.

Device stopped booting after Uboot update
The uboot update included a change to the extlinux.conf file. This change will be incompatible with the old 1 partition layout of some devices.
So if you are updating installs made with images 20.02.1 or older, you need to apply this fix before rebooting!
To fix this please edit your /boot/extlinux/extlinux.conf file and add 2 periods in front of each first slash, like so:

KERNEL ../Image
FDT ../dtbs/ #etc.
APPEND initrd=../initramfs-linux.img #etc.

Save the file and reboot.

[alf@manjaro-arm ~]$ neofetch
██████████████████  ████████   alf@manjaro-arm  
██████████████████  ████████   ---------------                                                                                                         
██████████████████  ████████   OS: Manjaro ARM Linux aarch64                                                                                           
██████████████████  ████████   Host: Pine64 PinePhone (1.2)                                                                                            
████████            ████████   Kernel: 5.15.13-1-MANJARO-ARM                                                                                           
████████  ████████  ████████   Uptime: 3 mins                                                                                                          
████████  ████████  ████████   Packages: 870 (pacman)                                                                                                  
████████  ████████  ████████   Shell: bash 5.1.12                                                                                                      
████████  ████████  ████████   Resolution: 720x1440                                                                                                    
████████  ████████  ████████   Terminal: /dev/pts/1                                                                                                    
████████  ████████  ████████   CPU: (4) @ 1.152GHz                                                                                                     
████████  ████████  ████████   Memory: 610MiB / 2994MiB                                                                                                
████████  ████████  ████████                                                                                                                           
████████  ████████  ████████
[alf@manjaro-arm ~]$ pacman -Qoq /usr/lib/python3.9
libgpiod
ofonoctl
python-ytmusicapi
youtube-dl
yt-dlp

:slight_smile: all good here
Happy New year!

PS
perhaps the Testers needed on arm-testing branch may get more attention in the stable update posts?
oh yes, it is already ~ my bad.

1 Like

youtube-dl need rebuild.

1 Like

Hi,

Odroid C4 Up to date

[nlc4@c4 ~]$ date -u
sam. 08 janv. 2022 04:49:01 UTC
[nlc4@c4 ~]$ screenfetch
                             nlc4@c4.test.2020.05.14
                             OS: Manjaro-ARM 22.01
                             Kernel: aarch64 Linux 5.15.13-1-MANJARO-ARM
         #####               Uptime: 2m
        #######              Packages: Unknown
        ##O#O##              Shell: bash 5.1.12
        #######              Resolution: 1920x1080
      ###########            DE: KDE 5.89.0 / Plasma 5.23.5
     #############           WM: KWin
    ###############          GTK Theme: Breeze [GTK2/3]
    ################         Icon Theme: oxygen
   #################         Disk:
 #####################       CPU: Unknown @ 4x 1.908GHz
 #####################       GPU: 
   #################         RAM: 937MiB / 3696MiB
                            
                            
                            
[nlc4@c4 ~]$ uname -a
Linux c4.test.2020.05.14 5.15.13-1-MANJARO-ARM #1 SMP PREEMPT Wed Jan 5 12:31:22 UTC 2022 aarch64 GNU/Linux
[nlc4@c4 ~]$ 

Python after the up date :-)

[nlc4@c4 ~]$ pacman -Qoq /usr/lib/python3.9
error: No package owns /usr/lib/python3.9
[nlc4@c4 ~]$ pacman -Qoq /usr/lib/python3.10
avahi
boost-libs
btrfs-progs
dbus-python
...

The Odroid C2 is running with the kernel 5.14, and not the latest 5.15
is the reason an usb bug not solved with the last kernel ?

https://forum.odroid.com/viewtopic.php?f=135&p=339726#p339726

https://lists.infradead.org/pipermail/linux-amlogic/2021-December/011098.html

Odroid N2 not tested for the moment

Question :

How to find an old package ? I’m looking for samba / smb 4.15.1-1 or 4.15.2-2

https://archlinuxarm.org/packages/arm/samba/log

I posted here the reason, something go wrong with samba since 2 months…

Samba issue is solve, thanks to the forum member

1 Like

On manjaro pinephone (phosh).
Looks like a few packages were missed:

$ pacman -Qoq /usr/lib/python3.9
confy
libgpiod
portfolio-file-manager
powersupply

community confy 0.6.1-1 [installed]
community libgpiod 1.6.2-1 [installed]
community portfolio-file-manager 0.9.12+4+gccc3c76-1 [installed]
community powersupply 0.5.0-1 [installed]

Checked branch compare, none of these packages were rebuilt for unstable either.

It should be in the stable threads too.

Alright.

I’ll look into these today.

2 Likes

I added some more packages, including maui-shell!

User philip created a snapshot of branch 'arm-unstable' to 'arm-testing'.

 - arm-testing community aarch64:  40 new and 39 removed package(s)
 - arm-testing core aarch64:  6 new and 6 removed package(s)
 - arm-testing extra aarch64:  20 new and 18 removed package(s)
 - arm-testing kde-unstable aarch64:  43 new and 42 removed package(s)

:: Different overlay package(s) in repository community aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
                          callaudiod              0.1.3-1              0.1.3-2
                      chatty 0.5.0beta4+14+g04bd5cc-1 0.5.0beta4+17+gbdcd8d8-2
                     gnome-calls 42alpha0+38+ge2acfd3-1 42alpha0+48+gba00665-1
                          libgbinder             1.1.17-1             1.1.18-1
                               phosh 0.14.1+71+gf6e7715-1 0.14.1+71+gf6e7715-2
            pinephone-manjaro-tweaks           20211220-1           20220108-2
         pinephonepro-manjaro-tweaks           20211203-1           20220108-2


:: Different sync package(s) in repository community aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
                           bctoolbox             5.0.63-1             5.0.66-1
                               bzrtp             5.0.63-1             5.0.66-1
                             chezmoi              2.9.4-1              2.9.5-1
                             clojure        1.10.3.1040-1        1.10.3.1058-1
                             cockpit                259-1                260-1
                         cockpit-pcp                259-1                260-1
                      cockpit-podman                 38-1                 39-1
                          containerd              1.5.8-1              1.5.9-1
                             crystal              1.2.2-1              1.3.0-1
                             dnsperf              2.8.0-1              2.9.0-1
                      docker-compose              2.2.2-1              2.2.3-1
                           etckeeper            1.18.16-3            1.18.17-1
                                  fq              0.0.2-2              0.0.3-1
                       git-warp-time              0.4.4-2              0.4.4-3
                    gnupg-pkcs11-scd              0.9.2-2             0.10.0-1
                                  go           2:1.17.5-1           2:1.17.6-1
                               helix              0.5.0-1              0.6.0-1
                          jupyterlab              3.2.5-2              3.2.6-1
                            lesspipe               1.91-3               2.01-1
                              libolm              3.2.8-1              3.2.9-1
                                mat2             0.12.2-2             0.12.3-1
                       mediastreamer             5.0.63-1             5.0.66-1
                      opensearch-cli              1.1.0-1              1.1.0-2
                                ortp             5.0.63-1             5.0.66-1
                             osbuild                 44-2                 45-1
            python-jupyterlab_server             2.10.2-1             2.10.3-1
                          python-olm              3.2.8-1              3.2.9-1
                         qbittorrent              4.3.9-2              4.4.0-1
                     qbittorrent-nox              4.3.9-2              4.4.0-1
                             rathole              0.3.2-1              0.3.3-1
                           uriparser              0.9.5-1              0.9.6-1
                           wordpress              5.8.2-1              5.8.3-1
                           cocogitto                    -              4.0.1-2


:: Different overlay package(s) in repository core aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
                        linux-khadas            5.15.10-1            5.15.13-1
                linux-khadas-headers            5.15.10-1            5.15.13-1


:: Different sync package(s) in repository core aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
             ca-certificates-mozilla             3.73.1-1               3.74-1
                                 nss             3.73.1-1               3.74-1
                          util-linux             2.37.2-4             2.37.2-5
                     util-linux-libs             2.37.2-4             2.37.2-5


:: Different sync package(s) in repository extra aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
                           appstream             0.15.1-1             0.15.1-2
                        appstream-qt             0.15.1-1             0.15.1-2
            archlinux-appstream-data           20211210-1           20220107-1
                           evolution             3.42.2-1             3.42.3-1
                evolution-bogofilter             3.42.2-1             3.42.3-1
               evolution-data-server             3.42.2-1             3.42.3-1
                       evolution-ews             3.42.1-1             3.42.3-1
              evolution-spamassassin             3.42.2-1             3.42.3-1
                                 gjs           2:1.70.0-1           2:1.70.0-2
                        gnome-autoar              0.4.1-1              0.4.2-1
                      gnome-software               41.2-1               41.3-1
    gnome-software-packagekit-plugin               41.2-1               41.3-1
                             libsoup             2.74.2-1             2.74.2-2
                            libsoup3              3.0.4-1              3.0.4-2
                              mutter               41.2-1               41.2-2
                     python-dbusmock             0.24.1-2             0.25.0-1
                            qt6-base              6.2.2-3              6.2.2-4
                             sysprof             3.42.1-1             3.42.1-2
                        archboot-arm                    -           2022.01-11
                  libsysprof-capture                    -             3.42.1-2


:: Different overlay package(s) in repository kde-unstable aarch64

-------------------------------------------------------------------------------
                             PACKAGE           2022-01-07           2022-01-08
-------------------------------------------------------------------------------
                             akonadi21.12.1.r12675.g4579c42b4-121.12.1.r12676.g6b10d8a19-1
                    akonadi-contacts21.12.1.r3102.ge64590a2-121.12.1.r3103.gb8f4f6c2-1
                            bluez-qt5.89.0.r697.gf91fadd-15.89.0.r698.g1c9d609-1
                                buho  2.1.0.r1.g10cd927-1  2.1.0.r2.ga34c52f-1
                              disman5.23.4.r1811.gca36775-15.23.5.r1811.gca36775-1
                        kaddressbook21.12.1.r6088.g4008f23f-121.12.1.r6089.g991996ca-1
                             kalzium21.12.1.r4295.g6c4e9648-121.12.1.r4296.g1b9fae17-1
                             kcodecs5.89.0.r405.g3912ee7-15.89.0.r406.g67a263a-1
                            kdenlive21.12.1.r15478.gfcede1667-121.12.1.r15479.ga1af4b70a-1
                            kdisplay5.23.4.r1458.gc13c920-15.23.4.r1460.gbec0776-1
                                kget21.12.1.r3153.g84c96f7d-121.12.1.r3154.ga8d2ff6c-1
                                kgpg21.12.1.r3159.g1032e97b-121.12.1.r3161.g772f464e-1
                           kidletime5.89.0.r337.g6670d97-15.89.0.r338.g0c820f4-1
                          kitemviews5.89.0.r355.gbf2d5cc-15.89.0.r356.ga507212-1
                kmail-account-wizard21.12.1.r857.gb2c8b55-121.12.1.r858.gb3f8aa9-1
                       kosmindoormap21.12.1.r687.gf2e16d5-121.12.1.r689.g306d701-1
                           kplotting5.89.0.r308.g0f9abd9-15.89.0.r309.g71dfe9a-1
                    kpublictransport21.12.1.r1971.gd216dc84-121.12.1.r1972.g92473226-1
                            kwayland5.89.0.r1128.g4dfc49f-15.89.0.r1133.g54b6fba-1
                                kwin5.23.5.r20583.gbd1fab345-15.23.5.r20584.gd13c39bec-1
                              kwinft5.23.3.r19970.g420812eeb-15.23.5.r19972.g6185c5b33-1
                          libakonadi21.12.1.r12675.g4579c42b4-121.12.1.r12676.g6b10d8a19-1
                    maliit-framework0.99.1.r101.g700565e2-1 2.1.1.r7.g700565e2-1
                           maui-clip  2.1.0.r2.ga09503d-2  2.1.0.r3.g71430ea-1
                            maui-pix  2.1.0.r6.g5a270e3-1  2.1.0.r7.g627abe6-1
                             mauikit2.1.0.r50.g5134934f-12.1.0.r51.g18903126-1
                  mauikit-texteditor  2.1.0.r3.g69ce69b-1  2.1.0.r4.gd12b366-1
                          messagelib21.12.1.r6324.g317c65fd4-121.12.1.r6335.g6b84627dc-1
                     modemmanager-qt5.89.0.r537.g7c5da9f-15.89.0.r538.g35b5678-1
                   networkmanager-qt5.89.0.r1134.g03e3b06-15.89.0.r1135.gd96b4e9-1
                           pimcommon21.12.1.r1158.g1af9d29-121.12.1.r1159.gd86ae09-1
                      plasma-desktop5.23.5.r8970.g7899e9289-15.23.5.r8971.g7557477d2-1
            plasma-wayland-protocols1.4.0.r1043.g54293a5-11.4.0.r1044.g13a9897-1
              plasma-wayland-session5.23.5.r11229.g926f86475-15.23.5.r11231.gb51911895-1
                    plasma-workspace5.23.5.r11229.g926f86475-15.23.5.r11231.gb51911895-1
                              prison5.89.0.r352.gac69c35-15.89.0.r353.g5f1f8d5-1
                  qqc2-desktop-style5.89.0.r555.g3c313ad-15.89.0.r556.ga673947-1
                 syntax-highlighting5.89.0.r1784.g343e290f-15.89.0.r1785.gc20e5157-1
             telepathy-kde-send-file21.12.0.r231.ge70899f-121.12.1.r231.ge70899f-1
                        threadweaver5.89.0.r527.gdaba060-15.89.0.r528.g1c641e6-1
                            umbrello21.12.1.r8310.ge89c391a8-121.12.1.r8312.g9b829af9f-1
                            wrapland5.23.4.r1721.g68d65184-15.23.5.r1721.g68d65184-1
                          maui-shell                    -        r92.e2ae2ae-1
1 Like

Thanks!

[alf@manjaro-arm ~]$ pacman -Qoq /usr/lib/python3.9
ofonoctl
python-ytmusicapi
yt-dlp

Thanks. Just rebuilt these.

2 Likes
pacman -Qoq /usr/lib/python3.9
libcec-rpi
1 Like

The libcec-rpi package is in the dependencies of kodi-rpi. Shouldn’t it be in optional ? Because switching (fkms/kms) between libcec-rpi-fkms and libcec-rpi is impossible then.

:: libcec-rpi-fkms et libcec-rpi sont en conflit (libcec). Supprimer libcec-rpi ? [o/N] o
erreur : la préparation de la transaction a échoué (la satisfaction des dépendances a échoué)
:: la suppression de libcec-rpi casse la dépendance « libcec-rpi » requise par kodi-rpi
 -> erreur à l'installation des dépôts des paquets



 yay -Si kodi-rpi
Dépôt                    : community
Nom                      : kodi-rpi
Version                  : 19.3-3
Description              : Media player and entertainment hub for Raspberry Pi 3/4/400, gbm_matrix fork
Architecture             : aarch64
URL                      : https://github.com/graysky2/xbmc/tree/gs-gbm_matrix
Licences                 : GPL2
Groupes                  : --
Fournit                  : xbmc  kodi=19.3  kodi-common=19.3
Dépend de                : bluez-libs  curl  dav1d  desktop-file-utils  hicolor-icon-theme  lcms2  libass  libbluray  libcdio  libcec-rpi  libmicrohttpd  libnfs
                       libplist  libpulse  libxslt  lirc  mariadb-libs  mesa  python-pillow  python-pycryptodomex  python-simplejson  shairplay  smbclient
                       sqlite  taglib  tinyxml  libinput  libxkbcommon  polkit  linux>=5.4.35
Dépendances opt.         : afpfs-ng: Apple shares support
                       bluez: Blutooth support
                       linux-rpi4: HW accelerated decoding
                       python-pybluez: Bluetooth support
                       pulseaudio: PulseAudio support

I think kodi-rpi only works with one of them, so switching will render it useless either way.

Yes, but using fkms and installing the good package libcec-rpi-fkms is not possible due to breakage of dependencies.

Likely because kodi-rpi does not work with fkms?

It works, during the long bug with kms and rpi. I used fkms (HW’s acceleration ok) .

I will take a look. All of these packages are arch-arm. I believe what has happened is libcec-rpi-fkms was added because of kms breaking and people had to go to fkms but they are using my patch as of last week to make kms work.

I have recompiled kodi and put in the testing and unstable branches with this change. Also libcec-rpi-fkms was upgraded today for python 3.10 so you need to install it also.

Kodi and the 2 libcec-rpi* packages all are upgraded for python 3.10 in the testing and unstable branches now but the stable branch is still on the old versions.

kodi-rpi 19.3-4
kodi-rpi-dev 19.3-4
kodi-rpi-eventclients 19.3-4
kodi-rpi-tools-texturepacker 19.3-4

Thanks for pointing this out. There was some other things going on that I did not know about but I will not go into that for brevity’s sake.

Sorry If I missed it. But I am still having issues with the Testing build with certain apps on Wayland on my PineBook Pro (KDE and Wayland). Certain apps such as GIMP and SimpleNote just as examples do not fully render their UI or other UI hiccups. This has been the case of all Testing builds for the last couple of months. I recall one or more others mentioned the issue…but have not seen anything since. Is this a known issue or isolated to me at this point? X11 is working just fine so I have not pursued researching further, mainly just curious.