Search Criteria
Package Details: libretro-citra-git r10167.5263fae-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libretro-citra-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libretro-citra-git |
| Description: | Nintendo 3DS core |
| Upstream URL: | https://github.com/libretro/citra |
| Keywords: | 3ds nintendo |
| Licenses: | GPL-2.0-or-later |
| Groups: | libretro |
| Conflicts: | libretro-citra |
| Provides: | libretro-citra |
| Submitter: | alucryd |
| Maintainer: | abouvier |
| Last Packager: | abouvier |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-06-18 19:40 (UTC) |
| Last Updated: | 2025-10-25 21:13 (UTC) |
Dependencies (21)
- crypto++ (crypto++-gitAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- glslang (glslang-gitAUR)
- libcrypto.so (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libcubeb.so (cubeb-gitAUR, cubebAUR)
- libretro-core-info (libretro-core-info-gitAUR)
- libssl.so (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- catch2 (catch2-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cubebAUR (cubeb-gitAUR, cubebAUR) (make)
- ffmpeg4.4 (make)
- git (git-gitAUR, git-glAUR) (make)
- libinih (libinih-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- robin-map (make)
- spirv-headers (spirv-headers-gitAUR) (make)
- vulkan-memory-allocatorAUR (make)
- Show 1 more dependencies...
Latest Comments
alucryd commented on 2019-06-12 09:41 (UTC)
Fixed, thanks!
<deleted-account> commented on 2019-06-12 08:25 (UTC)
Does not build https://del.dog/osuxakadun.sh
alucryd commented on 2018-08-29 16:27 (UTC)
Thought I had pushed that, my mistake. It should work now.
rautesamtr commented on 2018-08-29 16:03 (UTC)
billy.wade commented on 2018-07-18 16:29 (UTC)
I got the same error as Kaprikawn, opened an issue, and the main contributor j-selby told me that we need to be using the standard gcc/clang installation, and that ARM isn't even supported.
kaprikawn commented on 2018-07-07 14:14 (UTC)
Doesn't build for me, I'm getting:
make[1]: Entering directory '/tmp/trizen-kaprikawn/libretro-citra-git/src/libretro-citra/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cf3e9.dir/src.cxx.o /usr/bin/c++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wno-attributes -DCRYPTOPP_HAS_ARMV8_CRYPTO -fPIE -march=armv8-a+crypto -std=gnu++1z -o CMakeFiles/cmTC_cf3e9.dir/src.cx x.o -c /tmp/trizen-kaprikawn/libretro-citra-git/src/libretro-citra/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: error: bad value ('armv8-a+crypto') for '-march=' switch cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-clie nt icelake-server bonnell atom silvermont slm knl knm x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 btver1 btver2 native make[1]: *** [CMakeFiles/cmTC_cf3e9.dir/build.make:66: CMakeFiles/cmTC_cf3e9.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/tmp/trizen-kaprikawn/libretro-citra-git/src/libretro-citra/build/CMakeFiles/CMakeTmp' make: *** [Makefile:126: cmTC_cf3e9/fast] Error 2