Package Details: lutris-git 0.5.16.r445.g71765daf4-1

Git Clone URL: https://aur.archlinux.org/lutris-git.git (read-only, click to copy)
Package Base: lutris-git
Description: Open Gaming Platform
Upstream URL: https://lutris.net
Licenses: GPL-3.0-or-later
Conflicts: lutris
Provides: lutris
Submitter: ProfessorKaos64
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 39
Popularity: 1.06
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-03-19 00:02 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

autobotanist commented on 2024-03-02 19:00 (UTC) (edited on 2024-03-02 19:02 (UTC) by autobotanist)

Apologies. I was just struggling to get it to work. Ultimately running a very basic yay -S lutris removed this package because it was in conflict and I'm up and gaming. I'm sure that was also the first thing I tried so I'm not sure what went wrong. I'll show myself out. Thanks for the work you do so that gamers like me don't have to use some other operating system.

yochananmarqos commented on 2024-02-28 15:44 (UTC)

@autobotanist: Figure what out? The package builds fine as is.

By the way, this isn't the Arch wiki.

autobotanist commented on 2024-02-28 00:36 (UTC) (edited on 2024-03-02 19:11 (UTC) by autobotanist)

For any gamers trying to figure this out you'll need to build the latest working package: def9224b8285 (patch)

cd ~  
sudo rm -r lutris-git  
git clone https://aur.archlinux.org/lutris-git.git  
cd lutris-git/  
git checkout def9224b82854283ebe90e3c920a3c3b3fa3d767  
makepkg -si

I'm sorry if my solutions aren't elegant. This is my only my second ever contribution to the arch wiki attempt to help others, with the first being a similar problem installing Curseforge. I know how frustrating it is to have linux problems when you're just trying to play. Happy gaming friends!

yochananmarqos commented on 2024-02-19 18:15 (UTC)

@solarisfire: Your local PKGBUILD is out of date, those tests are currently disabled.

solarisfire commented on 2024-02-19 17:54 (UTC)

This isn't currently building correctly:

==> Starting check()...
ninja: Entering directory `/home/solarisfire/.cache/yay/lutris-git/src/build'
ninja: no work to do.
1/2 Validate desktop file         OK              0.01s
2/2 Validate metainfo file        OK              0.02s

Ok:                 2   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /home/solarisfire/.cache/yay/lutris-git/src/build/meson-logs/testlog.txt
ERROR:             ICD associated with VkPhysicalDevice does not support GetPhysicalDeviceCalibrateableTimeDomainsKHR
/usr/bin/xvfb-run: line 180: 12402 Aborted                 (core dumped) DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"
==> ERROR: A failure occurred in check().
    Aborting...

Niinu commented on 2024-01-22 09:27 (UTC)

For some time now some bug in xvfb has been causing it to segfault and take the whole check() down with it, i was still able to manually makepkg with --nocheck or by just removing xvfb-run.

yochananmarqos commented on 2023-11-10 01:03 (UTC)

The issue is fixed with python-pillow 10.1.0-2 currently in Extra-Testing. I'm sure it will land in Extra soon.

maintuner commented on 2023-11-09 23:35 (UTC)

temporarily solution for using lutris, run the following command:

sudo ln -s /usr/lib/libimagequant.so.0.0.4 /usr/lib/libimagequant.so.0

yochananmarqos commented on 2023-11-09 22:28 (UTC) (edited on 2023-11-09 22:32 (UTC) by yochananmarqos)

@niso: Do not rename libraries. Either rebuild python-pillow yourself or wait until the maintainer fixes it. I've created a bug report: FS#80210

niso commented on 2023-11-09 21:58 (UTC)

Package won't build: "ImportError: libimagequant.so.0: cannot open shared object file: No such file or directory." Newest update of libimagequant renames libimagequant.so.0 to libimagequant.so.0.0.4. After renaming back to libimagequant.so.0 builds and works fine.