Closed issue by maciozo on void-packages repository https://github.com/void-linux/void-packages/issues/20704 Description: ### System * xuname: `Void 5.4.28_1 x86_64-musl AuthenticAMD/VM notuptodate rF` * package: * wf-shell 0.4.0 #20592 * gtk-layer-shell ### Expected behavior Installing `wf-shell` should work. ### Actual behavior ``` [void@void-mini ~]$ xi -Syv wf-shell [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ... Found wf-shell-0.4.0_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found gtk-layer-shell-0.1.0_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found libsigc++-2.10.2_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found glibmm-2.62.0_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found atkmm-2.28.0_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found cairomm-1.12.2_3 in repository https://alpha.de.repo.voidlinux.org/current/musl Found pangomm-2.42.0_1 in repository https://alpha.de.repo.voidlinux.org/current/musl Found gtkmm-3.24.1_2 in repository https://alpha.de.repo.voidlinux.org/current/musl Found wf-config-0.4.0_2 in repository https://alpha.de.repo.voidlinux.org/current/musl Name Action Version New version Download size gtk-layer-shell install - 0.1.0_1 - libsigc++ install - 2.10.2_1 - glibmm install - 2.62.0_1 - atkmm install - 2.28.0_1 - cairomm install - 1.12.2_3 - pangomm install - 2.42.0_1 - gtkmm install - 3.24.1_2 - wf-config install - 0.4.0_2 - wf-shell install - 0.4.0_1 - Size required on disk: 16MB Space available on disk: 6161MB [*] Verifying package integrity gtk-layer-shell-0.1.0_1: verifying RSA signature... libsigc++-2.10.2_1: verifying RSA signature... glibmm-2.62.0_1: verifying RSA signature... atkmm-2.28.0_1: verifying RSA signature... cairomm-1.12.2_3: verifying RSA signature... pangomm-2.42.0_1: verifying RSA signature... gtkmm-3.24.1_2: verifying RSA signature... wf-config-0.4.0_2: verifying RSA signature... wf-shell-0.4.0_1: verifying RSA signature... [*] Collecting package files gtk-layer-shell-0.1.0_1: collecting files... libsigc++-2.10.2_1: collecting files... glibmm-2.62.0_1: collecting files... atkmm-2.28.0_1: collecting files... cairomm-1.12.2_3: collecting files... pangomm-2.42.0_1: collecting files... gtkmm-3.24.1_2: collecting files... wf-config-0.4.0_2: collecting files... wf-shell-0.4.0_1: collecting files... ERROR: wf-shell-0.4.0_1: file `/usr/lib/girepository-1.0/GtkLayerShell-0.1.typelib' already installed by package gtk-layer-shell-0.1.0_1. ERROR: wf-shell-0.4.0_1: file `/usr/lib/libgtk-layer-shell.so.0.1.0' already installed by package gtk-layer-shell-0.1.0_1. ERROR: wf-shell-0.4.0_1: file `/usr/lib/libgtk-layer-shell.so.0' already installed by package gtk-layer-shell-0.1.0_1. Transaction failed! see above for errors. ``` Installing `gtk-layer-shell` on its own beforehand allows `wf-shell` to be installed. ### Steps to reproduce the behavior Run `xi wf-shell` or `xbps-install -S wf-shell` on a Void system without `gtk-layer-shell` already installed.