#18249 closed defect (duplicate)
Installation of GuestAddition 6 on RHEL6 fails -> duplicate of #18238
回報者: | Akemi Yagi | 負責人: | |
---|---|---|---|
元件: | guest additions | 版本: | VirtualBox 6.0.0 |
關鍵字: | 副本: | ||
Guest type: | Linux | Host type: | all |
描述
Building the vboxsf kernel module fails on RHEL6 guest.
/vboxsf/vfsmod.c: In function ‘sf_show_options’: /vboxsf/vfsmod.c:509: error: dereferencing pointer to incomplete type /vboxsf/vfsmod.c:515: error: implicit declaration of function ‘seq_printf’ /vboxsf/vfsmod.c:518: error: implicit declaration of function ‘seq_puts’ /vboxsf/vfsmod.c:519: error: implicit declaration of function ‘seq_escape’
This is due to missing header files:
<linux/mount.h> <linux/seq_file.h>
It was reported in the following forum post:
https://forums.virtualbox.org/viewtopic.php?f=3&t=90978
The attached patch fixes the errors.
附加檔案 (1)
更動歷史 (6)
6 年 前 由 編輯
comment:2 6 年 前 由 編輯
I thought I had seen that "seq_file.h
" before, when I first looked at your ticket, I just couldn't remember where! ;)
Good eye!
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Patch to fix vboxsf build errors on RHEL6