anonfunc
anonfunc pushed to main at ALHP/ALHP.GO 2026-04-26 13:03:06 +02:00
fd9f1d339f hold doneQLock when reading doneQ for unknown-mode heuristic
cb9a0e340d stop unknown-mode busy-loop when nothing schedulable
dab84068f3 make queueSignal send non-blocking to prevent goroutine leak
Compare 3 commits »
anonfunc commented on issue ALHP/ALHP.GO#290 2026-04-26 12:55:28 +02:00
PGP key expiration

You should not have any problems with the database signatures or trust, since master key and buildbot key should be valid and do not expire anytime soon, you can check that yourself:

pacman-k…
anonfunc commented on issue ALHP/alhp-keyring#6 2026-04-25 23:02:16 +02:00
Signature expired

Rebuild is on the way.

anonfunc pushed to main at ALHP/ALHP.GO 2026-04-25 22:23:28 +02:00
b06385069b drop KEYEXPIRED check to avoid overmatch on unrelated expired keys
anonfunc pushed to main at ALHP/ALHP.GO 2026-04-25 22:17:07 +02:00
0820f84ce8 treat expired-key signatures as invalid
anonfunc commented on issue ALHP/alhp-keyring#6 2026-04-25 09:00:10 +02:00
Signature expired

Should be fixed now. The signature check wasn't re-running on already built packages, so they were just sitting there with the old key indefinitely. Built packages now get rechecked every 24h and…

anonfunc pushed to main at ALHP/ALHP.GO 2026-04-25 08:57:23 +02:00
79bd4fbdc5 recheck signatures on already-built packages
anonfunc commented on issue ALHP/alhp-keyring#6 2026-04-25 08:12:55 +02:00
Signature expired

I just checked, I think that may not be triggering for already built packages. I'm currently on the road, probably can fix this later today.

anonfunc commented on issue ALHP/alhp-keyring#6 2026-04-25 07:55:54 +02:00
Signature expired

Hi! This could be some packages signed with the older key. If the expire check works as expected they should get rebuild automatically.

anonfunc closed issue ALHP/ALHP.GO#289 2026-04-19 17:57:30 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime
anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 17:16:17 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

All good, thats sometimes not clear what causes the symbol miss. Nice that we could resolve it :)

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 16:13:14 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

So lets try a LTO build version of the two. I'll remove them from the list again, sec.

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 16:11:18 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

While waiting for the package to propagate to my mirror I looked up a little, it seems like marisa changed their Exception to just alias to std::exception[1] so it doesn't emit any typeinfo.…

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 15:40:32 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

I added librime as well, lets see if that does the trick. Otherwise I need to dive deeper into the issue, might be easier to just exclude it for now.

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 15:24:38 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

Hmm, still the same on .3

Doesn't work or the status page? Might be that the status page is just a visual bug. Let me confirm tho.

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 15:11:15 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

Yea right, forgot to reload the lto list 🙃 Try .3 as soon as its build.

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 14:57:56 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

Can you try 0.3.1-1.2?

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 14:29:31 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

I requeued the package and force-disabled LTO on it, lets see if this solves it.

anonfunc commented on issue ALHP/ALHP.GO#289 2026-04-19 14:24:41 +02:00
marisa 0.3.1-1.1: missing RTTI symbol breaks librime

That sounds like a LTO issue. Let me have a look.

anonfunc pushed to main at ALHP/alhp-web 2026-04-19 13:31:38 +02:00
f6c35df9f3 fix: adapt frontend to dep updates (Vuetify 4, TS 6, ESLint 10, Vite 8)