From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [BUG] intel_drv.so fails to load Date: Tue, 17 Jul 2012 17:11:06 -0400 Message-ID: <5005D4EA.5000301@redhat.com> References: <5005C642.6030102@t-online.de> <1342556238_9775@CP5-2952> <1342557713_9832@CP5-2952> <5005D10E.4080101@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 499509E7F9 for ; Tue, 17 Jul 2012 14:11:16 -0700 (PDT) In-Reply-To: <5005D10E.4080101@t-online.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Knut Petersen Cc: intel-gfx List-Id: intel-gfx@lists.freedesktop.org On 7/17/12 4:54 PM, Knut Petersen wrote: > Am 17.07.2012 22:41, schrieb Chris Wilson: >> On Tue, 17 Jul 2012 21:16:59 +0100, Chris Wilson >> wrote: >>> On Tue, 17 Jul 2012 22:08:34 +0200, Knut Petersen >>> wrote: >>>> Current Xorg tree builds without problems but fails to >>>> load intel_drv.so. Xorg log and build script attached. >>> Ok, looks like the xaa removal from i810 was snafu. Let me split out the >>> common ring functions from the xaa acceleration routines... >> A second attempt is now online. If I got my grepping correct, only the >> xaa specific routines are in i810_xaa.c and not built with >> --disable-xaa. > > Some XAA code still waits for a sudden death: > > [ 35756.654] (EE) Failed to load > /home/knut/git/X11-t/usr/lib/xorg/modules/drivers/intel_drv.so: > /home/knut/git/X11-t/usr/lib/xorg/modules/drivers/intel_drv.so: > undefined symbol: XAAGetPatternROP That's... surprising. That should only be fatal if you have LD_BIND_NOW semantics turned on, which is not the default. What OS are you running? Any special security or compiler options? - ajax