So what do we do about these builds failing? #181
Replies: 12 comments 1 reply
-
We need to either wait for it to be fixed or someone needs to PR a fix into the akmods repo. |
Beta Was this translation helpful? Give feedback.
-
The first step would be to reproduce the build failure on Fedora Workstation - if that's possible then the issue belongs upstream |
Beta Was this translation helpful? Give feedback.
-
Do you mean the uBlue akmods repo? Because my fork doesn't use that at all, and it still started failing at the same time. |
Beta Was this translation helpful? Give feedback.
-
Yeah there's a bunch of failures across the board with F38 in akmods, main, and nvidia. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to disable "v4l2loopback" in ublue-os/akmods repository temporarily to fix the build? |
Beta Was this translation helpful? Give feedback.
-
I'm not familiar with how this repo works but if someone has a fix to disable it to unjam the rest I'll review it! |
Beta Was this translation helpful? Give feedback.
-
I'll repeat myself: my fork of this repo started failing at the same time as this repo did, and mine doesn't use the akmods repo at all. So that can't be the source of the problem. (Maybe that wasn't completely clear the first time 🥴) |
Beta Was this translation helpful? Give feedback.
-
Sorry I should have finished my thought (was on mobile), there are multiple
rpmfusion related failures right now which are causing all the builds to
fail so each of them will need investigation.
…On Mon, Jun 12, 2023 at 11:26 AM Adam Beer ***@***.***> wrote:
I'll repeat myself: my fork of this repo started failing at the same time
as this repo did, and mine doesn't use the akmods repo at all. So that
can't be the source of the problem.
—
Reply to this email directly, view it on GitHub
<https://github.com/ublue-os/base/issues/180>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJUT3P7SJD4KVL24SF25QTXK4YKTANCNFSM6AAAAAAZCQRUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yup. I spent a lot of time looking into the cause. Just waiting on rpmfusion related things to get worked out |
Beta Was this translation helpful? Give feedback.
-
In awebeer256/ublue-nvidia build logs:
In blue-os/akmods build logs:
|
Beta Was this translation helpful? Give feedback.
-
@antuan1996 What's your point? That's been happening all along, in both successful and failed builds. |
Beta Was this translation helpful? Give feedback.
-
(Moving this to discussions since it's org-wide) Ok so @bigpod98 was able to find the issue with akmods not building, so he's fixed that (Thanks!) The 2nd cause (still ongoing) is that quay.io/fedora-silverblue-desktops isn't consistent!
returns this kernel version:
returns: So the images that are on the older kernels fail since akmods needs the exact kernel versions to match. So hoping they'll get synced up in the next cron run, I've taken an item to report this. |
Beta Was this translation helpful? Give feedback.
-
I've been following uBlue for about two weeks. Do we just wait for Nvidia and/or Fedora to fix it?
(For the lazy, the Fedora 38 builds are failing on line 40 of
build.sh
:akmods --force --kernels "${KERNEL_VERSION}" --kmod "${NVIDIA_PACKAGE_NAME}"
. Partial output:)
Beta Was this translation helpful? Give feedback.
All reactions