[SOLVED]I installed gamemode and gamemode-32bit from aur. Did I mess something? 30 July 2020, 17:04:01 Well, gamemode-32bit depends on lib32-systemd, which is now installed on my system. I installed from pamac, so I didn't see if this removed any important package. I am on a runit installation. Thanks! Last Edit: 31 July 2020, 07:06:19 by SGOrava
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #1 – 30 July 2020, 17:11:16 just edit manually PKGBUILD and replace lib32-systemd -> lib32-eudev (and systemd -> eudev in gamemode)EDIT: tested, i can build it after this editation. Last Edit: 30 July 2020, 17:39:28 by alium
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #2 – 30 July 2020, 22:23:32 Quote from: alium – on 30 July 2020, 17:11:16just edit manually PKGBUILD and replace lib32-systemd -> lib32-eudev (and systemd -> eudev in gamemode)EDIT: tested, i can build it after this editation.Thanks, but for me I receive some errors in lib32-gamemode:Could not the dependency ib32-eudev and could not find the dependency eudev-systemdcompat
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #3 – 30 July 2020, 22:36:41 Quote from: aquasp – on 30 July 2020, 22:23:32Thanks, but for me I receive some errors in lib32-gamemode:Could not the dependency ib32-eudev and could not find the dependency eudev-systemdcompatOk, I changed eudev-systemdcompat for libsystemd-eudev-standalone,but I receive a invalid gpg key error when I try to build lib32-kmod :|
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #4 – 30 July 2020, 23:23:49 Quote from: aquasp – on 30 July 2020, 22:36:41Ok, I changed eudev-systemdcompat for libsystemd-eudev-standalone,but I receive a invalid gpg key error when I try to build lib32-kmod :|why are you complicating it? You did compile lib32-gamemode well with lib32-eudev ;-) just use command "pacman -S lib32-eudev"lib32-gamemode have systemd even disabled! https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lib32-gamemodemy build log https://paste.artixlinux.org/view/234e3ac6
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #5 – 31 July 2020, 03:28:18 Quote from: alium – on 30 July 2020, 23:23:49why are you complicating it? You did compile lib32-gamemode well with lib32-eudev ;-) just use command "pacman -S lib32-eudev"lib32-gamemode have systemd even disabled! https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lib32-gamemodemy build log https://paste.artixlinux.org/view/234e3ac6Thanks, but I could not find this package, so I thought it doesn't exist.I got this error:error: target not found: lib32-eudevis any thing missing?
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #6 – 31 July 2020, 03:38:51 Quote from: aquasp – on 31 July 2020, 03:28:18Thanks, but I could not find this package, so I thought it doesn't exist.I got this error:error: target not found: lib32-eudevis any thing missing?This is my mirrorlist filehttps://privatebin.net/?aec9637caddfcf0f#BLsndGQg2kxFHwJXk1H4VqaKPicixt2z2jhBnVWUHxRR
Re: I installed gamemode and gamemode-32bit from aur. Did I mess something? Reply #7 – 31 July 2020, 04:28:10 Quote from: aquasp – on 31 July 2020, 03:38:51This is my mirrorlist filehttps://privatebin.net/?aec9637caddfcf0f#BLsndGQg2kxFHwJXk1H4VqaKPicixt2z2jhBnVWUHxRROkay I was just being noob lol hahhahaI just enabled lib32 repos in /etc/pacman.conf repoThanks for all help. Now lib32-gamemode is working and installed