[Resolved] kernel 4.15.0-rc7 vbox 5.2.4/5 fail to install

Discussions related to using VirtualBox on Linux hosts.
Post Reply
burdi01
Posts: 28
Joined: 17. Jun 2016, 18:17
Primary OS: Linux other
VBox Version: OSE other
Guest OSses: Linux
Location: The Netherlands

[Resolved] kernel 4.15.0-rc7 vbox 5.2.4/5 fail to install

Post by burdi01 »

Slackware Current64 - kernel 4.15.0-rc7 - VBox 5.2.4-119785 and 5.2.5-120042 fail to install:

Code: Select all

/tmp/vbox.0/r0drv/linux/timer-r0drv-linux.c: In function 'VBoxHost_RTTimerCreateEx':
/tmp/vbox.0/r0drv/linux/timer-r0drv-linux.c:1588:13: error: implicit declaration of function 'init_timer_pinned'; did you mean 'init_timer_key'? [-Werror=implicit-function-declaration]
             init_timer_pinned(&pTimer->aSubTimers[iCpu].u.Std.LnxTimer);
             ^~~~~~~~~~~~~~~~~
             init_timer_key
/tmp/vbox.0/r0drv/linux/timer-r0drv-linux.c:1592:52: error: 'struct timer_list' has no member named 'data'
             pTimer->aSubTimers[iCpu].u.Std.LnxTimer.data        = (unsigned long)&pTimer->aSubTimers[iCpu];
                                                    ^
/tmp/vbox.0/r0drv/linux/timer-r0drv-linux.c:1593:65: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
             pTimer->aSubTimers[iCpu].u.Std.LnxTimer.function    = rtTimerLinuxStdCallback;  
Attachments
vbox-5.2.4-119785-install.log
(100.76 KiB) Downloaded 12 times
vbox-5.2.5-120042-install.log
(101.42 KiB) Downloaded 10 times
Last edited by burdi01 on 11. Jan 2018, 16:07, edited 1 time in total.
burdi01
Posts: 28
Joined: 17. Jun 2016, 18:17
Primary OS: Linux other
VBox Version: OSE other
Guest OSses: Linux
Location: The Netherlands

Re: kernel 4.15.0-rc7 vbox 5.2.4/5 fail to install

Post by burdi01 »

Resolved with 5.2.5-120181.
:mrgreen:
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [Resolved] kernel 4.15.0-rc7 vbox 5.2.4/5 fail to install

Post by socratis »

Great, thanks for the feedback. And thank you for marking it as [Resolved]... ;)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply