OSC option to build with KOTD
I used to use 'osc build Kernel_HEAD_standard' to build using the Kernel Of The Day. That no longer works. What command should I now use? I want to build VirtualBox using the 5.18 kernel to trace a subtle bug when using VB on a 5.18 host. Larry
Hi Larry, On 05.04.22 21:16, Larry Finger wrote:
I used to use 'osc build Kernel_HEAD_standard' to build using the Kernel Of The Day. That no longer works. What command should I now use? I want to build VirtualBox using the 5.18 kernel to trace a subtle bug when using VB on a 5.18 host.
How is the project configured in which you want to build this VirtualBox version? You can look at my testing project where I build KMPs against Kernel:HEAD in the "openSUSE_Factory" repo, but against the distribution default kernel in all others. try "osc meta prj home:seife:testing" to see how this is configured. best regards, -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
On Tuesday 2022-04-05 21:16, Larry Finger wrote:
I used to use 'osc build Kernel_HEAD_standard' to build using the Kernel Of The Day. That no longer works. What command should I now use? I want to build VirtualBox using the 5.18 kernel to trace a subtle bug when using VB on a 5.18 host.
osc build --alternative-project Kernel:HEAD standard x86_64 virtualbox.spec
On 4/5/22 16:30, Jan Engelhardt wrote:
On Tuesday 2022-04-05 21:16, Larry Finger wrote:
I used to use 'osc build Kernel_HEAD_standard' to build using the Kernel Of The Day. That no longer works. What command should I now use? I want to build VirtualBox using the 5.18 kernel to trace a subtle bug when using VB on a 5.18 host.
osc build --alternative-project Kernel:HEAD standard x86_64 virtualbox.spec
Thanks. I can get to the alternative project now. One problem is that I get unresolvable: missing pre/vminstalls: libgcc_s1 I have not solved this yet. Larry
On 06.04.22 00:07, Larry Finger wrote:
On 4/5/22 16:30, Jan Engelhardt wrote:
osc build --alternative-project Kernel:HEAD standard x86_64 virtualbox.spec
Thanks. I can get to the alternative project now. One problem is that I get
unresolvable: missing pre/vminstalls: libgcc_s1
Kernel:HEAD builds against Factory/standard (not Factory/snapshot aka Tumbleweed) and Factory is broken right now AFAICT. You probably just need to wait until tomorrow when someone will fix the prjconf of openSUSE:Factory ;-) -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
On 4/5/22 17:11, Stefan Seyfried wrote:
Kernel:HEAD builds against Factory/standard (not Factory/snapshot aka Tumbleweed) and Factory is broken right now AFAICT.
You probably just need to wait until tomorrow when someone will fix the prjconf of openSUSE:Factory ;-)
It is OK today. Larry
participants (3)
-
Jan Engelhardt
-
Larry Finger
-
Stefan Seyfried