linux, linux-zen, linux-rt and other kernels broken #186

Closed
opened 2023-05-11 01:32:08 +02:00 by esteban_x64 · 3 comments

It seems that since april 28 the package linux has been broken when was updated to 6.3.x

image

It seems that since april 28 the package linux has been broken when was updated to 6.3.x ![image](/attachments/bda59b82-5e17-449a-8a05-58c5cba2de10)
139 KiB
Owner

There are different reasons why each failed. linux-rt, linux-rt-lts and linux-hardened failed because of a problem with the peak-memory package queuing logic, which I already resolved, so they should build fine next version.

I'm not sure what happened with linux-zen, have to look into that later.

As for linux: That failed because the patches ALHP uses to introduce an x86-64-vN build target failed to apply, as you can infer from the status page.

I consider switching to using KCFLAGS/KCPPFLAGS for kernel builds anyways, that would enable us to simplify the build logic and make us independent from the patches graysky provides.

There are different reasons why each failed. `linux-rt`, `linux-rt-lts` and `linux-hardened` failed because of a problem with the peak-memory package queuing logic, which I already resolved, so they *should* build fine next version. I'm not sure what happened with `linux-zen`, have to look into that later. As for `linux`: That failed because the patches ALHP uses to introduce an x86-64-vN build target failed to apply, as you can infer from the status page. I consider switching to using `KCFLAGS`/`KCPPFLAGS` for kernel builds anyways, that would enable us to simplify the build logic and make us independent from the [patches graysky provides](https://github.com/graysky2/kernel_compiler_patch).
anonfunc added the
bug
label 2023-05-11 14:15:41 +02:00
Owner

I just switched ALHP to use KCFLAGS/KCPPFLAGS and requeued linux and linux-zen. That should resolve this issue.

I just switched ALHP to use `KCFLAGS`/`KCPPFLAGS` and requeued `linux` and `linux-zen`. That should resolve this issue.
Author

@anonfunc thank you so much for your effort fixing and maintaining this repo!
I already have my kernels updated with v3 :)

@anonfunc thank you so much for your effort fixing and maintaining this repo! I already have my kernels updated with v3 :)
Sign in to join this conversation.
No description provided.