Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2017 11:39:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 217023] x11-servers/xorg-server: undefined symbol "shadowUpdatePacked", X does not start
Message-ID:  <bug-217023-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217023

            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@FreeBSD.org
          Reporter: freebsd@oldach.net
          Assignee: x11@FreeBSD.org
             Flags: maintainer-feedback?(x11@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] (=3D=3D) Matched intel as autoconfigured driver 0
[  4203.351] (=3D=3D) Matched modesetting as autoconfigured driver 1
[  4203.351] (=3D=3D) Matched scfb as autoconfigured driver 2
[  4203.351] (=3D=3D) Matched vesa as autoconfigured driver 3
[  4203.351] (=3D=3D) 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217023-7141>