惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
博客园_首页
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
B
Blog RSS Feed
D
Docker
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
V
V2EX
量子位
雷峰网
雷峰网
月光博客
月光博客
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - ymir-emu
2026-06-22 · via AUR Newest Packages

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.