Package Details: eden-git 1:0.2.0.r89.g5219b9f-1

Git Clone URL: https://aur.archlinux.org/eden-git.git (read-only, click to copy)
Package Base: eden-git
Description: Nintendo Switch emulator forked from yuzu.
Upstream URL: https://eden-emulator.github.io/
Keywords: eden emulator nintendo switch yuzu
Licenses: GPL-3.0-or-later
Conflicts: eden, eden-beta, eden-bin, eden-preview-bin
Provides: eden
Submitter: username227
Maintainer: username227 (HurricanePootis)
Last Packager: username227
Votes: 15
Popularity: 1.29
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2026-06-10 20:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

username227 commented on 2025-09-01 15:31 (UTC)

it's not a packaging issue. CPM is trying to download xbyak from a repository that appears to no longer exist.

yobson commented on 2025-09-01 13:49 (UTC)

FAILED: xbyak-populate-prefix/src/xbyak-populate-stamp/xbyak-populate-download /home/brad/.cache/paru/clone/eden-git/src/build/_deps/xbyak-subbuild/xbyak-populate-prefix/src/xbyak-populate-stamp/xbyak-populate-download
cd /home/brad/.cache/paru/clone/eden-git/src/eden/.cache/cpm/xbyak && /usr/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/brad/.cache/paru/clone/eden-git/src/build/_deps/xbyak-subbuild/xbyak-populate-prefix/src/xbyak-populate-stamp/download-xbyak-populate.cmake && /usr/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/brad/.cache/paru/clone/eden-git/src/build/_deps/xbyak-subbuild/xbyak-populate-prefix/src/xbyak-populate-stamp/verify-xbyak-populate.cmake && /usr/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/brad/.cache/paru/clone/eden-git/src/build/_deps/xbyak-subbuild/xbyak-populate-prefix/src/xbyak-populate-stamp/extract-xbyak-populate.cmake && /usr/bin/cmake -E touch /home/brad/.cache/paru/clone/eden-git/src/build/_deps/xbyak-subbuild/xbyak-populate-prefix/src/xbyak-populate-stamp/xbyak-populate-download
ninja: build stopped: subcommand failed.

CMake Error at /usr/share/cmake/Modules/FetchContent.cmake:1918 (message):
  Build step for xbyak failed: 1
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild)
  /usr/share/cmake/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation)
  /usr/share/cmake/Modules/FetchContent.cmake:2145 (cmake_language)
  /usr/share/cmake/Modules/FetchContent.cmake:2384 (__FetchContent_Populate)
  CMakeModules/CPM.cmake:1208 (FetchContent_MakeAvailable)
  CMakeModules/CPM.cmake:989 (cpm_fetch_package)
  CMakeModules/CPMUtil.cmake:426 (CPMAddPackage)
  CMakeModules/CPMUtil.cmake:191 (AddPackage)
  externals/CMakeLists.txt:39 (AddJsonPackage)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

build failing

Dandroboti commented on 2025-08-24 23:39 (UTC)

@crueter - all good, the AUR is working again when CleanBuilding, this issue is resolved.

crueter commented on 2025-08-24 01:52 (UTC)

Yeah, cubeb pulled in by CPM builds fine both on our Arch CI and my Gentoo system, so you should be safe to remove it. It's also statically linked if pulled in by CPM

username227 commented on 2025-08-24 01:36 (UTC)

@crueter - the cubeb issue is indeed resolved. Please confirm that it's not really needed in depends either, and i'll get rid of it completely. thanks.

crueter commented on 2025-08-24 00:11 (UTC)

@Dandroboti @username227 just merged a PR that fixes it (I think), try again

crueter commented on 2025-08-23 02:46 (UTC)

I was never able to reproduce the cubeb issue, but I think it's just more install-by-default crap that projects really need to learn to not do. I'll fix it in a branch and get it into master and later stable.

yobson commented on 2025-08-21 17:32 (UTC)

yep that resolved it, thanks

username227 commented on 2025-08-20 23:39 (UTC)

Paru handles updates differently from other AUR helpers, and it does not handle submodules well. A month ago I would've said that it's doing that because of the submodules, but now that they're all gone, if this is happening it must be this. I'll make the change. thanks for the suggestion.

yobson commented on 2025-08-20 22:50 (UTC)

paru seems to want to update even when it's already on the newest version. i think because you're not stripping the v from the start of the version tag, you're stripping foo- which isn't there. i think u accidentally just cv paste that from the wiki without modifying. it should be git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' (the same but remove v from the start, not foo-)