From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 62434] [bisected] 3284.073] (EE) AIGLX error: dlopen of
/usr/lib/xorg/modules/dri/r600_dri.so failed
(/usr/lib/libllvmradeon9.2.0.so:
undefined symbol: lp_build_tgsi_intrinsic)
Date: Mon, 18 Mar 2013 19:54:22 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1144969359=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id C89DFE621F
for ;
Mon, 18 Mar 2013 12:54:22 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1144969359==
Content-Type: multipart/alternative; boundary="1363636462.0B4b76E43.3572"; charset="us-ascii"
--1363636462.0B4b76E43.3572
Date: Mon, 18 Mar 2013 19:54:22 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=62434
--- Comment #14 from LoneVVolf ---
Trying to summarize
I've looked a bit more at bug #59238, and if i understand correctly the problem
with building xa tracker was that symbols were exported that are not supposed
to be visible outside of the library itself ?
By adding the VISIBILITY_CFLAGS and VISIBILITY_CXXFLAGS changes in the f70c385
commit, the troublesome symbols were removed.
A consequence however was that symbols needed for r600_dri.so to call
libllvmradeon9.2.0.so were no longer present.
Including $(top_builddir)/src/gallium/auxiliary/libgallium.la in
src/gallium/drivers/radeon/Makefile.am makes sure all needed symbols are
present, but has a size increase of libllvmradeon9.2.0 as downside.
To counter the size increase, switching to a shared libgallium is proposed.
--
You are receiving this mail because:
You are the assignee for the bug.
--1363636462.0B4b76E43.3572
Date: Mon, 18 Mar 2013 19:54:22 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 14
on bug 62434
from LoneVVolf
Trying to summarize
I've looked a bit more at bug #59238, and if i understand correctly the problem
with building xa tracker was that symbols were exported that are not supposed
to be visible outside of the library itself ?
By adding the VISIBILITY_CFLAGS and VISIBILITY_CXXFLAGS changes in the f70c385
commit, the troublesome symbols were removed.
A consequence however was that symbols needed for r600_dri.so to call
libllvmradeon9.2.0.so were no longer present.
Including $(top_builddir)/src/gallium/auxiliary/libgallium.la in
src/gallium/drivers/radeon/Makefile.am makes sure all needed symbols are
present, but has a size increase of libllvmradeon9.2.0 as downside.
To counter the size increase, switching to a shared libgallium is proposed.
You are receiving this mail because:
- You are the assignee for the bug.
--1363636462.0B4b76E43.3572--
--===============1144969359==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1144969359==--