Changes between Initial Version and Version 1 of Ticket #16576
- Timestamp:
- Mar 20, 2017 9:46:07 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16576 – Description
initial v1 1 1 Attempting to update virtualbox guest additions for Linux guests running the Linux 4.10 kernel results in a Failure To Build From Source in memobj-r0drv-linux.c. The specific build error is: 2 2 {{{ 3 3 /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:1067:18: error: too few arguments to function ‘get_user_pages_remote’ 4 4 rc = get_user_pages_remote( … … 15 15 make[1]: *** [Makefile:1490: _module_/tmp/vbox.0] Error 2 16 16 make: *** [/tmp/vbox.0/Makefile.include.footer:84: vboxguest] Error 2 17 17 }}} 18 18 Build fails for both 5.1.18 and 5.1.16. 19

