FeralInteractive / gamemode

Optimise Linux system performance on demand
BSD 3-Clause "New" or "Revised" License
4.8k stars 185 forks source link

ERROR while trying to run ./bootstrap.sh #432

Open 44Livers opened 1 year ago

44Livers commented 1 year ago

Describe the bug Can't compile or build the ./bootstrap

To Reproduce Steps used to reproduce the behavior:

  1. clone the git
  2. cd gamemode
  3. run ./bootstrap.sh

Expected behavior Build and install gamemode

System Info (please complete the following information):

Additional context I have tried building/installing this on several linux installs but always fail I tried reinstalling Arch Linux a couple times and still no work.

HERE IS THE ERROR I GET

log.txt

EDIT: I am very new to linux gaming

Ibaudia commented 1 year ago

I am experiencing the same issue on Ubuntu and I'm wondering if we're doing something wrong or if there was just some recent update that borked something.

veerpandya commented 1 year ago

I am also getting the same error. These are the versions of the dependencies I have installed:

meson 1.2.1-1
systemd 254.3-1
git 2.42.0-1
dbus 1.14.10-1
libinih 57-1
44Livers commented 1 year ago

@Kou-kun42 @Ibaudia I decided to use paru to install gamemode and it worked just fine I guess the ./bootstrap.sh is broken for some reason this also works with yay

try this:

yay -S gamemode

or

paru -S gamemode

Install links for paru and yay

yay - https://github.com/Jguer/yay

paru - https://github.com/Morganamilo/paru