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

Hi, 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 in advance, 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