On Wed, 13 Apr 2022 13:25:44 -0500 Justin Forbes <[email protected]> wrote: > There is no change in the build process, this is just a thing that > pops up from time to time during the merge window, not incredibly > often. Basically the problem is a merge comes in for kernel tools > which both adds something to a uapi header, and adds code in > kernel-tools which uses that new thing. Because tools are using the > userspace headers installed on the system, you are trying to build the > 5.18 kernel tools using 5.17 kernel headers. In this case, it was > upstream commit a1a5cfe70cd29 but this is not the first time it has > happened. When building kernel-headers as a separate package, it > becomes easy to build the new headers, which can then be installed to > build kernel-tools. If you are building everything all together, you > need to edit the spec to skip that failing tool, or turn off > kernel-tools all together. Then you will get a kernel-headers package > that you can install and build.
That makes sense, thanks. _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
