Dan Cermak changed bug 1155769
What Removed Added
CC   adrian@suse.com
Flags   needinfo?(adrian@suse.com)

Comment # 2 on bug 1155769 from
(In reply to Larry Finger from comment #1)
> What must VB do that is does not do now?

I honestly don't know how you can fix it, but your package requires kernel
symbols that are not provided by the kernel.

For example obs reports:
nothing provides ksym(default:current_task) = 7d2b060c needed by
virtualbox-kmp-default

and if you `dnf repoquery` the 15.2 repositories, then you find that
kernel-base and kernel-base default provide this symbol, but at different
versions:

$ ./rpmdistro-repoquery leap.conf 15.2 --provides 'kernel-default'|grep
current_task
opensuse-leap-oss                                57 kB/s |  14 kB     00:00
opensuse-leap-oss                               2.9 MB/s |  38 MB     00:13
updates-oss                                      69 kB/s |  13 kB     00:00
updates-oss                                      20 kB/s | 5.8 kB     00:00
ksym(default:current_task) = aa9229ac
ksym(default:kdb_current_task) = 794403f3
$ ./rpmdistro-repoquery leap.conf 15.2 --provides 'kernel-default-base'|grep
current_task
opensuse-leap-oss                                86 kB/s |  14 kB     00:00
opensuse-leap-oss                               2.7 MB/s |  38 MB     00:13
updates-oss                                      45 kB/s |  13 kB     00:00
updates-oss                                      12 kB/s | 5.8 kB     00:00
ksym(default:current_task) = aa9229ac
ksym(default:kdb_current_task) = 794403f3


I guess that something might be broken on OBS though, because
virtualbox-kmp-default from the Leap 15.2 repositories requires the correct
version:
$ ./rpmdistro-repoquery leap.conf 15.2 --requires 'virtualbox-kmp-default'|grep
current_task
opensuse-leap-oss                                64 kB/s |  14 kB     00:00
opensuse-leap-oss                               1.5 MB/s |  38 MB     00:25
updates-oss                                      67 kB/s |  13 kB     00:00
updates-oss                                      16 kB/s | 5.8 kB     00:00
ksym(default:current_task) = aa9229ac


Larry, could you force a rebuild of Virtualbox?


You are receiving this mail because: