generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
7.2.4
Host OS Type
Windows
Host OS name + version
Windows 10
Host Architecture
x86
Guest OS Type
Linux
Guest Architecture
x86
Guest OS name + version
RHEL 10.1.0
Component
Guest Additions/Installer
What happened?
Installing the Guest Additions results in the following errors in /var/log/vboxadd-setup.log:
/tmp/vbox.0/vbox_drv.c:50:12: fatal error: drm/drm_aperture.h: No such file or directory
50 | # include <drm/drm_aperture.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [scripts/Makefile.build:229: /tmp/vbox.0/vbox_drv.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/vbox.0/vbox_fb.c:419:10: error: ‘struct drm_fb_helper_funcs’ has no member named ‘fb_probe’
419 | .fb_probe = vboxfb_create,
| ^~~~~~~~
/tmp/vbox.0/vbox_fb.c:419:21: error: initialization of ‘int (*)(struct drm_fb_helper *, struct drm_clip_rect *)’ from incompatible pointer type ‘int (*)(struct drm_fb_helper *, struct drm_fb_helper_surface_size *)’ [-Wincompatible-pointer-types]
419 | .fb_probe = vboxfb_create,
| ^~~~~~~~~~~~~
/tmp/vbox.0/vbox_fb.c:419:21: note: (near initialization for ‘vbox_fb_helper_funcs.fb_dirty’)
make[2]: *** [scripts/Makefile.build:229: /tmp/vbox.0/vbox_fb.o] Error 1
make[1]: *** [Makefile:1994: /tmp/vbox.0] Error 2
make: *** [/tmp/vbox.0/Makefile-footer.gmk:146: vboxvideo] Error 2
Could not find the X.Org or XFree86 Window System, skipping.
How can we reproduce this?
Simply install the Guest Additions.
Did you upload all of your necessary log files, screenshots, etc.?
- Yes, I've uploaded all pertinent files to this issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working