Bug 146333 - emulators/virtualbox-ose-additions: resVgaShared, undefined symbol error loading vboxvideo_drv.so, xorg-7.5
Summary: emulators/virtualbox-ose-additions: resVgaShared, undefined symbol error load...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 17:00 UTC by gdinolt
Modified: 2010-06-21 08:07 UTC (History)
0 users

See Also:


Attachments
virtualbox-additions-fix.patch (878 bytes, patch)
2010-05-17 12:56 UTC, Bernhard Froehlich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gdinolt 2010-05-05 17:00:06 UTC
Running FreeBSD 7.3, xorg 7.5, (from ports) and
virtualbox-ose-additions-3.1.51.r25618_2 (from ports) all updated both
updated as of May 2, 2010, inside virtualbox (but most likely not
relevant) when starting X (using startx), Xorg.0.log has the error message
..
(II) LoadModule: "vboxvideo"
(II) Loading /usr/local/lib/xorg/modules/drivers/vboxvideo_drv.so
dlopen: /usr/local/lib/xorg/modules/drivers/vboxvideo_drv.so: Undefined symbol "resBgeShared"
(EE) Failed to load /usr/local/lib/xorg/modules/drivers/vboxvideo_drv.so
..
This is a completely fresh compile of the os, xorg, and the
virtualbox-ose-additions from ports as of the May 2 date. 

Before the update of xorg, the same version of virtualbox-ose-additions
worked without problem, the vboxvideo_drv loaded and worked.

How-To-Repeat: Build xorg-7.5, build virtualbox-ose-additions-3.1.51.r25618_2, load
kernel module vboxguest.ko, use startx or whatever to start up the
xserver.  The failure should be reported in Xorg.0.log.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-05-06 00:36:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox

Take a guess and assign this to vbox.
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2010-05-17 12:56:42 UTC
After the Xorg 7.5 update we should install the vboxvideo driver for
xorg-server 1.7 instead of 1.6 like we currently do. Could you please test
the attached patch and see if it helps?

-- 
Bernhard Froehlich
http://www.bluelife.at/
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2010-05-17 13:32:12 UTC
After the Xorg 7.5 update we should install the vboxvideo driver for
xorg-server 1.7 instead of 1.6 like we currently do. Could you please
test the below patch and see if it helps?

http://home.bluelife.at/patches/virtualbox-additions-fix.patch
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2010-06-21 08:07:28 UTC
State Changed
From-To: open->closed

Fix has been committed in Makefile revision 1.4. Thanks for the report!