Package Details: xenia-canary-git r7839.e85c2392b-1

Git Clone URL: https://aur.archlinux.org/xenia-canary-git.git (read-only, click to copy)
Package Base: xenia-canary-git
Description: An experimental emulator for the Xbox 360.
Upstream URL: https://github.com/xenia-canary/xenia-canary
Licenses: BSD-3-Clause
Conflicts: xenia, xenia-git
Provides: xenia
Submitter: dhummel
Maintainer: dhummel
Last Packager: dhummel
Votes: 1
Popularity: 0.38
First Submitted: 2025-03-26 14:32 (UTC)
Last Updated: 2025-05-12 19:26 (UTC)

Latest Comments

painfularch commented on 2025-05-02 03:57 (UTC)

yup, it now compiles flawlessly! thanks a bunch @dhummel!

dhummel commented on 2025-05-01 19:01 (UTC)

Nice work, yeah let me know if the latest push fixes it!

painfularch commented on 2025-05-01 10:49 (UTC)

getting this error when building in a clean chroot:

Traceback (most recent call last):
  File "/build/xenia-canary-git/src/xenia-canary-git/./xenia-build", line 1890, in <module>
    main()
    ~~~~^^
  File "/build/xenia-canary-git/src/xenia-canary-git/./xenia-build", line 181, in main
    return_code = command.execute(args, pass_args, os.getcwd())
  File "/build/xenia-canary-git/src/xenia-canary-git/./xenia-build", line 902, in execute
    result = super(BuildCommand, self).execute(args, pass_args, cwd)
  File "/build/xenia-canary-git/src/xenia-canary-git/./xenia-build", line 862, in execute
    result = subprocess.call([
        'cmake',
    ...<5 lines>...
        '-GNinja'
    ] + pass_args, shell=False, env=dict(os.environ))
  File "/usr/lib/python3.13/subprocess.py", line 395, in call
    with Popen(*popenargs, **kwargs) as p:
         ~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        pass_fds, cwd, env,
                        ^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
                        gid, gids, uid, umask,
                        ^^^^^^^^^^^^^^^^^^^^^^
                        start_new_session, process_group)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 1969, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'

pretty sure this is because cmake isn't in makedepends