VirtualBox error after update Suse Tumbleweed

Discussions related to using VirtualBox on Linux hosts.
Post Reply
regueifa
Posts: 1
Joined: 5. Apr 2020, 22:52

VirtualBox error after update Suse Tumbleweed

Post by regueifa »

After the latest update of my Suse Tumbleweed to Kernel (5.6.0-1-default) on 04-Apr-2020 the VirtualBox can't anymore recompile kernel with the following error:

Code: Select all

 [...]
 /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c: In function ‘rtR0MemObjNativeMapKernel’:
 /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:1465:32: error: implicit declaration of function ‘ioremap_nocache’; did you mean ‘ioremap_cache’? [-Werror=implicit-function-declaration]
  1465 |                              ? ioremap_nocache(pMemLnxToMap->Core.u.Phys.PhysBase + offSub, cbSub)
       |                                ^~~~~~~~~~~~
       |                                ioremap_cache
 /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:1466:30: warning: pointer/integer type mismatch in conditional expression
  1466 |                              : ioremap(pMemLnxToMap->Core.u.Phys.PhysBase + offSub, cbSub);
       |                              ^
 cc1: some warnings being treated as errors
 make[3]: *** [/usr/src/linux-5.6.0-1/scripts/Makefile.build:269: /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.o] Error 1 
 make[3]: *** Waiting for unfinished jobs....
    ./tools/objtool/objtool orc generate  --module --no-fp --retpoline --uaccess /tmp/vbox.0/r0drv/linux/memuserkernel-r0drv-linux.o
 [...]
Exist anyone with this problem or any issue knowed?

I try with VirtualBox 6.0 and VirtualBox 6.1

Regards,
Post Reply