<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
p.msonormal0, li.msonormal0, div.msonormal0
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif}
span.EmailStyle18
        {font-family:"Calibri",sans-serif;
        color:windowtext}
span.EmailStyle19
        {font-family:"Calibri",sans-serif;
        color:windowtext}
span.EmailStyle21
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div id="compose-container" itemscope="" itemtype="https://schema.org/EmailMessage" style="direction:ltr">
<span itemprop="creator" itemscope="" itemtype="https://schema.org/Organization"><span itemprop="name"></span></span>
<div>
<div>
<div style="direction:ltr">Hi - I was able to avoid the issue by running my app with libglapi.so.0.0.0 in addition to libgl.so.1.6.0.   Previously, we only needed libgl.so.1.6.0 to run our app.  For some reason, not using TLS forces us to include libglapi as
 well.  Is this intended?   After some additional investigation yesterday, I suspect that we shouldn't have to include libglapi.so.   I was going to try rebuilding using the disable sharable glapi option to see if that made any difference.  Ideally, we would
 prefer not to add the new libglapi.so dependency.   Thanks for any help that you can offer.    Rick</div>
</div>
<div><br>
</div>
<div class="acompli_signature"></div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Rick Irons<br>
<b>Sent:</b> Friday, September 22, 2017 9:59:36 PM<br>
<b>To:</b> mesa-users@lists.freedesktop.org<br>
<b>Subject:</b> RE: libGL.so.1.6.0 using rpath</font>
<div> </div>
</div>
<div>
<div class="WordSection1">
<p class="MsoNormal">…I am actually all set in regards to the undefined symbol issue.  I was eventually able to figure it out.  I am still interested in any thoughts regarding my original rpath question though.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Rick</p>
<p class="MsoNormal"> </p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Rick Irons <br>
<b>Sent:</b> Friday, September 22, 2017 8:13 PM<br>
<b>To:</b> 'mesa-users@lists.freedesktop.org' <mesa-users@lists.freedesktop.org><br>
<b>Subject:</b> RE: libGL.so.1.6.0 using rpath</p>
</div>
</div>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Hi,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I actually encountered a more serious issue later in the day while making a change to disable TLS (--disable-glx-tls).  _<i>glapi</i>_Dispatch is now undefined in libGL.so.1.6.0.  The specific configure instructions that are used are the
 following…</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">./configure --enable-glx=xlib --disable-driglx-direct --disable-dri --without-gallium-drivers --disable-egl --disable-gbm -with-platforms=x11 --disable-gles1 --disable-gles2 --disable-glx-tls</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Any ideas on how to address this issue would be greatly appreciated since this problem is jeopardizing a planned update from 10.5.2 to 17.1.3.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Rick</p>
<p class="MsoNormal"> </p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Rick Irons <br>
<b>Sent:</b> Friday, September 22, 2017 9:33 AM<br>
<b>To:</b> 'mesa-users@lists.freedesktop.org' <<a href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a>><br>
<b>Subject:</b> libGL.so.1.6.0 using rpath</p>
</div>
</div>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Hi,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Is it possible to build libGL.so.1.6.0 without it referencing rpath?  I didn’t find any good leads in either the configure help and after searching the build scripts.  Worst case I will just post process the library using chrpath.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Rick</p>
</div>
</div>
</body>
</html>