Build failing after upgrade to f41?
Hi all,
Since upgrading to f41 I get a failure to build at the rpm module. Error logs are usually really informative but infortunately not in this case..
Full log attached, full recipe here: https://github.com/mecattaf/zen/blob/main/recipes/recipe.yml
I know for a fact that it's the
rpm-ostree
module that's not working but no idea why..GitHub
zen/recipes/recipe.yml at main · mecattaf/zen
Fedora Atomic spin for Asus Zenbook Duo. Contribute to mecattaf/zen development by creating an account on GitHub.
5 Replies
You didn't bump Fedora chroot to 41 for catpucin theme copr (you can see that it failed at Downloading step)
you can set the copr repo to build rawhide, so you don't have to manually bump chroot yourself over time
But I agree that error should be more informative in this case
We refactored logs a bit to be much less verbose, per @Luke Skywunker's recommendation
I'll add some minimal useful error log for this scenario
thanks for checking @fiftydinar , I did the rawhide chroot for both COPR repos I own. But the build is still failing at rpm-ostree step. Not sure how you inferred the issue last time but hopefully you can do it this time as well?
Logs attached below
@tom When I look at your latest build, you get this error:
[17:07:18 g.i/m/zen:latest] => #31 27.89 error: Packages not found: catppuccin-theme, polkit-gnome, wl-gammarelay-rs
so COPR repo download passes now
but for some reason, those 3 packages are not foundthanks for that fiftydinar.
for polkit-gnome turns out this package is no longer present in f41 but other users report replacing it with mate-polkit without any issues.
as for catppucin-theme and wl-gammarelay-rs (packages from my own COPRs), I did set the copr repo to rawhide as per your suggestion but then I still see this (attached in screenshot). I have been long overdue to clean up my COPRs into a single repo and set up automations to maintain the packages.
Marking this question as solved since you fixed my problems 🤟
@tom try to trigger rebuild manually in COPR, I think that should solve that issue for you