New Build came out.And it package built fine.
Search Criteria
Package Details: lib32-gamemode-git 1.8.1.0.g5180d89-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gamemode-git.git (read-only, click to copy) |
---|---|
Package Base: | gamemode-git |
Description: | A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. (32-bits)(GIT version) |
Upstream URL: | https://github.com/FeralInteractive/gamemode.git |
Licenses: | BSD |
Conflicts: | lib32-gamemode |
Provides: | lib32-gamemode, libgamemode.so, libgamemodeauto.so |
Submitter: | ysblokje |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 8 |
Popularity: | 0.176623 |
First Submitted: | 2018-04-10 10:27 (UTC) |
Last Updated: | 2023-12-20 21:42 (UTC) |
Dependencies (9)
- gamemode-gitAUR
- lib32-dbus
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus, lib32-dbus)
- git (git-gitAUR, git-glAUR) (make)
- libinih (libinih-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (6)
- bottles (requires lib32-gamemode) (optional)
- lutris-git (requires lib32-gamemode) (optional)
- portproton (requires lib32-gamemode) (optional)
- portwine-meta (requires lib32-gamemode)
- steam-gamepadui-session-git (requires lib32-gamemode) (optional)
- winegame (requires lib32-gamemode) (optional)
Sources (1)
unknown32 commented on 2023-12-07 20:26 (UTC)
pbo commented on 2023-01-12 14:26 (UTC)
@ysblokje ... i have no words. i did 3 clean builds, and gamemode didnt get the correct cpugovctl path. tried with a reboot and deleting the gamemode-git cache folder, did another clean build and now it works, dunno what happened. anyway thanks.
ysblokje commented on 2023-01-11 21:25 (UTC)
Strange. I did do a clean build and it works for me (it looks in the right place for the cpugovctl). FYI the official arch package uses the exact same execdir location as I am now using.
pbo commented on 2023-01-11 20:35 (UTC) (edited on 2023-01-11 20:35 (UTC) by pbo)
@ysblokje noticed, but you added the fullpath. now i get:
Error accessing /usr/lib/cpugovctl: No such file or directory
❯ locate cpugovctl
/usr/lib/gamemode/cpugovctl
just use:
--libexecdir lib
ysblokje commented on 2023-01-11 16:40 (UTC)
@pbo, I made a small change to the package, can you tell me if this remedies the situation for you?
pbo commented on 2023-01-09 19:57 (UTC) (edited on 2023-01-09 19:59 (UTC) by pbo)
@ysblokje don't know if is something wrong on my system, but using this PKGBUILD gamemode isn't able to find "cpugovctl", it gets installed in /usr/libexec/ but gamemode looks for it in /usr/lib/ ... had to edit the PKG on line 23 from this:
meson gamemode build --prefix /usr -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user -Dwith-privileged-group=gamemode
to this:
meson gamemode build --prefix /usr --libexecdir lib -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user -Dwith-privileged-group=gamemode
CronyAkatsuki commented on 2022-09-02 14:52 (UTC)
warning: directory permissions differ on /usr/share/polkit-1/rules.d/ filesystem: 750 package: 755
Is this upstream or package maintainer and what should I do?
ysblokje commented on 2022-08-31 08:18 (UTC)
@veganvelociraptr, they fixed it upstream. I have removed the patch and it should compile again.
veganvelociraptr commented on 2022-08-31 05:40 (UTC)
patching file common/common-pidfds.c
Hunk #2 FAILED at 55.
1 out of 2 hunks FAILED -- saving rejects to file common/common-pidfds.c.rej
==> ERROR: A failure occurred in build().
Aborting...
fsyy commented on 2022-08-13 00:07 (UTC)
@ysblokje thanks a lot!! and also thanks for your hard work!
Pinned Comments
ysblokje commented on 2018-04-17 11:59 (UTC) (edited on 2022-08-31 08:17 (UTC) by ysblokje)
Don't flag this package out of date. It always tries to build the HEAD of master.
Pam module is now enabled create the group gamemode and add yourself if so needed.
lib32 version now included in this recipe.