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

推荐订阅源

Martin Fowler
Martin Fowler
D
DataBreaches.Net
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
M
MIT News - Artificial intelligence
美团技术团队
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
有赞技术团队
有赞技术团队
L
LangChain Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
S
SegmentFault 最新的问题
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
B
Blog
I
InfoQ

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) - gaiasky
2026-06-02 · via AUR Newest Packages

langurmonkey commented on 2026-02-05 07:42 (UTC)

@cyanescens One more thing. Some Java packages in the AUR for old java version are incorrectly packaged with "provides=('java-runtime')". They should specify the version ("provides=('java-runtime=11')). If you have one of those installed, then I suggest you switch to one of the official provided JRE or JDK (jre-openjdk/jdk-openjdk).

langurmonkey commented on 2026-02-05 07:25 (UTC)

@cyanescens You must be using Java 14 or older, as the ZGC has been in production since version 15. I have updated the dependencies to requrie 'java-runtime>=25', which is needed for this and also the compact object headers, which improve memory usage a ton.

cyanescens commented on 2026-02-04 15:42 (UTC)

I get this error at launch, reinstalling does not help:

Error: VM option 'UseZGC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: The unlock option must precede 'UseZGC'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

langurmonkey commented on 2024-05-05 08:07 (UTC)

@Deuchnord indeed, the server is down ATM. The sysadmin was already notified and is working on getting it up again, but I don't know how long it will take.

Deuchnord commented on 2024-05-05 07:57 (UTC)

langurmonkey commented on 2023-07-14 06:21 (UTC)

@Mr.Smith1974 I updated the dependency. Will add the new gaiasky-git package to the list of packages in the Gaia Sky website. Thanks!

<deleted-account> commented on 2023-07-13 18:56 (UTC)

<deleted-account> commented on 2023-07-13 16:43 (UTC)

Please change dependencies from jre-openjdk to java-runtime

<deleted-account> commented on 2023-07-05 14:25 (UTC)

langurmonkey commented on 2023-06-10 15:15 (UTC)

@Mr.Smith1974 it indeed uses a pre-compiled package, but this is a Java application, so it is not really binary but intermediate java bytecode. If someone creates a build-from-source package for gaiasky, then I am ok with just dropping this verrsion in favour of the new one.