<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [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)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62434#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [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)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62434">bug 62434</a>
              from <span class="vcard"><a class="email" href="mailto:lonewolf@xs4all.nl" title="LoneVVolf <lonewolf@xs4all.nl>"> <span class="fn">LoneVVolf</span></a>
</span></b>
        <pre>Trying to summarize

I've looked a bit more at <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - many new symbols in libxatracker after recent automake work"
   href="show_bug.cgi?id=59238">bug #59238</a>, 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>