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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
D
DataBreaches.Net
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
Recent Announcements
Recent Announcements
Jina AI
Jina AI
G
Google Developers Blog
腾讯CDC
博客园_首页
博客园 - 【当耐特】

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.