Opened 6 years ago
Closed 6 years ago
#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: | Max Fedotov | 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 (9)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
comment:4 by , 6 years ago
comment:7 by , 6 years ago
Summary: | vboxsf module (6.0.0) does not compile for kernel 3.10 → 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 |
---|
comment:8 by , 6 years ago
Guest additions 6.0.2 compiled without problems in Oracle Linux 7.2 for 3.10 kernel.
comment:9 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
subscribed.