Bug 15880 - Fatal server error: intel_drv.so: undefined symbol
Summary: Fatal server error: intel_drv.so: undefined symbol
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Wang Zhenyu
QA Contact: Xorg Project Team
URL: http://homepages.onsneteindhoven.nl/~...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 18:35 UTC by Jos van Wolput
Modified: 2008-05-12 19:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xorg.0.log (13.82 KB, text/plain)
2008-05-08 18:35 UTC, Jos van Wolput
no flags Details

Description Jos van Wolput 2008-05-08 18:35:55 UTC
Created attachment 16439 [details]
xorg.0.log

controller:82852/855GM
xserver-xorg: v.1:7.3+10 (Debian)
intel driver: xf86-video-intel 2.3.0 (git)
kernel: 2.6.25-1-686 (Debian)

When trying the latest git version of xf86-video-intel I get a fatal server error:
---
/usr/lib/xorg/modules/drivers//intel_drv.so: undefined symbol: PictureScreenPrivateKey
(EE) Failed to load /usr/lib/xorg/modules/drivers//intel_drv.so
---
Comment 1 Wang Zhenyu 2008-05-08 20:13:09 UTC
This is clearly your building issue, that looks up older xorg header but load by new xorg. Try a "make distclean" then autogen.sh;make;make install again.
Comment 2 Jos van Wolput 2008-05-08 21:07:08 UTC
bugzilla-daemon@freedesktop.org wrote:
> http://bugs.freedesktop.org/show_bug.cgi?id=15880
> 
> 
> 
> 
> 
> --- Comment #1 from Wang Zhenyu <zhenyu.z.wang@intel.com>  2008-05-08 20:13:09 PST ---
> This is clearly your building issue, that looks up older xorg header but load
> by new xorg. Try a "make distclean" then autogen.sh;make;make install again.
> 
> 
I did what you suggest: make distclean,make,make install but still get the same fatal error.
Comment 3 Wang Zhenyu 2008-05-09 08:59:41 UTC
The code in question is i830_xaa.c's GetPictureScreenIfSet(pScreen), the problem is within xserver's dix private rework, that change to use new PictureScreenPrivateKey. So you must be sure to build and run against same xserver, maybe you should check ACLOCAL/PKG_CONFIG_PATH setting, etc.
Comment 4 Wang Zhenyu 2008-05-12 19:31:31 UTC
I just close this, as not a bug. 


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.