On 11/21/21 3:05 AM, David C. Rankin wrote: > On 11/18/21 2:23 AM, Vadim Galitsin wrote: >> Hi David, >> >> What is the error message? > > Error during guest addition build is: > > In file included from /tmp/vbox.0/hgsmi_base.c:27: > /tmp/vbox.0/vbox_drv.h:156:11: fatal error: drm/drm_irq.h: No such file or > directory > 156 | # include <drm/drm_irq.h> > | ^~~~~~~~~~~~~~~ > compilation terminated. > make[2]: *** [scripts/Makefile.build:277: /tmp/vbox.0/hgsmi_base.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > In file included from /tmp/vbox.0/vboxvideo_guest.h:34, > from /tmp/vbox.0/modesetting.c:27: > /tmp/vbox.0/vbox_drv.h:156:11: fatal error: drm/drm_irq.h: No such file or > directory > 156 | # include <drm/drm_irq.h> > | ^~~~~~~~~~~~~~~ > compilation terminated. > > >
This appears to have been caused by a problem with the Arch 5.15.2 kernel. After updating the with 5.15.3 kernel, dkms ran and there were no errors and modesetting began working fine. No clue what the actual change was, but may have been an old autotool or autoconf setting that needed tweaking -- beyond me. I'm on the 6.1.29 testbuild, but I suspect I would see the same behavior on the 6.1.28 release. -- David C. Rankin, J.D.,P.E. _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:[email protected]?subject=unsubscribe
