anonfunc
anonfunc closed issue ALHP/ALHP.GO#263 2024-10-24 18:16:37 +02:00
extra-x86-64-v3: stale CDN cache
anonfunc commented on issue ALHP/ALHP.GO#262 2024-10-22 21:14:23 +02:00
extra-x86-64-v3: signature is invalid

I think you hit ALHP/alhp-keyring#4.

anonfunc commented on issue ALHP/alhp-keyring#4 2024-10-19 16:04:52 +02:00
CDN mismatched db signatures

I overhauled the cache purging, lets see how that goes.

anonfunc commented on issue ALHP/ALHP.GO#259 2024-10-18 08:39:47 +02:00
extra-x86-64-v4: signature invalid

We are tracking this in ALHP/alhp-keyring#4. I'll try to get a new cache purge mechanism going this weekend.

anonfunc commented on issue ALHP/ALHP.GO#261 2024-10-07 20:57:08 +02:00
If I want to setup this for Manjaro what are the steps?

You would need to modify ALHP to use Manjaro's "stable" repository. Since ALHP uses the (state repository)[https://gitlab.archlinux.org/archlinux/packaging/state], you would have to find a Manjaro…

anonfunc commented on issue ALHP/alhp-keyring#1 2024-10-07 20:50:31 +02:00
signature from "Archlinux CIE Repos (Build 2020/2021) <cie@harting.dev>" is unknown trust

@mihalycsaba You seem to have a different problem, have a look at ALHP/alhp-keyring#4.

anonfunc reopened issue ALHP/alhp-keyring#4 2024-10-06 23:03:42 +02:00
CDN mismatched db signatures
anonfunc commented on issue ALHP/alhp-keyring#4 2024-10-06 23:03:41 +02:00
CDN mismatched db signatures

Not sure its a good idea to close this, I think we should try to solve this instead of recommending switching mirrors. The CDNs probably have a cache purge problem, I'll try to implement a…

anonfunc commented on issue ALHP/alhp-keyring#4 2024-10-06 22:46:26 +02:00
CDN mismatched db signatures

Not sure how you jumped to the conclusion its expired, because its certainly not:

pacman-key -l cie@harting.dev                                                                         …
anonfunc commented on issue ALHP/ALHP.GO#16 2024-10-03 22:06:25 +02:00
Blacklisted packages

Yes I considered that. Would add a lot of packages of course, but it would present at least some of these windows where one can potentially break something. Need to think about that, because its…

anonfunc commented on issue ALHP/ALHP.GO#259 2024-10-03 16:43:31 +02:00
extra-x86-64-v4: signature invalid

Hm, seems to be a cache purge problem. We had a few reports in the last weeks that signatures didn't match the database (or vice versa). Maybe the purging needs to be more explicit, I think that's…

anonfunc commented on issue ALHP/ALHP.GO#259 2024-10-03 15:46:12 +02:00
extra-x86-64-v4: signature invalid

Is this happening with a specific mirror?

anonfunc commented on issue ALHP/ALHP.GO#257 2024-09-20 20:53:17 +02:00
gettext package: missing files

Did you maybe hit https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/issues/3?

Yes.

Does it work with 0.22.5-2.1?

Well, the files are still not there,…

anonfunc pushed to main at ALHP/alhp-web 2024-09-19 21:33:32 +02:00
4e0aa93edf update deps
anonfunc pushed to main at ALHP/ALHP.GO 2024-09-19 19:16:19 +02:00
15027f99e7 update deps
anonfunc commented on issue ALHP/ALHP.GO#258 2024-09-19 18:43:48 +02:00
update to tinysparql leads to conflicting files and depency issues

and then update with

pacman -Syu --assume-installed tinysparql

That looks cleaner, but I also have no way to test that atm.

wouldn't that leave the…

anonfunc commented on issue ALHP/ALHP.GO#258 2024-09-19 18:41:13 +02:00
update to tinysparql leads to conflicting files and depency issues

To come back to the underlying problem, I'm not sure we can do much here that would not involve PKGBUILD editing.

If this stays an isolated case, then I think pinning this issue should suffice.

anonfunc commented on issue ALHP/ALHP.GO#258 2024-09-19 18:37:30 +02:00
update to tinysparql leads to conflicting files and depency issues

Would it be possible to first remove tracker3 with

pacman -R tracker3 --assume-installed tracker3

and then update with

pacman -Syu --assume-installed tinysparql

That…

anonfunc commented on issue ALHP/ALHP.GO#258 2024-09-19 18:10:26 +02:00
update to tinysparql leads to conflicting files and depency issues

Is this solved by adding --assume-installed tinysparql and/or --assume-installed tracker3?