New comment by RicArch97 on void-packages repository https://github.com/void-linux/void-packages/pull/22291#issuecomment-1006268397 Comment: Pulled the changes to test them locally, but ran into a dependency conflict; ```console $ ./xbps-src pkg gamemode => xbps-src: updating repositories for host (x86_64)... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => gamemode-1.6_1: removing autodeps, please wait... => gamemode-1.6_1: building [meson] for x86_64... [host] pkg-config-0.29.2_2: found (/host/binpkgs) [host] meson-0.55.3_1: not found [target] inih-devel-51_1: not found [target] dbus-devel-1.12.20_1: found (https://alpha.de.repo.voidlinux.org/current) [target] elogind-devel-243.4_3: not found [runtime] libgamemode-1.6_1: not found (subpkg, ignored) [runtime] libgamemode-1.6_1: not found (subpkg, ignored) [runtime] libgamemode-1.6_1: not found (subpkg, ignored) => meson-0.55.3_1: building [python3-module] (dependency of gamemode) for x86_64... [host] python3-devel-3.8.5_1: not found [host] python3-setuptools-50.3.0_1: not found [target] python3-3.8.5_1: not found [runtime] ninja-1.10.1_1: not found [runtime] python3-setuptools-50.3.0_1: not found => python3-3.8.5_1: building (dependency of meson) for x86_64... [host] pkgconf-1.7.3_1: found (/host/binpkgs) [target] libffi-devel-3.3_2: found (https://alpha.de.repo.voidlinux.org/current) [target] readline-devel-8.0.004_1: not found [target] gdbm-devel-1.18.1_1: not found [target] libressl-devel-3.1.4_1: not found [target] expat-devel-2.2.9_1: not found [target] sqlite-devel-3.33.0_1: not found [target] bzip2-devel-1.0.8_1: found (https://alpha.de.repo.voidlinux.org/current) [target] zlib-devel-1.2.11_3: not found [target] liblzma-devel-5.2.5_1: not found [runtime] ca-certificates-20200601_1: not found [runtime] python3-3.8.5_1: not found (self, ignored) => libreadline8-8.0.004_1: building [gnu-configure] (dependency of python3) for x86_64... [target] ncurses-devel-6.2_3: found (/host/binpkgs) [runtime] ncurses-devel-6.2_3: found (/host/binpkgs) [runtime] libreadline8-8.0.004_1: not found (self, ignored) [runtime] libhistory8-8.0.004_1: not found (subpkg, ignored) => libreadline8-8.0.004_1: installing target dependencies: ncurses-devel-6.2_3 ... => libreadline8-8.0.004_1: removing autodeps, please wait... => ERROR: libreadline8-8.0.004_1: failed to install 'ncurses-devel-6.2_3' dependency! (error 19) ncurses-libs-6.2_3 in transaction breaks installed pkg `ncurses-6.2_4' Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ```