[Stable Update] 2022-02-05 - Kernels, LibreOffice, KDE Gear, Nvidia, Calamares, VirtualBox, Pipewire, Mesa, Systemd

I can’t performs the update, I got:

Resolving dependencies...
Warning: cannot resolve "libx264.so=164-64", a dependency of "ffmpeg4.4"
Warning: cannot resolve "ffmpeg4.4", a dependency of "hedgewars"
Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'libx264.so=164-64' required by ffmpeg4.4
- unable to satisfy dependency 'ffmpeg4.4' required by hedgewars

I’ll have to temporary remove ffmpeg4.4 and hedgewars?

EDIT:

By removing hedgewars the update went fine, however, if I attempt to reinstall it, I got the same dependencies errors; furthermore, I also had this long list of leftovers:

haskell-entropy
haskell-hslogger
haskell-random
haskell-regex-tdfa
haskell-sandi
haskell-sha
haskell-utf8-string
physfs
sdl2_net
haskell-conduit
haskell-network-bsd
haskell-old-locale
haskell-regex-base
haskell-splitmix
haskell-mono-traversable
haskell-network
haskell-resourcet
haskell-split
haskell-unliftio-core
haskell-unordered-containers
haskell-vector-algorithms
haskell-hashable
haskell-vector
haskell-ghc-bignum-orphans
haskell-primitive
ghc-libs

EDIT 2:
By checking using the command dependency-checker I see that all these
haskell-* packages were required by hedgewars, so all seems fine.

It’s braile driver (I have no idea how it work, you probably need special device). If you aren’t completely blind you probably don’t need it :stuck_out_tongue: You can safely remove this packaage.

Update went fine, but one error-message occured:

Warning: Directory permissions differ for /var/lib/AccountsService/

Can anyone tell me how to fix this please?

Awwno, here we go again :upside_down_face:

pamac build $(pacman -Qoq /usr/lib/python3.9) --no-confirm
1 Like

As a update from my initial message:

  • kde crashed while having something related being upgraded and now (even after restarts), the taskbar does not come back (and i cant find a setting for this)
  • after upgrading and before rebooting, firefox suddenly kept crashing over and over

update: it seems like my ~/.config/plasma-org.kde.plasma.desktop-appletsrc got into a bad state, reverting it to some hours before (btrfs snapshot), fixed it

see this

first add new kernel , reboot on it ,
remove old one

I get “- unable to satisfy dependency ‘nvidia-utils=495.46’ required by linux515-rt-nvidia”

Update:

Tried updating to 5.16 kernel. Still conflict with nvidia-utils, but offer to remove linux-rt-nvidia.
“installing nvidia-utils (510.47.03-4) breaks dependency ‘nvidia-utils=495.46’ required by linux516-rt-nvidia Add linux516-rt-nvidia to remove”

Sounds like a bad deal for me. I do not want to remove the nvidia driver if that is the question.

1 Like

sudo chmod 775 /var/lib/AccountsService/

1 Like

After upgrading my primary monitor isn’t working, and only my secondary monitor turns on (although the GRUB menu appears on the primary one). nvidia-utils 510.47.03-4, primary monitor shows up as ‘disabled’ in nvidia-settings (changing this has no effect and is reset to disabled immediately).

Having a dependency problem with jack2 pipewire-jack

  • removing jack2 breaks dependency ‘jack2=1.9.20’ required by lib32-jack2

with excluding pipewire-jack i can run all the other updates makes it the only one left

Same for me, using
sudo pacman -S pipewire-jack
as specified by another user, does not fix the issue.

Hi,
I had the same dependency problem and I did the following:
I ran

sudo pacman -Sdd pipewire-jack

This reinstalled pipewire-jack and removed jack2 but left lib32-jack2. So I forcefully removed only lib32-jack2 with

sudo pacman -Rdd lib32-jack2

Then I proceeded with the update as usual and it asked me for a provider for lib32-jack.so. I chose pipewire and was able to update successfully.

This way you don’t have to remove other packages like portaudio and fluidsynth which depend on lib32-jack2 and jack2.

Note: The first -d skips version checks and the second -d skips dependency checks.

6 Likes

I had to extend it to this
pacman -R lib32-jack2 lib32-portaudio lib32-fluidsynth jack2

2 Likes

same here
i had to remove cadencetoo, which depends on jack2-dbus

it’s a useful tool for me, any chance to install it without removing pipewire-jack?

EDIT:

now my synthv1 shows up in Helvum (pipewire patchbay), so Catia (Cadence) is not needed anymore for patching jack2 outputs

Keyboard and trackpad are not working after the update.

I am having the same issue I have stated here:

is it due to libinput update, or because of kernels, I am not sure.


Is this normal? It’s taking a while

This was mentioned as a new issue in Testing Update 2022-02-04

:pencil2: post#2 edited to add this as a new issue

4 Likes

Possibly missing firmware when installing the kernel linux-5.16.5-1-MANJARO.

WARNING: Possibly missing firmware for module: xhci_pci

The first boot after the upgrade, the kernel message shows the following error,

kernel: Bluetooth: hci0: FW download error recovery failed (-110)
kernel: Bluetooth: hci0: sending frame failed (-19)
kernel: Bluetooth: hci0: Failed to read MSFT supported features (-110)
kernel: Bluetooth: hci0: command 0xfc1e tx timeout

However, my Bluetooth adaptor seems to be working. My device is

ID 8087:0029 Intel Corp. AX200 Bluetooth

When I connected my Sony DualSense controller, the kernel message shows

Bluetooth: hci0: Failed to read codec capabilities (-56)
1 Like

Upgrade went fine, but one minor issue. I checked for orphaned packages after the update and got the following:

> pamac list -o
celt           0.11.3-4  extra  180.1 kB
pamac-gtk      10.3.0-4  extra  726.3 kB
zita-alsa-pcmi 0.4.0-1   extra  79.8 kB
zita-resampler 1.8.0-1   extra  202.6 kB

I removed all of them after checking that they are not required anymore, already wondering about pamac-gtk. When I now check for obsolete packages again it shows

> pamac list -o
pamac-cli 10.3.0-4  extra  206.7 kB

Installation details for the package show that it has been installed as a dependency for another package, but is currently not required by anything anymore

pamac info pamac-cli
> pamac info pamac-cli
Name                  : pamac-cli
Version               : 10.3.0-4
Description           : A Package Manager based on libalpm with AUR and Appstream support
URL                   : https://gitlab.manjaro.org/applications/pamac
Licenses              : GPL3
Repository            : extra
Installed Size        : 206.7 kB
Groups                : --
Depends On            : libpamac>=11.0
Optional Dependencies : --
Required By           : --
Optional For          : --
Provides              : pamac-cli=10.3.0-4 pamac-zsh-completions
Replaces              : --
Conflicts With        : pamac<=7.3.4-2 pamac-aur pamac-cli-dev pamac-zsh-completions
Packager              : Philip Mueller <philm@manjaro.org>
Build Date            : 2022-01-26 22:20:32 Wed
Install Date          : 2022-02-03 12:22:41 Thu
Install Reason        : Installed as a dependency for another package
Validated By          : Signature
Backup files          : --

I could probably fix this by marking it as explicitly installed, but I wonder if others see the same and if that might cause problems for users who automatically and recursively uninstall orphaned packages.