<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - phytec bitbake recipe for i.MX6 deployment does not produce libGL"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98320">bug 98320</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>NOTOURBUG
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - phytec bitbake recipe for i.MX6 deployment does not produce libGL"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98320#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - phytec bitbake recipe for i.MX6 deployment does not produce libGL"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98320">bug 98320</a>
from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
<pre>(In reply to Pat Sandt from <a href="show_bug.cgi?id=98320#c0">comment #0</a>)
<span class="quote">> I'm working under the assumption that mesa provides libGL. If not, please
> tell me who does provide it (hardware specific). I am building mesa for a
> Phytec module for an i.MX6 development board. I downloaded the
> recipes-graphics/mesa/mesa_%.bbappend and bitbaked mesa. As long as I delete
> the tmp directory and deploy directory, the build completes successfully.
> However, when I tried to build FreeGLUT, I was told that libGL did not exist
> when it tries to build libGLU. The actual message is "cannot find -lGL".</span >
Does it configure GL support to be built, or only GLES?
Did your build log have a line where Mesa configure outputs:
OpenGL: yes
And if yes, did the log have a line about installing libGL?
Did you run ldconfig so that dynamic linker knows about the new library?
I
<span class="quote">> can provide the log output, but it doesn't provide much additional
> information. I tried to find the library location with
>
> find . -name libGL.so
> No files were found (and the command should have found libGL.so.* matches.)</span >
To match libGL.so.*, you should use: "find . -name 'libGL.so*'".
For general help on building Mesa, mesa mailing list would be better than
Bugzilla. But as your issue seems to be with bitbake Mesa recipe, I think you
should contact the recipe author.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>