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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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) - 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) - budget-tracker
AUR (en) - umoria
2026-06-28 · via AUR Newest Packages

Rojikku commented on 2026-06-28 03:12 (UTC)

@beej Released your fix. Hopefully correctly. It built and ran for me, at least. Added Co-Maintainer in case you have further updates.

beej commented on 2026-06-22 19:04 (UTC) (edited on 2026-06-22 19:07 (UTC) by beej)

Rojikku commented on 2021-06-21 19:52 (UTC)

@aaronp I will do that. I'll just add it to my patch file rather than relying on sed, though.
I don't know if, from a technological standpoint, this is better or worse than relying on gcc-10. I don't play enough to go into the details of if that warning will result in any serious issues. But a basic test didn't seem to produce any issues. Worst case scenario, people can use my previous version.

aaronp commented on 2021-06-21 06:24 (UTC) (edited on 2021-06-21 06:26 (UTC) by aaronp)

Until that's fixed you can just remove -Werror instead of depending on gcc-10.

prepare() {
  cd "$srcdir/${pkgname}-$pkgver"
  sed -i 's/set(cxx_warnings "${cxx_warnings} -Werror")//g' CMakeLists.txt
}

EDIT: Ah, I didn't realize the patch also included the paths.

Rojikku commented on 2021-06-20 18:24 (UTC) (edited on 2021-06-20 18:33 (UTC) by Rojikku)

@lea2501 Apologies for delay. 5.7.15 is now released.
Because arch has moved from gcc 10 to gcc 11 the package was no longer building, so I had to troubleshoot that. Thus introduced new dependency gcc10, and a patch to get cmake to actually use that dependency. Because it refused to just take it from the variables.
Enjoy!

Also I created https://github.com/dungeons-of-moria/umoria/issues/44 to represent the issue, though I have no suggestions on fixing it, it might save someone troubleshooting it in the future a few minutes of confusion.

lea2501 commented on 2021-02-11 23:58 (UTC)

Can confirm that it works perfectly and updated the 5.5 version savegame without any issues. Awesome work!

Rojikku commented on 2021-02-11 22:07 (UTC) (edited on 2021-02-12 01:24 (UTC) by Rojikku)

lea2501: Thanks for the new homepage link.

While it's debatably less secure, I just made the scores file world writable. Comment is available in the PKGBUILD if you wish to opt to a more secure option.

Updated to 5.7.13, hopefully you all enjoy.

dleslie commented on 2020-09-08 16:38 (UTC)

This builds and runs fine on aarch64, but I did have to make the scores files writable.

lea2501 commented on 2020-06-18 09:00 (UTC) (edited on 2020-06-18 09:03 (UTC) by lea2501)

lea2501 commented on 2020-01-18 11:32 (UTC)