Bazzite Build failed
FYI, most recent build of Bazzite failed. Same error I'm getting on my most recent build. Gonna try and troubleshoot for a bit this morning.
49 Replies
@Bazzite Maintainer
Here is what I've gathered so far:
1. bmi323 isn't showing up in the list of RPMs from akmods.
2. Kernel differences when trying to install any of the kmod RPMs
Got the above error message when just trying to install just openrazer and nothing else.
OK, so I tried building my container without kmods and we get the same error as the original build failure:
Is this from CI or a local image build?
local image build.
been making sure to do
--no-cache
each time to do a brand new container build.Usually this happens when the kmods built for fsync are misaligned with the latest kernel version in the copr. Akmods likely needs a rebuild
As for missing bmi233, I will have to take a closer look here in a bit
Mesa may need an update on our end
akmods was built about an hour ago: https://github.com/ublue-os/akmods/actions/runs/7727228072
i havent done anything with the kmod and akmod stuff so i know literally nothing on that side, but willing to help with what i can while i still have power and/or internet (currently there is a hurricane here that is as strong as the strongest one recorded previously in norway so there is expected to be infrastructure issues, especially for me as im in the red zone)
for sure! I just wanted to get visibility on this. I feel bad for DMing Kyle so early in the morning 😛
it happens and im sure he kinda expect it to happen once in a while.
especially if youre a mod in a discord server
Have to wait for rpmfusion to update
Their mesa freeworld package is behind fedora again
sounds good. Any thoughts on the akmods failures?
That one I'm not sure on, let me peek
just confirmed:
If you're installing bmi233
It's bmi323
sorry, I meant to say 323
when I checked this morning, 323 wasn't showing up in the list of RPMs
confirmed using this container file:
Odd, it's definitely in the last akmod build
just for posterity, I built the container with
--no-cache
2 seconds ago.
unless my grep command is wrong, but I'm pretty sure it's not? 😛
at any rate, I love that we are catching these issues in CI and not on my machine I depend on! 😄
OK, akmods is a non issue.
my most recent build just failed because of mesa.
this is me lacking in knowledge on how to use podman. For my local container I didn't use --pull
Dope
Shows up now!
so now it's just an RPM fusion problem.
OK cool. I learned stuff today!
we love rpmfusion problems /s
Bazzite is now building!
Yeah and all it took was
lol what the fuck is this font?
Zalgo Text Generator - Create Glitchy Text Online
Zalgo Text Generator is a free tool to convert your text into glitch text. However, the Zalgo text is a glitchy form of normal text. You can also UnZalgo the scary or Halloween style text to normal text.
lol you absolute meme lord
I had to do a double take to make sure what we did didn't fuck up my fonts on my image
I was like, is it like this on my phone? XD
I lied: https://github.com/ublue-os/bazzite/actions/runs/7737876562/job/21097628490
nah that's just the cockpit one
and it's building again now
had to wait 30 minutes because of all the github api spam
RIP
I’m sure you all saw, but Bazzite Surface Kernel signing is failing: https://github.com/ublue-os/bazzite/actions/runs/7743218443/job/21114151668
Probably has something to do with the other Surface Linux packages. I won't be able to take this one up until later today unfortunately
Is this new?
i looked at the last successful sign for the surface image and that one has different sed and grep values
seems like the grep and sed changed from
kernel-
to kernel-surface-
Kernel surface devel is getting pulled in somehow
We can't use uname because we get the host kernel so I search for installed kernel packages within the container. Probably a better way to do it
i can probably regex it if you tell me exactly what you want and we can test if that will work with
sed -E
or you can just inverse grep the devel packages first with grep -v
🤔@EyeCantCU would this work for you?
rpm -qa | grep -P "kernel-(\d+\.\d+\.\d+)"
can even do
rpm -qa | grep -P "kernel-(|asus-|surface-)(\d+\.\d+\.\d+)"
and it should work with asus, surface, etc kernels tooWe just need it for Surface. No one else renames their kernel. That would likely work!
also means you dont need that if surface kernel check too 😉
here is the full command you will need @EyeCantCU i do not trust my network today
rpm -qa | grep -P 'kernel-(|surface-)(\d+\.\d+\.\d+)' | sed -E 's/kernel-(|surface-)//'
it will also match kernel version 203.11.444 if it ever came to that 😂
opened a PR to get it added as network has been stable the last few hours.
still no idea how the old code grabbed the devel packageAll right, going to get a fix up for this here in 30. Sorry for the delay guys
no worries! I wonder if main is still broken..
I'll have to look. What happened in main?
issues with mesa due to lack of updates from RPM fusion
https://github.com/ublue-os/main/actions/runs/7743261935
most recent attempt.
Can have a deeper look at that but ultimately we might have to wait it out
Yeah, that is what @1/4 Life was saying unless we get our own repos going. That's still very much in a POC phase.
Bazzite is failing again... our workaround is not working anymore 😦
That's ok, lasted as long as it needed to
Rpmfusion should have their shit together soon
Never takes more than a week
yeah, I just have shit I want to add to my own image.
If you do from bazzite it should still build, no?
Bazzite isn't building either.
https://github.com/ublue-os/bazzite/actions/runs/7761778999
I get something slightly different because I don't include
mesa-vdpau-drivers-freeworld
Still to do with mesa.
There is actually a very recent fedora thread of someone running into this issue: https://discussion.fedoraproject.org/t/error-updating-through-discover-after-adding-media-codec-support-to-kinoite/104100
either way, not the end of the world, it's more just annoying 🙂Right but doing from means it uses the last good build
Which is gonna have rpmfusion mesa in it
As long as you don't also touch it yours should build fine
Makes it exclusively my issue lol
lol that's true.
it's more or less hidden 😛