Search Criteria
Package Details: xenia-canary-git r7912.fe0e18466-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.30 |
First Submitted: | 2025-03-26 14:32 (UTC) |
Last Updated: | 2025-07-27 20:09 (UTC) |
Dependencies (18)
- capstone (capstone-gitAUR)
- fmt (fmt-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- pugixml (pugixml-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- snappy (snappy-gitAUR)
- zarchive (zarchive-gitAUR)
- zlib-ng (zlib-ng-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cxxopts (make)
- git (git-gitAUR, git-glAUR) (make)
- premake (premake-gitAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- tomlplusplus (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- catch2-v2 (check)
Latest Comments
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-tests
withCMAKE_BUILD_TYPE
set toDebug
somehow, e.g.:/home/me/.cache/yay/xenia-canary-git/src/xenia-canary-git/build/bin/Linux/Debug/xenia-base-tests
For some reason your build system seems to be overriding the hard-coded line
PKGBUILD:130
:-D CMAKE_BUILD_TYPE:STRING=Release
with-D CMAKE_BUILD_TYPE:STRING=Debug
You might want to check in your
/etc/makepkg.conf
//etc/makepkg.conf.d
to see if you are overriding theCMAKE_BUILD_TYPE
.xAsh commented on 2025-07-24 17:49 (UTC)
mh,
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:
pretty sure this is because
cmake
isn't in makedepends