[opensuse-kernel] Re: Kernel:stable issues with nvidia-gfxG0{3,4} builds for i586

On Dienstag, 17. Juli 2018 20:26:22 Stefan Dirsch wrote:
On Tue, Jul 17, 2018 at 04:11:55PM +0200, Hans-Peter Jansen wrote:
in an attempt to locally build i586 nvidia-gfxG0{3,4} packages with the kernel from Kernel:stable, I harvest strange errors, that seems to stem from issues in the i586 kernel builds. That's not such a big surprise of course, given that those kernels aren't exercised that much nowadays...
Here's what I've analysed so far.
In %build of nvidia-gfxG03, there's this line (in both %build and %install): src=/lib/modules/$(make -siC %{kernel_source $flavor} kernelrelease)/source
running in a loop to fetch the kernel module source path for the current flavor. Unfortunately, the subshell call
make -siC %{kernel_source $flavor} kernelrelease
detects some inconsistencies, and tries to generate a full .config interactively. Needless to say, that $src doesn't point to an existing path thereafter..
The nvidia-gfxG04 build fails in a similar way.
Q: What's wrong with that make call for i586? Obviously, this is working fine for x86_64?
Thanks for the reminder. The build on TW/Factory i586 is still broken due to this issue. Honestly, I don't know how to fix that. :-(
Maybe Michal has an idea ...
Now, that IA32 kernel from Kernel:stable are operational again, it would be nice, if some enlightened person could put some love into our IA32 kernel builds... Cheers, Pete -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
Hans-Peter Jansen