Package Details: lutris-git 0.5.17.r1.ge8bfc73bb-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: 0.37
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-05-01 14:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

yochananmarqos commented on 2022-08-01 19:07 (UTC)

@harre: See issue #4394. I've incorporated the fix.

harre commented on 2022-07-31 23:22 (UTC) (edited on 2022-07-31 23:23 (UTC) by harre)

My tests fails now when trying to updtate.

FAILED: po/fi/LC_MESSAGES/lutris.mo 
/usr/bin/msgfmt ../lutris/po/fi.po -o po/fi/LC_MESSAGES/lutris.mo
../lutris/po/fi.po:140: end-of-line within string
../lutris/po/fi.po:140:10: syntax error
../lutris/po/fi.po:141: end-of-line within string
/usr/bin/msgfmt: found 3 fatal errors
[12/13] Generating net.lutris.Lutris.desktop with a custom command
FAILED: net.lutris.Lutris.desktop 
/usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../lutris/share/applications/net.lutris.Lutris.desktop net.lutris.Lutris.desktop desktop /home/markus/.cache/yay/lutris-git/src/lutris/po
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:140: end-of-line within string
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:140:10: syntax error
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:141: end-of-line within string
/usr/bin/msgfmt: found 3 fatal errors
[13/13] Generating net.lutris.Lutris.metainfo.xml with a custom command
FAILED: net.lutris.Lutris.metainfo.xml 
/usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../lutris/share/metainfo/net.lutris.Lutris.metainfo.xml net.lutris.Lutris.metainfo.xml xml /home/markus/.cache/yay/lutris-git/src/lutris/po
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:140: end-of-line within string
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:140:10: syntax error
/home/markus/.cache/yay/lutris-git/src/lutris/po/fi.po:141: end-of-line within string
/usr/bin/msgfmt: found 3 fatal errors
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: lutris-git

yochananmarqos commented on 2022-04-13 15:15 (UTC)

@king-geedorah @turbochamp: Having both gtk3 and gtk4 installed is throwing off the test suite. I've disabled it for now.

turbochamp commented on 2022-04-13 15:04 (UTC) (edited on 2022-04-13 15:05 (UTC) by turbochamp)

Failing to build with clean build


ImportError: Failed to import test module: lutris.util.test_config
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/nose2/plugins/loader/discovery.py", line 204, in _find_tests_in_file
    module = util.module_from_name(module_name)
  File "/usr/lib/python3.10/site-packages/nose2/util.py", line 76, in module_from_name
    __import__(name)
  File "/home/hustin/.cache/yay/lutris-git/src/lutris/lutris/util/test_config.py", line 5, in <module>
    gi.require_version('Gtk', '3.0')
  File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 117, in require_version
    raise ValueError('Namespace %s is already loaded with version %s' %
ValueError: Namespace Gtk is already loaded with version 4.0

king-geedorah commented on 2022-04-12 19:20 (UTC) (edited on 2022-04-12 19:21 (UTC) by king-geedorah)

Failing to build:

gi.RepositoryError: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded

and ImportError: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded

theriddick commented on 2022-02-14 12:29 (UTC)

LOCKS my entire PC up. No logs... :(

pkr commented on 2021-12-14 10:39 (UTC)

You need to rebuild the package because there was a Python update. See https://old.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur/

pacman -Qoq /usr/lib/python3.9 will list you all packages that need rebuilding.

If you are using Yay pacman -Qoq /usr/lib/python3.9 | yay -S - --rebuild will do the job.

r79 commented on 2021-12-14 04:17 (UTC)

Currently broken

Traceback (most recent call last): File "/usr/bin/lutris", line 52, in <module> from lutris.gui.application import Application # pylint: disable=no-name-in-module ModuleNotFoundError: No module named 'lutris'

yochananmarqos commented on 2021-12-02 18:27 (UTC)

Folks, this is the Arch User Repository, not the Manjaro User Repository. Using the AUR expects you to be up to date with Arch Stable. On Manjaro, that would translate to the Unstable branch.

foxrumor commented on 2021-12-02 17:46 (UTC)

Basically, undo the change made in the "mesa-demos > mesa-utils" commit and things will be unbroken for us Manjaro users.