Ticket #18238 (closed defect: fixed)
vboxsf module (6.0.0) does not compile for kernel 3.10 -> fixed after (not in) 5.2.22/6.0.0 or in test builds
Reported by: | the_source_him | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 6.0.0 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Can not compile vboxsf module during guest additions installation in Oracle Linux 7.2 guest (kernel 3.10.0-327.el7.x86_64) due to missing include in vboxsf/vfsmod.c (results in implicit declarations of functions seq_puts, seq_printf, seq_escape). To fix this I manually added #include <linux/seq_file.h> directive into file, after that module compiled successfully
Change History
comment:6 Changed 4 years ago by toracat
With VBoxGuestAdditions_6.0.1-128006, vboxsf builds fine on RHEL-6.
comment:7 Changed 4 years ago by michael
- Summary changed from vboxsf module (6.0.0) does not compile for kernel 3.10 to vboxsf module (6.0.0) does not compile for kernel 3.10 -> fixed after (not in) 5.2.22/6.0.0 or in test builds
Note: See
TracTickets for help on using
tickets.
subscribed.