Package Details: azahar-git 2123.beta2.r5.g80f0c03-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: 1
Popularity: 0.036945
First Submitted: 2025-02-28 06:23 (UTC)
Last Updated: 2025-08-07 01:32 (UTC)

Latest Comments

1 2 Next › Last »

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.

LinuxLover471 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.

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

@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.

username227 commented on 2025-07-27 20:24 (UTC)

getting an error stating they can't find the file zstd_seekable.h. Note that this problem was present even when zstd was added to the submodules, and the file appeared to be fully present in the src directory during build. Not sure what the cause is; I believe it's caused by this commit: 8dafecd528ffd61a5287ea4d8f575f8af67679ba.

Pablo said on discord that he had to do some "black magic" on cmake, and other OSes probably need extra handling. But he didn't specify what or how.

username227 commented on 2025-07-13 13:18 (UTC)

CMake Error at externals/sirit/sirit/src/CMakeLists.txt:32 (target_link_libraries):
  Target "sirit" links to:

    SPIRV-Headers::SPIRV-Headers

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

abouvier commented on 2025-06-13 00:30 (UTC)

@HurricanePootis Like what for example? I consider it pretty perfect :)

HurricanePootis commented on 2025-06-13 00:20 (UTC)

@ abouvier I am the maintainer of azahar. Could I be the co-maintainer of azahar-git as well? There are a few things that cuold be improved with your package, and I would like to take care of them :)

abouvier commented on 2025-04-07 21:48 (UTC)

It's probably because of the Qt 6.9.0 update :$