[opensuse-kernel] KMPs fail to build
Hi there, since a few days, I see the following in my buildlog: error: File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_64/lib/modules/%2-default RPM build errors: line 64: Possible unexpanded macro in: Version: 6.30.223.271_k%2 line 64: Possible unexpanded macro in: Provides: broadcom-wl-kmp = 6.30.223.271_k%2 File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_64/lib/modules/%2-default As you can see, the kernel version doesn't get expanded properly. This is from building my own KMP for the home:manfred-h/broadcom-wl wireless driver, but it appears that all KMPs currently fail with a very similar message; all but one packages from Kernel:stable:KMP show the same behaviour. Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2 TIA, cheers. l8er manfred
On 12/6/18 12:53 PM, Manfred Hollstein wrote:
Hi there,
since a few days, I see the following in my buildlog:
error: File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_64/lib/modules/%2-default
RPM build errors: line 64: Possible unexpanded macro in: Version: 6.30.223.271_k%2 line 64: Possible unexpanded macro in: Provides: broadcom-wl-kmp = 6.30.223.271_k%2 File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_64/lib/modules/%2-default
As you can see, the kernel version doesn't get expanded properly. This is from building my own KMP for the home:manfred-h/broadcom-wl wireless driver, but it appears that all KMPs currently fail with a very similar message; all but one packages from Kernel:stable:KMP show the same behaviour.
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox. Larry -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Donnerstag, 6. Dezember 2018 14:16:30 Larry Finger wrote:
On 12/6/18 12:53 PM, Manfred Hollstein wrote:
Hi there,
since a few days, I see the following in my buildlog: error: File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_64/ lib/modules/%2-default> RPM build errors: line 64: Possible unexpanded macro in: Version: 6.30.223.271_k%2 line 64: Possible unexpanded macro in: Provides: broadcom-wl-kmp = 6.30.223.271_k%2 File not found: /home/abuild/rpmbuild/BUILDROOT/broadcom-wl-6.30.223.271-12.16.x86_ 64/lib/modules/%2-default> As you can see, the kernel version doesn't get expanded properly. This is from building my own KMP for the home:manfred-h/broadcom-wl wireless driver, but it appears that all KMPs currently fail with a very similar message; all but one packages from Kernel:stable:KMP show the same behaviour.
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox.
Same here, and it looks to be related to the big update from Jiri a day ago, CCed, (rev 968 of Kernel:stable:kernel.source). Pete -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 06. 12. 18, 21:16, Larry Finger wrote:
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox.
Correct, a retpoline patch fiddled with Makefile and caused this havoc. A fix is on its way. thanks, -- js suse labs -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Hi Jiri, On Fri, 07 Dec 2018, 13:58:14 +0100, Jiri Slaby wrote:
On 06. 12. 18, 21:16, Larry Finger wrote:
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox.
Correct, a retpoline patch fiddled with Makefile and caused this havoc.
A fix is on its way.
yeah, it works (for me). Thanks a lot! -4.19.7 can be built again ;)
thanks, -- js suse labs
Cheers. l8er manfred
On Freitag, 7. Dezember 2018 15:11:50 Manfred Hollstein wrote:
Hi Jiri,
On Fri, 07 Dec 2018, 13:58:14 +0100, Jiri Slaby wrote:
On 06. 12. 18, 21:16, Larry Finger wrote:
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox.
Correct, a retpoline patch fiddled with Makefile and caused this havoc.
A fix is on its way.
yeah, it works (for me). Thanks a lot! -4.19.7 can be built again ;)
Given, you base your kernel builds on Kernel:stable, you get more bang for your bucks. Thanks Jiri, it includes the famous ext4 corruption bug fix, that turned out to be an block layer multi queue issue, that could hit *any* filesystem out there, and depend merely on system load and the multi queue block driver. Cheers, Pete -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Fri, 07 Dec 2018, 16:09:30 +0100, Hans-Peter Jansen wrote:
On Freitag, 7. Dezember 2018 15:11:50 Manfred Hollstein wrote:
Hi Jiri,
On Fri, 07 Dec 2018, 13:58:14 +0100, Jiri Slaby wrote:
On 06. 12. 18, 21:16, Larry Finger wrote:
Has anything changed in the KMP environment in OBS? FWIW, the same package used to build up until kernel version 4.19.6-2
TIA, cheers.
I am seeing the same kind of new errors with VirtualBox.
Correct, a retpoline patch fiddled with Makefile and caused this havoc.
A fix is on its way.
yeah, it works (for me). Thanks a lot! -4.19.7 can be built again ;)
Given, you base your kernel builds on Kernel:stable, you get more bang for your bucks.
Thanks Jiri, it includes the famous ext4 corruption bug fix, that turned out to be an block layer multi queue issue, that could hit *any* filesystem out there, and depend merely on system load and the multi queue block driver.
Absolutely! FWIW, the same patch is probably also needed on Kernel:HEAD, where KMPs are currently failing to build in a similar way.
Cheers, Pete
Cheers. l8er manfred
participants (4)
-
Hans-Peter Jansen
-
Jiri Slaby
-
Larry Finger
-
Manfred Hollstein