Search Criteria
Package Details: xenia-canary-git r8543.cebbdb6ca-1
Package Actions
| 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: | 2 |
| Popularity: | 0.000735 |
| First Submitted: | 2025-03-26 14:32 (UTC) |
| Last Updated: | 2026-05-14 22:40 (UTC) |
Dependencies (11)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cxxopts (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- tomlplusplus (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
1 2 Next › Last »
dhummel commented on 2026-05-16 18:50 (UTC)
Alright, I don't see
glslangbeing required since the submodule is being built directly into thesrc/xenia-canary-git-build/bin/Linux/xenia_canarybinary, please provide some more information.It's not using
glslangdynamically linked library:And there appears to be no
glslangsymbols in the binary:dhummel commented on 2026-05-16 18:27 (UTC) (edited on 2026-05-16 18:35 (UTC) by dhummel)
Namarrgon, sure I think I can add it, but it's not being detected as missing using
namcap:Namarrgon commented on 2026-05-16 00:14 (UTC)
'glslang' required despite the presence of the git-submodule. 'lld' is missing from the make-dependencies.
dhummel commented on 2026-03-30 04:06 (UTC)
Hello EndlessEden, it is working again now, I
git cleaned my local repository and it worked just fine. ThanksEndlessEden commented on 2026-03-29 08:23 (UTC)
"${pkgname}"/build/version.h does not exist, refuses to build.
dhummel commented on 2025-09-03 03:52 (UTC)
Hello Neros, it should be building again now. Since it's an active project and this is a -git package, there are frequently changes that need to be made here as well.
Neros commented on 2025-09-01 20:20 (UTC)
I can't build it anymore:
Is it an upstream issue or can you do something about it? Thanks.
sethseth6 commented on 2025-08-09 02:40 (UTC)
I'm having the same issue as @xAsh, and CMAKE_BUILD_TYPE is not set in any of my makepkg config files.
dhummel commented on 2025-07-27 20:16 (UTC) (edited on 2025-07-28 15:22 (UTC) by dhummel)
Very strange @xAsh, I see you have built
xenia-base-testswithCMAKE_BUILD_TYPEset toDebugsomehow, e.g.:/home/me/.cache/yay/xenia-canary-git/src/xenia-canary-git/build/bin/Linux/Debug/xenia-base-testsFor some reason your build system seems to be overriding the hard-coded line
PKGBUILD:130:-D CMAKE_BUILD_TYPE:STRING=Releasewith-D CMAKE_BUILD_TYPE:STRING=DebugYou might want to check in your
/etc/makepkg.conf//etc/makepkg.conf.dto see if you are overriding theCMAKE_BUILD_TYPE.xAsh commented on 2025-07-24 17:49 (UTC)
mh,
1 2 Next › Last »