Artix Linux Forum

Artix Linux => Package management => AUR Packages => Topic started by: aquasp on 30 July 2020, 17:04:01

Title: [SOLVED]I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 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!
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: alium on 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.
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 30 July 2020, 22:23:32
just 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
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 30 July 2020, 22:36:41
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

Ok, I changed eudev-systemdcompat for libsystemd-eudev-standalone,

but I receive a invalid gpg key error when I try to build lib32-kmod :|
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: alium on 30 July 2020, 23:23:49
Ok, 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-gamemode

my build log https://paste.artixlinux.org/view/234e3ac6
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 31 July 2020, 03:28:18
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-gamemode

my build log https://paste.artixlinux.org/view/234e3ac6

Thanks, but I could not find this package, so I thought it doesn't exist.

I got this error:
error: target not found: lib32-eudev


is any thing missing?

Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 31 July 2020, 03:38:51
Thanks, but I could not find this package, so I thought it doesn't exist.

I got this error:
error: target not found: lib32-eudev


is any thing missing?



This is my mirrorlist file

https://privatebin.net/?aec9637caddfcf0f#BLsndGQg2kxFHwJXk1H4VqaKPicixt2z2jhBnVWUHxRR
Title: Re: I installed gamemode and gamemode-32bit from aur. Did I mess something?
Post by: aquasp on 31 July 2020, 04:28:10
This is my mirrorlist file

https://privatebin.net/?aec9637caddfcf0f#BLsndGQg2kxFHwJXk1H4VqaKPicixt2z2jhBnVWUHxRR

Okay I was just being noob lol hahhaha

I just enabled lib32 repos in /etc/pacman.conf repo

Thanks for all help. Now lib32-gamemode is working and installed :)