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

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
D
Docker
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
博客园_首页
量子位
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
D
DataBreaches.Net
I
InfoQ
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
H
Help Net Security
V
V2EX

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) - millennium
2026-05-31 · via AUR Newest Packages

Pinned Comments

shdwmtr commented on 2026-03-17 02:53 (UTC)

NOTE (Mar 16 2026): As of millennium 3.0.0_beta.1 python plugins are not supported. At the time of writing this, Extendium is the only plugin that has not been ported to Lua. However, you can find dev builds on their repository that are compatible with Lua.

shdwmtr commented on 2026-03-16 22:06 (UTC) (edited on 2026-03-16 22:07 (UTC) by shdwmtr)

WasabiIceCream commented on 2025-11-25 16:52 (UTC)

If you're upgrading from previous version, you need to manually remove millennium and its python-i686-bin dependency. Then, you can install the latest version including the new lib32-python311-bin dependency.

gwuensch commented on 2026-06-08 15:16 (UTC)

May I ask you again to remove the debug option? There's no reason for this package to override the user preference.

bitstorm5 commented on 2026-06-01 14:01 (UTC)

-- The C compiler identification is GNU 16.1.1 -- The CXX compiler identification is GNU 16.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done

-- [MLNM] Configuring dependencies... -- [MLNM] Version: v3.1.0 -- [MLNM] Commit OID: 76f9012b6ac14c454cfe3d4ad726ebddccff16e7 -- Configuring done (6.3s) -- Generating done (0.2s) -- Build files have been written to: /tmp/localadmin-cache/yay/millennium/src/Millennium/build [0/2] Re-checking globbed directories... [531/577] Building CXX object src/CMakeFiles/Millennium.dir/bindings/theme_cfg.cc.o

Caution: The application „/usr/bin/bash“ has crashed.

gwuensch commented on 2026-04-20 23:00 (UTC)

Just using options=(debug) without declaring millennium-debug in pkgname means the debug package gets built but never installed - it just sits in your AUR helpers clone directory and gets cleaned up.

Then this is a configuration issue with your AUR helper. makepkg and any sensible AUR helper (like aurutils) respects the debug option. Brute-forcing debug package creation is not the right way.

We need it as a proper split package, this seems to be the standard approach.

There are very few constellations where this could be necessary, and it's definitely not the standard approach or needed here.

gwuensch commented on 2026-04-20 22:48 (UTC) (edited on 2026-04-20 23:13 (UTC) by gwuensch)

Could you please remove the debug option? This overrides the global option from /etc/makepkg.conf. Users who disable debug package creation are doing this deliberately and I see no reason to ignore this preference.

shdwmtr commented on 2026-03-25 21:48 (UTC)

@Coelacanthus tried it again, doesn't work the way we need it. The debug symbols need to actually be installed to /usr/lib/debug/ so coredumpctl gdb can pick them up for proper back-traces when millennium or plugins crash. Just using options=(debug) without declaring millennium-debug in pkgname means the debug package gets built but never installed - it just sits in your AUR helpers clone directory and gets cleaned up. We need it as a proper split package, this seems to be the standard approach. I'm open to suggestions though, I definitely don't know everything about there is to know about the AUR.

If you want to continue the conversation, create an issue on the GitHub. Cheers.

Korialo commented on 2026-03-25 20:43 (UTC)

@shdwmtr git is a make dependency which missing, this missing dependency fails the chroot builds:

[2026-03-25T20:33:06.506Z] ==> Making package: millennium 3.0.0_beta.16-1 (Thu Mar 26 00:33:06 2026)
[2026-03-25T20:33:06.515Z] ==> Retrieving sources...
[2026-03-25T20:33:06.519Z]   -> Cloning Millennium git repo...
[2026-03-25T20:33:06.529Z] Cloning into bare repository '/tmp/tmpozynarsj/Millennium'...
[2026-03-25T20:33:12.090Z] ==> Validating source files with sha256sums...
[2026-03-25T20:33:12.147Z]     Millennium ... Skipped
[2026-03-25T20:33:16.076Z] ==> ERROR: Cannot find the git package needed to handle git sources.

Coelacanthus commented on 2026-03-25 20:20 (UTC)

  1. Need to add git to makedepends if you use git source.
  2. No need to create -debug subpackage manually, just add options=(debug), and makepkg/devtools will generate -debug package when build automatcally.

Susiee commented on 2026-03-20 11:16 (UTC)

bun install failed cannot install on cachyos