You are not logged in.
Pages: 1
The latest update wants to replace hiera with puppet, which is fine, except that the update doesn't work. If you have hiera installed, but not puppet, the system update will attempt to install puppet to replace hiera.
This is the issue.
I went ahead and downloaded the puppet source, just to see if a rebuild against the current hiera package would fix it. That's when I noticed an issue within the PKGBUILD. Seems puppet not only replaces hiera, and is in conflict with hiera, but it also *depends* on hiera - you absolutely can't have it set up this way. I should hope that my description is all the explanation needed for anyone who knows how PKGBUILDs work. The three conditions of replace, conflict and depends are not compatible when set to the same package name.
Maybe that hiera entry in 'depends' needs to move to make-depends...
Offline
Please file a bug report against the puppet package, the maintainer is unlikely to see this.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Can do.
I have confirmed, btw, that moving hiera from depends to make-depends in the puppet PKGBUILD and .SRCINFO does in fact resolve this issue.
Offline
Well, apparently I cannot file a bug report since bugs.archlinux.org no longer accepts my login, nor will it process a forgotten password (which should not be forgotten since logins and passwords are conveniently squirreled away and reused). Not sure what y'all did to shut that down, but you're not even allowing new accounts - not that I should need one.
Offline
OK, well, I leave this resolution here in the forum for all users to find since so many will find their updates are broken. There is, apparently, no way to contact the maintainer, since access to gitlab.archlinux.org appears to be fubar. Hope everyone who needs this fix finds this.
For those who don't want to bother with the build, here's the working rebuild: https://sourceforge.net/projects/bluest … kg.tar.zst
Offline
Offline
Pages: 1