VirtualBox

Opened 10 years ago

Closed 10 years ago

#12803 closed defect (fixed)

Virtualbox 4.3.8 fails to build from source -> fixed in 4.3 and later series as of 12 March 2014

Reported by: LocutusOfBorg Owned by:
Component: other Version: VirtualBox 4.3.8
Keywords: Cc:
Guest type: Linux Host type: Linux

Description (last modified by Klaus Espenlaub)

The new 4.3.8 FTBFS in debian, because of a wrong include file http://paste.debian.net/86832/

attached the patch from the debian developer and maintainer Felix Geyer.

--- virtualbox-4.3.8-dfsg.orig/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
+++ virtualbox-4.3.8-dfsg/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
@@ -376,7 +376,7 @@ ifdef VBOX_USE_SYSTEM_XORG_HEADERS
         /usr/include/libdrm \
         /usr/include/xorg \
         /usr/include/pixman-1
- vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_15_SOURCES)
+ vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_17_SOURCES)
 endif

Attachments (1)

39-fix-wrong-vboxvideo_drv-source.patch (715 bytes ) - added by LocutusOfBorg 10 years ago.

Download all attachments as: .zip

Change History (4)

by LocutusOfBorg, 10 years ago

comment:1 by Klaus Espenlaub, 10 years ago

Description: modified (diff)

comment:2 by Michael Thayer, 10 years ago

Summary: Virtualbox 4.3.8 fails to build from sourceVirtualbox 4.3.8 fails to build from source -> fixed in 4.3 and later series as of 12 March 2014

I actually made the same change myself today.

comment:3 by Frank Mehnert, 10 years ago

Resolution: fixed
Status: newclosed

Fix is part of VBox 4.3.10.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use