On 10/01/2019 05:12 PM, David C. Rankin wrote: >> All we should care about is the guest additions ISO that is being >> mounted into the guest and for which you then run the installation >> script that comes with the guest additions. This should have output and >> a log file in /var/log as I've shown in the bug for my testing. >> > Now we are getting somewhere. The last log I have is: > > -rw-r--r-- 1 david david 152 May 29 03:21 tmp/vboxadd-setup.log
Uugh.. I am an idiot... I had vboxadd.service temporarily disable in this one
guest. I have re-enabled it and generated the log. The error is:
/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.c: In function ‘VBoxGuest_RTMpOnAll’:
/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.c:287:18: error: void value not ignored
as it ought to be
287 | int rc = smp_call_function(rtmpLinuxAllWrapper, &Args, 0 /*
wait */);
| ^~~~~~~~~~~~~~~~~
/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.c: In function ‘VBoxGuest_RTMpOnOthers’:
/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.c:341:8: error: void value not ignored
as it ought to be
341 | rc = smp_call_function(rtmpLinuxWrapper, &Args, 1 /* wait */);
| ^
make[2]: *** [scripts/Makefile.build:281:
/tmp/vbox.0/r0drv/linux/mp-r0drv-linux.o] Error 1
make[2]: *** Waiting for unfinished jobs....
./tools/objtool/objtool orc generate --module --no-fp --retpoline
--uaccess /tmp/vbox.0/r0drv/linux/mpnotification-r0drv-linux.o
make[1]: *** [Makefile:1624: _module_/tmp/vbox.0] Error 2
make: *** [/tmp/vbox.0/Makefile.include.footer:101: vboxguest] Error 2
The full log is attached (xz compressed to save bandwidth).
--
David C. Rankin, J.D.,P.E.
vboxadd-setup.log.xz
Description: application/xz
_______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:[email protected]?subject=unsubscribe
