@Capricious-frog you need to update (or rebuild) yuzu-ea, see this pr for the latest PKGBUILD
Search Criteria
Package Details: yuzu-early-access 3468-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yuzu-early-access.git (read-only, click to copy) |
---|---|
Package Base: | yuzu-early-access |
Description: | An experimental open-source Nintendo Switch emulator/debugger (early access version) |
Upstream URL: | https://yuzu-emu.org/ |
Licenses: | GPL2 |
Conflicts: | yuzu |
Provides: | yuzu |
Submitter: | heavysink |
Maintainer: | heavysink (lilac) |
Last Packager: | lilac |
Votes: | 20 |
Popularity: | 1.05 |
First Submitted: | 2020-12-09 04:09 (UTC) |
Last Updated: | 2023-03-22 08:17 (UTC) |
Dependencies (43)
- boost-libs (boost171, boost-libs-git, boost174-libs)
- cpp-httplib (cpp-httplib-compiled, cpp-httplib-git)
- cubeb (cubeb, cubeb-git)
- discord-rpc (discord-rpc-bin, discord-rpc-git, discord-rpc)
- dynarmic (dynarmic-git)
- enet (enet-git, enet-gtkorvo-git)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs)
- fmt (fmt-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libfdk-aac (fdk-aac-free)
- libinih (libinih-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- libzip (libzip-git)
- lz4 (lz4-static-musl, lz4-static, lz4-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- opus (opus-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-multimedia (qt5-multimedia-git)
- qt5-webengine
- sdl2 (sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-nox, sdl2-nox-git, sdl2-git)
- Show 23 more dependencies...
Required by (0)
Sources (3)
sukanka commented on 2022-09-28 04:05 (UTC)
Capricious-frog commented on 2022-09-27 11:12 (UTC) (edited on 2022-09-27 20:27 (UTC) by Capricious-frog)
I get this error when starting yuzu:
yuzu: error while loading shared libraries: libboost_context.so.1.79.0: cannot open shared object file: No such file or directory
I have boost-libs installed. Any idea what's causing this?
Edit: I recompiled yuzu and the error is now gone ¯\(ツ)/¯
saburouta commented on 2022-09-09 02:19 (UTC) (edited on 2022-09-09 02:19 (UTC) by saburouta)
There doesn't seem to be anything wrong with the build. Should the pinned comment go away? (2939)
heavysink commented on 2022-07-29 03:48 (UTC) (edited on 2022-07-29 03:49 (UTC) by heavysink)
Currently there is a code bug upstream that prevents compiling in Linux since 2859 with no ETA for fixing. It is not fixed by now. Please do not flag it out of date. Once the code bug is fixed the lilac build bot will automatically compile it and push it in AUR.
sergiotca commented on 2022-06-02 18:41 (UTC) (edited on 2022-06-02 18:56 (UTC) by sergiotca)
@nicktheway I have the exact same issue while trying to update this package ("owned by robin-map"). Do you know if this is related to the gcc12 situation on the pinned comment? If not, did you ever found a solution?
*SOLVED: for anyone having this issue, uninstalling the package and its (orphan) dependencies and building again solve the problem.
heavysink commented on 2022-05-17 11:29 (UTC) (edited on 2022-05-17 11:30 (UTC) by heavysink)
Hi, currently yuzu cannot be built due to gcc12 upstream compiler bug (https://github.com/yuzu-emu/yuzu/pull/8282). The problem is across all yuzu versions (mainline, master, ea). Using gcc11 does not help since Qt5 in Arch repo is already rebuilt using GCC12 and new GLIBC with some new symbols, making yuzu impossible to link. Until the upstream problem solved, please do not flag this package out of date. Thank you.
n8jadams commented on 2022-05-16 15:39 (UTC)
I've been getting this build error lately. Bummer.
Building CXX object src/shader_recompiler/CMakeFiles/shader_recompiler.dir/frontend/maxwell/translate/impl/condition_code_set.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
nicktheway commented on 2022-01-31 18:39 (UTC)
robin-map owns the following files resulting on an update error:
error: failed to commit transaction (conflicting files) yuzu-early-access: /usr/include/tsl/robin_growth_policy.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_hash.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_map.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/include/tsl/robin_set.h exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake exists in filesystem (owned by robin-map) yuzu-early-access: /usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake exists in filesystem (owned by robin-map) Errors occurred, no packages were upgraded.
DarQ1 commented on 2022-01-29 07:16 (UTC)
I cannot compile the package and I am receiving this error
[325/1322] Building CXX object externals/dynarmic/src/dynarmic/CMakeFiles/dynarmic.dir/frontend/A64/translate/a64_translate.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build().
Pinned Comments
heavysink commented on 2022-07-29 03:48 (UTC) (edited on 2022-07-29 03:49 (UTC) by heavysink)
Currently there is a code bug upstream that prevents compiling in Linux since 2859 with no ETA for fixing. It is not fixed by now. Please do not flag it out of date. Once the code bug is fixed the lilac build bot will automatically compile it and push it in AUR.