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.56
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-04-11 14:31 (UTC)

Latest Comments

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

Astrobald commented on 2023-01-30 18:10 (UTC) (edited on 2023-01-30 18:16 (UTC) by Astrobald)

Hello, python-protobuf dependency seems to be needed by Lutris since the "bcfcf92" commit "Add support for Battle.net"

setup.py

58 install_requires=[

69 'protobuf',

yochananmarqos commented on 2022-11-29 17:17 (UTC)

@TriMoon: Fixed.

TriMoon commented on 2022-11-29 17:06 (UTC) (edited on 2022-11-29 17:09 (UTC) by TriMoon)

pkgver=0.5.12.beta1.r42.g027a55e2

I'm getting the following error and thus build fails:

FAILED: po/de/LC_MESSAGES/lutris.mo 
/usr/bin/msgfmt ../lutris/po/de.po -o po/de/LC_MESSAGES/lutris.mo
../lutris/po/de.po:1347: end-of-line within string
/usr/bin/msgfmt: found 1 fatal error

It would also help to point the upstream URL to the git repo, so we can post issues there...

pbo commented on 2022-10-19 17:41 (UTC) (edited on 2022-10-19 17:42 (UTC) by pbo)

hi, seems python-certifi must be added as a dependency

https://github.com/lutris/lutris/commit/4fd666d804b1bb03bfefa512e5d26937d1237f9f

Gnatzelle commented on 2022-08-04 01:00 (UTC)

Strycore merged the "fi.po"-fix about an hour ago. Patch not needed anymore ;)

harre commented on 2022-08-01 23:56 (UTC)

Cool, that worked perfectly!

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