Search Criteria
Package Details: azahar-git 2125.0.alpha2.r16.g03d62ef-1
Package Actions
| 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) |
Dependencies (46)
- crypto++ (crypto++-gitAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libbacktrace.so (libbacktrace-gitAUR, libbacktrace)
- libboost_iostreams.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libboost_serialization.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libcrypto.so (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-1.1AUR, lib32-openssl, openssl)
- libcubeb.so (cubebAUR, cubeb-gitAUR)
- libfmt.so (fmt10AUR, fmt9AUR, fmt11AUR, fmt-gitAUR, fmt)
- libgcc_s.so (libgcc-snapshotAUR, lib32-gcc-libs-snapshotAUR, libgcc)
- libopenal.so (openal-gitAUR, lib32-openal, openal)
- libssl.so (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-1.1AUR, lib32-openssl, openssl)
- libstdc++.so (libstdc++-snapshotAUR, lib32-gcc-libs-snapshotAUR, libstdc++)
- libusb-1.0.so (libusb-gitAUR, lib32-libusb, libusb)
- libZydis.so (zydis-gitAUR, zydis)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-multimedia
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- Show 26 more dependencies...
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:
Neros commented on 2025-10-12 12:55 (UTC)
I can't build it anymore:
username227 commented on 2025-09-11 21:11 (UTC)
getting all sorts of errors:
username227 commented on 2025-08-06 15:40 (UTC)
Getting submodule missing errors for spirv-tools and spirv-headers:
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
CXXFLAGSwill end up enabling the compiler-msse4.2flag.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.
1 2 Next › Last »