[Bug 217023] x11-servers/xorg-server: undefined symbol "shadowUpdatePacked", X does not start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 12 11:39:50 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217023
Bug ID: 217023
Summary: x11-servers/xorg-server: undefined symbol
"shadowUpdatePacked", X does not start
Product: Ports & Packages
Version: Latest
Hardware: i386
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: x11 at FreeBSD.org
Reporter: freebsd at oldach.net
Assignee: x11 at FreeBSD.org
Flags: maintainer-feedback?(x11 at FreeBSD.org)
Since yesterday's X.org server update to 1.18.4, drivers cannot be loaded
properly. For example, with driver autodetect both the modesetting and the VESA
driver result in an undefined symbol "shadowUpdatePacked":
[ 4203.351] (==) Matched intel as autoconfigured driver 0
[ 4203.351] (==) Matched modesetting as autoconfigured driver 1
[ 4203.351] (==) Matched scfb as autoconfigured driver 2
[ 4203.351] (==) Matched vesa as autoconfigured driver 3
[ 4203.351] (==) Assigned the driver to the xf86ConfigLayout
[ 4203.351] (II) LoadModule: "intel"
[ 4203.351] (WW) Warning, couldn't open module intel
[ 4203.351] (II) UnloadModule: "intel"
[ 4203.351] (II) Unloading intel
[ 4203.351] (EE) Failed to load module "intel" (module does not exist, 0)
[ 4203.351] (II) LoadModule: "modesetting"
[ 4203.351] (II) Loading
/usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[ 4203.352] (EE) Failed to load
/usr/local/lib/xorg/modules/drivers/modesetting_drv.so:
/usr/local/lib/xorg/modules/drivers/modesetting_drv.so: Undefined symbol
"shadowUpdatePacked"
[ 4203.352] (II) UnloadModule: "modesetting"
[ 4203.352] (II) Unloading modesetting
[ 4203.352] (EE) Failed to load module "modesetting" (loader failed, 7)
[ 4203.352] (II) LoadModule: "scfb"
[ 4203.352] (WW) Warning, couldn't open module scfb
[ 4203.352] (II) UnloadModule: "scfb"
[ 4203.352] (II) Unloading scfb
[ 4203.352] (EE) Failed to load module "scfb" (module does not exist, 0)
[ 4203.352] (II) LoadModule: "vesa"
[ 4203.352] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[ 4203.352] (EE) Failed to load
/usr/local/lib/xorg/modules/drivers/vesa_drv.so:
/usr/local/lib/xorg/modules/drivers/vesa_drv.so: Undefined symbol
"shadowUpdatePacked"
[ 4203.352] (II) UnloadModule: "vesa"
[ 4203.352] (II) Unloading vesa
[ 4203.352] (EE) Failed to load module "vesa" (loader failed, 7)
[ 4203.352] (EE) No drivers available.
[ 4203.352] (EE)
Fatal server error:
[ 4203.352] (EE) no screens found(EE)
Same happens when (for example) explicitly requesting the VESA driver per
xorg.conf file (i.e. no autodetect).
As a result, X does not start.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list