Package Details: azahar-git 2125.0.alpha2.r16.g03d62ef-1

Git Clone URL: https://aur.archlinux.org/azahar-git.git (read-only, click to copy)
Package Base: azahar-git
Description: Nintendo 3DS emulator based on Citra
Upstream URL: https://azahar-emu.org/
Keywords: 3ds emulator game nintendo
Licenses: GPL-2.0-or-later
Conflicts: azahar
Provides: azahar
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 2
Popularity: 0.75
First Submitted: 2025-02-28 06:23 (UTC)
Last Updated: 2026-02-26 03:35 (UTC)

Required by (0)

Sources (16)

Latest Comments

1 2 Next › Last »

username227 commented on 2026-01-20 20:22 (UTC) (edited on 2026-01-21 00:53 (UTC) by username227)

I can get past the error in backend.cpp by switching to clang. however, i then get a linker error at the end of the build.

username227 commented on 2026-01-20 02:00 (UTC)

not building. getting errors, possibly something related to dynarmic but not sure. might be an upstream issue also.

username227 commented on 2026-01-09 17:51 (UTC)

Getting build error:

CMake Error at externals/CMakeLists.txt:492 (add_subdirectory):
  add_subdirectory given source "xxHash/cmake_unofficial" which is not an
  existing directory.


CMake Error at externals/CMakeLists.txt:493 (target_compile_definitions):
  Cannot specify compile definitions for target "xxhash" which is not built
  by this project.


CMake Error at externals/CMakeLists.txt:495 (target_compile_definitions):
  Cannot specify compile definitions for target "xxhash" which is not built
  by this project.

Neros commented on 2025-10-12 12:55 (UTC)

I can't build it anymore:

/home/neros/.cache/yay/azahar-git/src/azahar/src/citra_qt/bootmanager.cpp:42:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
   42 | #include <qpa/qplatformnativeinterface.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/citra_qt/CMakeFiles/citra_qt.dir/build.make:642: src/citra_qt/CMakeFiles/citra_qt.dir/bootmanager.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 92%] Built target tests
make[1]: *** [CMakeFiles/Makefile2:1754: src/citra_qt/CMakeFiles/citra_qt.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: azahar-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
azahar-git - exit status 4

username227 commented on 2025-09-11 21:11 (UTC)

getting all sorts of errors:

CMake Error at externals/CMakeLists.txt:483 (target_link_libraries):
  INTERFACE library can only be used with the INTERFACE keyword of
  target_link_libraries

username227 commented on 2025-08-06 15:40 (UTC)

Getting submodule missing errors for spirv-tools and spirv-headers:

CMake Error at externals/CMakeLists.txt:415 (add_subdirectory):
  The source directory

    /build/azahar-git/src/azahar/externals/spirv-headers

  does not contain a CMakeLists.txt file.


CMake Error at externals/CMakeLists.txt:421 (add_subdirectory):
  The source directory

    /build/azahar-git/src/azahar/externals/spirv-tools

  does not contain a CMakeLists.txt file.

abouvier commented on 2025-08-05 03:57 (UTC)

No, it would not. Checking the supported instructions of the building machine is bad. You could build the package on a computer with a very old CPU and install it on a modern computer (or the reverse). The right way is to check that the flags in CXXFLAGS will end up enabling the compiler -msse4.2 flag.

asyync1024 commented on 2025-08-05 03:11 (UTC)

Exactly @abouvier you are spot on. My CPU is a Q9550 which only supports instructions upto SSE4.1, and the PKGBUILD doesn't handle if the user's CPU supports SSE4.2 or not. Sorry for saying compilation failed, should have wrote failed at runtime.

Just my thoughts, I think adding @HurricanePootis as a co-maintainer would be better for the overall quality of the package.

Thank you!

abouvier commented on 2025-08-04 15:57 (UTC)

And what is the error exactly? Your CPU doesn't support SSE4.2? The compilation should still succeed, but the app crashes at runtime in that case.

asyync1024 commented on 2025-08-04 13:49 (UTC) (edited on 2025-08-05 03:14 (UTC) by asyync1024)

@abouvier Hey, I think you should in fact let @HurricanePootis be a co-maintainer, my runtime execution for azahar-git failed because of the PKGBUILD not handling the SSE42 support in the right way, when I learned from their PKGBUILD and put 2 lines in your PKGBUILD, it functioned perfectly. This is a request, I hope that you will add him as co-maintainer.