On Sun, 29 Jul 2018 10:12:04 -0700 stan stanl-fedorauser@vfemail.net wrote:
Hi,
I build the kernel every few weeks from the koji rawhide src.rpm for the latest kernel version. This has been working fine for the 4.18 kernels until the latest version. Since I'm only building locally for x86_64, I change the nobuildarches to
%define nobuildarches i386 ppc64 s390x %{arm} %{power64} aarch64 ppc64le
That has worked previously, but no longer seems to be effective. I can't see any reason it shouldn't work. There's been the major change of no longer creating header files in the kernel package, but that doesn't seem to impact this. Anyway, I see
[snip]
In case it has any bearing, I built, and installed, the kernel-headers package successfully by pruning the arches to x86 only, and renaming the tar.xz source to have the same name as the kernel I built. I did it after rebooting into the new kernel, in case there were any dependences for the headers. I'm not sure if that matters or not, but it worked this way.