VirtualBox

Opened 7 years ago

Closed 7 years ago

#16887 closed defect (fixed)

guest additions do not build with 4.13 kernel

Reported by: Andre Robatino Owned by:
Component: other Version: VirtualBox 5.1.22
Keywords: Cc:
Guest type: Linux Host type: other

Description

Got an error message while attempting to install guest additions in a Fedora Rawhide guest for the 4.13.0-0.rc0.git2.1.fc27.x86_64 kernel. I am using VBoxGuestAdditions_5.1.23-115855.iso for which 4.12 does build.

vboxadd.sh: failed: Look at /var/log/vboxadd-install.log to find out what went wrong.

Attachments (2)

vboxadd-install.log (62.3 KB ) - added by Andre Robatino 7 years ago.
/var/log/vboxadd-install.log
VBox.log (114.9 KB ) - added by Andre Robatino 7 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Andre Robatino, 7 years ago

Confirmed that it also fails with VBoxGuestAdditions_5.1.23-116741.iso (the latest version). Will replace the two attachments just to be safe.

by Andre Robatino, 7 years ago

Attachment: vboxadd-install.log added

/var/log/vboxadd-install.log

by Andre Robatino, 7 years ago

Attachment: VBox.log added

comment:2 by DTI, 7 years ago

Hello,

in kernel 4.13 wait_queue_t is renamed to wait_queue_entry_t

https://www.spinics.net/lists/linux-tip-commits/msg38415.html

You can change it in /opt/VBoxGuestAdditions-5.1.23/src/vboxguest-5.1.23/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h

Best regards Damian

comment:3 by sergiomb, 7 years ago

ack wait_queue_t

VirtualBox-kmod-5.1.22.orig/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h
49:    wait_queue_t    WaitQE;

VirtualBox-kmod-5.1.22.orig/vboxdrv/r0drv/linux/waitqueue-r0drv-linux.h
49:    wait_queue_t    WaitQE;

please , what should be the patch to work with all kernels versions ?

comment:4 by Andre Robatino, 7 years ago

Appears to be fixed in 5.1.24 (tested on the 4.13.0-0.rc0.git6.1.fc27.x86_64 kernel). Thanks!

comment:5 by Frank Mehnert, 7 years ago

Resolution: fixed
Status: newclosed

Thanks for the feedback!

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use