Package Details: ymir-emu 0.3.3-1

Git Clone URL: https://aur.archlinux.org/ymir-emu.git (read-only, click to copy)
Package Base: ymir-emu
Description: Sega Saturn Emulator
Upstream URL: https://github.com/StrikerX3/Ymir
Keywords: emu emulator saturn sega ymir
Licenses: GPL3
Conflicts: ymir-emu
Provides: ymir-emu
Submitter: aquova
Maintainer: aquova
Last Packager: aquova
Votes: 4
Popularity: 0.46
First Submitted: 2025-05-03 17:35 (UTC)
Last Updated: 2026-06-22 12:38 (UTC)

Required by (0)

Sources (2)

Latest Comments

Neros commented on 2025-11-01 14:27 (UTC) (edited on 2025-11-01 18:56 (UTC) by Neros)

I can't build it:

==> Starting build()...
-- Bootstrapping vcpkg before install
-- Bootstrapping vcpkg before install - failed
CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:943 (message):
  vcpkg install failed.  See logs for more information:
  /home/neros/.cache/yay/ymir-emu/src/ymir/build/vcpkg-bootstrap.log
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:152 (include)
  CMakeLists.txt:2 (project)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ymir-emu-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ymir-emu - exit status 4

Edit: fixed, thanks!

floreal commented on 2025-05-19 14:50 (UTC)

@aquova I make u pull request that have been merged to the main project, good news :3

aquova commented on 2025-05-12 20:40 (UTC)

@floreal I would appreciate that. I struggled to find an "efficient" way to bring in the submodules, and didn't realize this method had that limitation. I'm curious of the ideal method, I'm not quite certain how to fix it myself.

floreal commented on 2025-05-12 20:27 (UTC) (edited on 2025-05-12 20:28 (UTC) by floreal)

It seems that project won't build if you don't have private ssh key matching a public key in your github account because git submodules require a ssh connection instead of HTTPS.

I'll propose a PR to fix that if there is none yet.