<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=ZH-CN link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>It seems that your system is not a stock version. You need to find a workable libclang-dev package and install it before you build beignet.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>Beignet is using LLVM/clang as the front end of the OCL compiler. You can choose clang or gcc to build the runtime library, but for the<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>compiler part LLVM/clang are always required.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext'>From:</span></b><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext'> D [mailto:dcmhoybdpzkh@web.de] <br><b>Sent:</b> Friday, September 19, 2014 5:16 PM<br><b>To:</b> Zhigang Gong; beignet@lists.freedesktop.org<br><b>Subject:</b> Re: [Beignet] LuxMark 2.0 crashes with Beignet 0.9.2<o:p></o:p></span></p></div></div><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><div><p class=MsoNormal><span lang=EN-US>$ sudo apt-get install libclang-3.4-dev<o:p></o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span lang=EN-US>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>Some packages could not be installed. This may mean that you have<br>requested an impossible situation or if you are using the unstable<br>distribution that some required packages have not yet been created<br>or been moved out of Incoming.<br>The following information may help to resolve the situation:<br><br>The following packages have unmet dependencies:<br> libclang-3.4-dev : Depends: libclang-common-3.4-dev (= 1:3.4-1ubuntu3) but it is not going to be installed<br>E: Unable to correct problems, you have held broken packages.<o:p></o:p></span></p></blockquote><p class=MsoNormal><span lang=EN-US>$ <br><br>So I tried $ sudo apt-get install libclang-common-3.4-dev<o:p></o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span lang=EN-US>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>Some packages could not be installed. This may mean that you have<br>requested an impossible situation or if you are using the unstable<br>distribution that some required packages have not yet been created<br>or been moved out of Incoming.<br>The following information may help to resolve the situation:<br><br>The following packages have unmet dependencies:<br> libclang-common-3.4-dev : Depends: libllvm3.4 (= 1:3.4-1ubuntu3) but 1:3.4.2-2~gd~t is to be installed<br>E: Unable to correct problems, you have held broken packages.<o:p></o:p></span></p></blockquote><p class=MsoNormal><span lang=EN-US>$<br><br>So I tried $ sudo apt-get install libllvm3.4<o:p></o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span lang=EN-US>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>libllvm3.4 is already the newest version.<br>0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<o:p></o:p></span></p></blockquote><p class=MsoNormal><span lang=EN-US>$<br><br>And what is the purpose of "> cmake -DCOMPILER=[GCC|CLANG|ICC] ../" (README.md) if one still needs clang? (I wanted to build with GCC)<br><br>On 19.09.2014 10:00, Zhigang Gong wrote:<o:p></o:p></span></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>It seems that libclang-dev is missing.<o:p></o:p></span></pre><pre><span lang=EN-US>Try to install libclang-3.4-dev.<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>-----Original Message-----<o:p></o:p></span></pre><pre><span lang=EN-US>From: D [<a href="mailto:dcmhoybdpzkh@web.de">mailto:dcmhoybdpzkh@web.de</a>]<o:p></o:p></span></pre><pre><span lang=EN-US>Sent: Friday, September 19, 2014 3:25 PM<o:p></o:p></span></pre><pre><span lang=EN-US>To: Zhigang Gong; <a href="mailto:beignet@lists.freedesktop.org">beignet@lists.freedesktop.org</a><o:p></o:p></span></pre><pre><span lang=EN-US>Subject: Re: [Beignet] LuxMark 2.0 crashes with Beignet 0.9.2<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>Hi,<o:p></o:p></span></pre><pre><span lang=EN-US>it's Ubuntu 14.04 x64 ("3.13.0-35-generic"). Beignet is from a PPA, don't<o:p></o:p></span></pre></blockquote><pre><span lang=EN-US>see<o:p></o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>any utests folder. I tried building myself but it fails:<o:p></o:p></span></pre><pre><span lang=EN-US>pastebin.com/PHFUDAHB.<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>On 19.09.2014 01:57, Zhigang Gong wrote:<o:p></o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>Hi,<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>Which platform are you using? And what's the kernel version?<o:p></o:p></span></pre><pre><span lang=EN-US>Did you try to run the unit test cases? There are detail instructions<o:p></o:p></span></pre><pre><span lang=EN-US>In the README.md file to guide how to run those test cases.<o:p></o:p></span></pre><pre><span lang=EN-US>If not, please do it firstly to verify the beignet on your platform.<o:p></o:p></span></pre><pre><span lang=EN-US>If you already did it, please share the result here.<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>Thanks,<o:p></o:p></span></pre><pre><span lang=EN-US>Zhigang Gong.<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>-----Original Message-----<o:p></o:p></span></pre><pre><span lang=EN-US>From: Beignet [<a href="mailto:beignet-bounces@lists.freedesktop.org">mailto:beignet-bounces@lists.freedesktop.org</a>] On<o:p></o:p></span></pre><pre><span lang=EN-US>Behalf Of<o:p></o:p></span></pre></blockquote><pre><span lang=EN-US>D<o:p></o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>Sent: Thursday, September 18, 2014 9:15 PM<o:p></o:p></span></pre><pre><span lang=EN-US>To: <a href="mailto:beignet@lists.freedesktop.org">beignet@lists.freedesktop.org</a><o:p></o:p></span></pre><pre><span lang=EN-US>Subject: [Beignet] LuxMark 2.0 crashes with Beignet 0.9.2<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>Hi,<o:p></o:p></span></pre><pre><span lang=EN-US>please check this out:<o:p></o:p></span></pre><pre><span lang=EN-US><a href="http://www.luxrender.net/forum/viewtopic.php?f=13&t=11271">http://www.luxrender.net/forum/viewtopic.php?f=13&t=11271</a><o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>--<o:p></o:p></span></pre><pre><span lang=EN-US>OpenPGP/GnuPG key:<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre></blockquote></blockquote><pre><span lang=EN-US><a href="https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C680">https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C680</a><o:p></o:p></span></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre><span lang=EN-US>8<o:p></o:p></span></pre><pre><span lang=EN-US>2ED<o:p></o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>_______________________________________________<o:p></o:p></span></pre><pre><span lang=EN-US>Beignet mailing list<o:p></o:p></span></pre><pre><span lang=EN-US><a href="mailto:Beignet@lists.freedesktop.org">Beignet@lists.freedesktop.org</a><o:p></o:p></span></pre><pre><span lang=EN-US><a href="http://lists.freedesktop.org/mailman/listinfo/beignet">http://lists.freedesktop.org/mailman/listinfo/beignet</a><o:p></o:p></span></pre></blockquote></blockquote><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US><o:p> </o:p></span></pre><pre><span lang=EN-US>--<o:p></o:p></span></pre><pre><span lang=EN-US>OpenPGP/GnuPG key:<o:p></o:p></span></pre><pre><span lang=EN-US><a href="https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C6808">https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C6808</a><o:p></o:p></span></pre><pre><span lang=EN-US>2ED<o:p></o:p></span></pre></blockquote><pre><span lang=EN-US><o:p> </o:p></span></pre></blockquote><p class=MsoNormal><span lang=EN-US><br><br><br><o:p></o:p></span></p><pre><span lang=EN-US>-- <o:p></o:p></span></pre><pre><span lang=EN-US>OpenPGP/GnuPG key: <a href="https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C68082ED">https://keyserver2.pgp.com/vkd/DownloadKey.event?keyid=0xA719F493C68082ED</a><o:p></o:p></span></pre></div></div></body></html>