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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
量子位
博客园 - 司徒正美
V
V2EX
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
N
Netflix TechBlog - Medium
L
LangChain Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure 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.