Search Criteria
Package Details: fex-emu-git 2406+295.g58e949e148-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fex-emu-git.git (read-only, click to copy) |
---|---|
Package Base: | fex-emu-git |
Description: | Fast usermode x86 and x86-64 emulator for Arm64 |
Upstream URL: | https://fex-emu.com |
Licenses: | MIT |
Conflicts: | fex-emu |
Provides: | fex-emu |
Submitter: | 1ace |
Maintainer: | Sonicadvance1 |
Last Packager: | Sonicadvance1 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-15 15:32 (UTC) |
Last Updated: | 2024-10-06 02:00 (UTC) |
Dependencies (11)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- squashfs-tools (squashfs-tools-gitAUR)
- squashfuse (squashfuse-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-setuptools (make)
Required by (0)
Sources (17)
- git+https://github.com/catchorg/Catch2
- git+https://github.com/Cyan4973/xxhash
- git+https://github.com/FEX-Emu/drm-headers
- git+https://github.com/FEX-Emu/FEX
- git+https://github.com/FEX-Emu/fex-gcc-target-tests-bins
- git+https://github.com/FEX-Emu/fex-gvisor-tests-bins
- git+https://github.com/FEX-Emu/fex-posixtest-bins
- git+https://github.com/FEX-Emu/jemalloc
- git+https://github.com/FEX-Emu/vixl
- git+https://github.com/fmtlib/fmt
- git+https://github.com/herumi/xbyak
- git+https://github.com/KhronosGroup/Vulkan-Headers
- git+https://github.com/Sonicadvance1/cpp-optparse
- git+https://github.com/Sonicadvance1/imgui
- git+https://github.com/Sonicadvance1/json-maker
- git+https://github.com/Sonicadvance1/tiny-json
- git+https://github.com/Tessil/robin-map
Latest Comments
Sonicadvance1 commented on 2024-06-28 16:25 (UTC)
Didn't even know I had maintainer rights for this. Must have missed the email thinking it was the same as the non -git package or something. I have updated the package now. Thanks for bringing this to my attention.
Ektor-5 commented on 2024-06-27 11:20 (UTC) (edited on 2024-06-27 11:21 (UTC) by Ektor-5)
Package outdated and doesn't compile with current source links, needs a refresh from upstream package. In the meantime, here's a patch:
linkmauve commented on 2023-11-29 15:26 (UTC)
Hi, this package is missing
llvm
in makedepends, otherwise it tries to call theCMAKE_C_COMPILER_AR-NOTFOUND
command when linking .a libraries.With that fixed, it then fails to build with this log at the end: