<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=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@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:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
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;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.sha-block
        {mso-style-name:sha-block;}
span.sha
        {mso-style-name:sha;}
span.EmailStyle20
        {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:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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 lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Just an FYI.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I just attempted to build my 0.26 branch and I am not getting the TEXTREL lines below, but I did get the “</span><span style='font-family:"Verdana","sans-serif"'>installed in ${D}/${D}” messages and am looking into that now.<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'>MarcT</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> mythtv-users-bounces@mythtv.org [mailto:mythtv-users-bounces@mythtv.org] <b>On Behalf Of </b>Robert Siebert<br><b>Sent:</b> Thursday, June 28, 2012 2:14 AM<br><b>To:</b> mythtv-users@mythtv.org<br><b>Subject:</b> [mythtv-users] Gentoo compilation fails (TEXTREL) with MythTV master<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p><span style='font-family:"Verdana","sans-serif"'>Hi everybody,<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>I tried to install the latest mythtv version from github. Its the commit <span class=sha>4ca3c2cf</span>. I have a ion Atom 330 and I'm running gentoo. As compiler flags (defined in make.conf) I use "-O2 -march=prescott -pipe -fomit-frame-pointer", "make -j5" and I have enabled ccache. I use the gentoo ebuilds from <a href="https://github.com/MarcT/mt-mythtv">https://github.com/MarcT/mt-mythtv</a>.<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>The compilation runs ok but when It tries to install the files I get these errors and it aborts. What can I do to fix this?<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>* QA Notice: The following files contain runtime text relocations<br> * Text relocations force the dynamic linker to perform extra<br> * work at startup, waste system resources, and may pose a security<br> * risk. On some architectures, the code may not even function<br> * properly, if at all.<br> * For more information, see <a href="http://hardened.gentoo.org/pic-fix-guide.xml">http://hardened.gentoo.org/pic-fix-guide.xml</a><br> * Please include the following list of files in your report:<br> * TEXTREL usr/lib/libmythpostproc.so.52.0.100<br> * TEXTREL usr/lib/libmythswresample.so.0.15.100<br> * TEXTREL usr/lib/mythtv/filters/libgreedyhdeint.so<br> * TEXTREL usr/lib/libmythavcodec.so.54.23.100<br> * TEXTREL usr/lib/libmythavfilter.so.2.77.100<br> * TEXTREL usr/lib/libmythswscale.so.2.1.100<br><br> * QA Notice: // installed in ${D}/${D}<br> * QA Notice: //usr installed in ${D}/${D}<br> * QA Notice: //usr/lib installed in ${D}/${D}<br> * QA Notice: //usr/lib/libzmq.so.1.0.1 installed in ${D}/${D}<br> * QA Notice: //usr/lib/libzmq.la installed in ${D}/${D}<br> * QA Notice: //usr/lib/libzmq.so.1 installed in ${D}/${D}<br> * QA Notice: //usr/lib/libzmq.so installed in ${D}/${D}<br> * QA Notice: //usr/lib/pkgconfig installed in ${D}/${D}<br> * QA Notice: //usr/lib/pkgconfig/libzmq.pc installed in ${D}/${D}<br> * QA Notice: //usr/lib/libzmq.a installed in ${D}/${D}<br> * QA Notice: //usr/share installed in ${D}/${D}<br> * QA Notice: //usr/share/man installed in ${D}/${D}<br> * QA Notice: //usr/share/man/man7 installed in ${D}/${D}<br> * QA Notice: //usr/share/man/man3 installed in ${D}/${D}<br> * QA Notice: //usr/include installed in ${D}/${D}<br> * QA Notice: //usr/include/zmq.h installed in ${D}/${D}<br> * QA Notice: //usr/include/zmq_utils.h installed in ${D}/${D}<br> * QA Notice: //usr/include/zmq.hpp installed in ${D}/${D}<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>Best regards<o:p></o:p></span></p><p><span style='font-family:"Verdana","sans-serif"'>Robert S<o:p></o:p></span></p><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif"'> <o:p></o:p></span></p></div></div></body></html>