<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:48:09 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-5055] specify mpss version in target file</title>
                <link>https://jira.whamcloud.com/browse/LU-5055</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Currently the version of MPSS to build is hard-coded into the jenkins job for the branch it will build on.  This is less than ideal as it requires a TEI coordination to have it updated.&lt;/p&gt;

&lt;p&gt;The version of MPSS to build should be specified in the target file where the versions of other components are specified, such as OFED release as an example.&lt;/p&gt;</description>
                <environment></environment>
        <key id="24698">LU-5055</key>
            <summary>specify mpss version in target file</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="brian">Brian Murrell</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 May 2014 14:58:38 +0000</created>
                <updated>Thu, 23 Jul 2015 16:52:31 +0000</updated>
                            <resolved>Thu, 23 Jul 2015 16:52:31 +0000</resolved>
                                    <version>Lustre 2.5.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="88869" author="dmiter" created="Fri, 11 Jul 2014 19:38:49 +0000"  >&lt;p&gt;Unfortunately MPSS SDK has hard-coded path &apos;/opt/mpss&apos; and should be installed only in this place. So, there is very hard to find all places and replace this path to use it locally.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;libtoolize: $pkgltdldir is not a directory: `/opt/mpss/3.2.1/sysroots/x86_64-mpsssdk-linux/usr/share/libtool&apos;
...
Can&apos;t locate Automake/Config.pm in @INC (@INC contains: /opt/mpss/3.2.1/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/lustre/build/opt/mpss/3.2.1/sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal line 38.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="90343" author="dmiter" created="Tue, 29 Jul 2014 17:58:25 +0000"  >&lt;p&gt;Can we make /opt/mpss directory writable for jenkins job? In this case we can install MPSS SDK automatically and use it.&lt;/p&gt;</comment>
                            <comment id="90437" author="brian" created="Wed, 30 Jul 2014 14:20:58 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Unfortunately MPSS SDK has hard-coded path &apos;/opt/mpss&apos; and should be installed only in this place. So, there is very hard to find all places and replace this path to use it locally.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Have you given it a try?  I personally would start with unpacking the rpm with &lt;tt&gt;rpm2cpio&lt;/tt&gt; and then running a &lt;tt&gt;grep -r &apos;/opt/mpss&apos; ./opt/mpss&lt;/tt&gt; and see what can be found (and replaced) and then try a build with that result.&lt;/p&gt;

&lt;p&gt;Where did that &lt;tt&gt;libtoolize&lt;/tt&gt; error come from?  What steps did you take to produce that?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Can we make /opt/mpss directory writable for jenkins job? In this case we can install MPSS SDK automatically and use it.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Jenkins would need much more permissions than just writing to &lt;tt&gt;/opt/mpss&lt;/tt&gt; to be able to install RPMs.&lt;/p&gt;</comment>
                            <comment id="90440" author="dmiter" created="Wed, 30 Jul 2014 15:34:33 +0000"  >&lt;p&gt;I have tried and encountered with many hard-coded places. As you can see from path all instances are inside MPSS SDK. Path hard-coded inside autoconf tools and perl scripts that is used by autoconf.&lt;br/&gt;
I&apos;m not going to really install RPM. We just need to unpack RPMs content in this hard-coded place. It will work.&lt;/p&gt;</comment>
                            <comment id="90515" author="dmiter" created="Thu, 31 Jul 2014 06:35:01 +0000"  >&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;cd /opt/mpss/3.2.3 &amp;amp;&amp;amp; grep -r &apos;/opt/mpss&apos; .
Binary file ./sysroots/x86_64-mpsssdk-linux/sbin/ldconfig matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libc.so.6 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libanl.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libm.so.6 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/librt-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/librt.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libutil.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnsl.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_compat.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libdl.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_files.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/ld-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnsl-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libpthread-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libBrokenLocale-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libpthread.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libresolv-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libresolv.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libcrypt.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libc-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_dns-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libcrypt-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_compat-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libncurses.so.5 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libdl-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libtinfo.so.5 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_dns.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libnss_files-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/ld-linux-x86-64.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libm-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libtinfo.so.5.9 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libncurses.so.5.9 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libBrokenLocale.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libanl-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libutil-2.14.90.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/lib/libcrypto.so.1.0.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/var/lib/rpm/Packages matches
Binary file ./sysroots/x86_64-mpsssdk-linux/var/lib/rpm/Dirnames matches
Binary file ./sysroots/x86_64-mpsssdk-linux/var/lib/rpm/Filedigests matches
Binary file ./sysroots/x86_64-mpsssdk-linux/var/lib/rpm/Filepaths matches
Binary file ./sysroots/x86_64-mpsssdk-linux/var/lib/rpm/Requirename matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/sbin/rpc.ugidd matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/sbin/rpc.mountd matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/sbin/showmount matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/sbin/rpc.nfsd matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgobject-2.0.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libopkg.so.1.0.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libexpat.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libSDL-1.2.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libdw.so.1 matches
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xs:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xd:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xbn:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xsw:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xdc:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xn:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xw:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xdw:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.x:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xsc:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/ldscripts/elf_k1om.xc:SEARCH_DIR(&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/k1om-mpss-linux/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib64&quot;); SEARCH_DIR(&quot;=/lib64&quot;); SEARCH_DIR(&quot;=/usr/lib64&quot;); SEARCH_DIR(&quot;=/usr/local/lib&quot;); SEARCH_DIR(&quot;=/lib&quot;); SEARCH_DIR(&quot;=/usr/lib&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/plugin/include/configargs.h:static const char configuration_arguments[] = &quot;/sandbox/build/tmp/tmp/work/x86_64-nativesdk-mpsssdk-linux/gcc-cross-canadian-k1om-4.7.0+mpss3.2.3-1/gcc-4.7.0+mpss3.2.3/configure --build=x86_64-linux --host=x86_64-mpsssdk-linux --target=k1om-mpss-linux --prefix=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr --exec_prefix=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr --bindir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux --sbindir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux --libexecdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux --datadir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share --sysconfdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/etc --sharedstatedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/com --localstatedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/var --libdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux --includedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include --oldincludedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include --infodir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/info --mandir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=k1om-mpss-linux- --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-cheaders=c_global --with-local-prefix=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux/usr --with-gxx-include-dir=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux/usr/include/c++ --with-build-time-tools=/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/k1om-mpss-linux/bin --with-sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux --with-build-sysroot=/sandbox/build/tmp/tmp/sysroots/knightscorner --disable-libunwind-exceptions --disable-libssp --disable-libgomp --disable-libmudflap --with-mpfr=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux --with-mpc=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux --enable-nls --enable-__cxa_atexit&quot;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libssl.so.1.0.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libhistory.so.6.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libmpc.so.2.0.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgthread-2.0.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libopkg.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libhistory.so.6 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libz.so.1.2.6 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libffi.so.5 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libelf.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libmpfr.so.4 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libz.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgmp.so.10 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgmodule-2.0.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libreadline.so.6.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgthread-2.0.so.0.3000.3 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libasm-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/mimetools.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/telnetlib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/mimetypes.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/uu.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/locale.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/posixpath.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_LWPCookieJar.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/hashlib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/pickletools.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/httplib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_pyio.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/md5.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/ConfigParser.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/rfc822.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/UserString.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/tokenize.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/UserDict.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/dis.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/weakref.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/urllib2.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/cookielib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/copy.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/calendar.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/opcode.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sha.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/xdrlib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/gettext.pyo matches
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:CFLAGS=		$(BASECFLAGS) -isystem/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include -O2 -pipe $(OPT) $(EXTRA_CFLAGS)
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:CPPFLAGS=	-I. -IInclude -I$(srcdir)/Include -isystem/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:LDFLAGS=	-L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-rpath-link,/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-rpath,/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-O1 -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-rpath-link,/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-rpath,/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-O1
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:prefix=		/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:exec_prefix=	/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:BINDIR=		/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:LIBDIR=		/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:MANDIR=		/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/man
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:INCLUDEDIR=	/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include
./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/config/Makefile:CONFIG_ARGS=	 &apos;--build=x86_64-linux&apos; &apos;--host=x86_64-mpsssdk-linux&apos; &apos;--target=x86_64-mpsssdk-linux&apos; &apos;--prefix=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr&apos; &apos;--exec_prefix=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr&apos; &apos;--bindir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin&apos; &apos;--sbindir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/sbin&apos; &apos;--libexecdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/libexec&apos; &apos;--datadir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share&apos; &apos;--sysconfdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/etc&apos; &apos;--sharedstatedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/com&apos; &apos;--localstatedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/var&apos; &apos;--libdir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib&apos; &apos;--includedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include&apos; &apos;--oldincludedir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include&apos; &apos;--infodir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/info&apos; &apos;--mandir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/man&apos; &apos;--disable-silent-rules&apos; &apos;--disable-dependency-tracking&apos; &apos;--with-libtool-sysroot=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux&apos; &apos;--with-threads&apos; &apos;--with-pymalloc&apos; &apos;--with-cyclic-gc&apos; &apos;--without-cxx&apos; &apos;--with-signal-module&apos; &apos;--with-wctype-functions&apos; &apos;--enable-shared&apos; &apos;build_alias=x86_64-linux&apos; &apos;host_alias=x86_64-mpsssdk-linux&apos; &apos;target_alias=x86_64-mpsssdk-linux&apos; &apos;CC=$(CCACHE) x86_64-mpsssdk-linux-gcc  --sysroot=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux&apos; &apos;CFLAGS=-isystem/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include -O2 -pipe&apos; &apos;LDFLAGS=-L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-rpath-link,/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-rpath,/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib -Wl,-O1 -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-rpath-link,/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-rpath,/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -Wl,-O1&apos; &apos;CPPFLAGS=-isystem/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include&apos; &apos;CPP=x86_64-mpsssdk-linux-gcc -E --sysroot=/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux&apos;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/linecache.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_MozillaCookieJar.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/struct.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/os.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/StringIO.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/inspect.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/stat.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/re.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/traceback.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/MimeWriter.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_strptime.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sre_constants.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/rlcompleter.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sysconfig.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/shelve.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/quopri.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/nntplib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/abc.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/uuid.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/ssl.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/atexit.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/warnings.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/types.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp720.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/shift_jis_2004.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/big5.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_2.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/base64_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/euc_kr.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_1.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_roman.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp_1.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_centeuro.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_32_be.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/aliases.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_32_le.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp_ext.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_7.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_11.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_16_le.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp874.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp950.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/ptcp154.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/euc_jis_2004.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1250.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp875.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp500.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_13.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_iceland.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/big5hkscs.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_32.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_arabic.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp857.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/hp_roman8.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp737.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/undefined.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/euc_jp.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp860.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_5.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1251.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/gb18030.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1006.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1255.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/quopri_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp437.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/__init__.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/shift_jisx0213.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_greek.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/latin_1.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_15.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/zlib_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1252.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/bz2_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_16.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1254.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/unicode_escape.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp_2.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/tis_620.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/gbk.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/euc_jisx0213.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/charmap.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp932.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_14.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/ascii.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_9.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp856.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/shift_jis.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_turkish.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1253.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1257.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_16_be.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_3.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/string_escape.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1256.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp_2004.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_cyrillic.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/rot_13.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_7.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_4.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/koi8_r.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp775.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp037.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/unicode_internal.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp862.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_6.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_latin2.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp863.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1258.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp869.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp949.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp858.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp865.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_16.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/hz.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp852.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_10.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp861.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/uu_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/johab.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp864.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp855.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp_3.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp866.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp850.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/idna.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/koi8_u.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_farsi.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_romanian.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_8.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_kr.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/punycode.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/palmos.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/gb2312.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp424.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/utf_8_sig.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso8859_8.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mac_croatian.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/raw_unicode_escape.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/mbcs.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/hex_codec.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1140.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/cp1026.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/encodings/iso2022_jp.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/bisect.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/new.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_abcoll.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/symbol.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/copy_reg.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/tempfile.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/collections.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sets.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/keyword.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/socket.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/pickle.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/poplib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/urllib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/hmac.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/random.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/repr.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sre.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/logging/config.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/logging/__init__.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/logging/handlers.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/string.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/pipes.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/code.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/token.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/stringprep.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/codeop.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sre_parse.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/smtplib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/_weakrefset.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/sre_compile.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/UserList.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/site.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/base64.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/io.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/heapq.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/stringold.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/getopt.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/__future__.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/functools.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/urlparse.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/Cookie.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/codecs.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/ftplib.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/genericpath.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/python2.7/platform.pyo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_mips-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ppc64-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_m68k-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ppc64.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ppc.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_s390-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_i386-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_mips.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ia64.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ppc-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_x86_64.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_parisc.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_sh.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_sh-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_alpha.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_arm.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_i386.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_sparc-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_alpha-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_ia64-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_k1om.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_arm-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_x86_64-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_s390.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_m68k.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_sparc.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_k1om-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/elfutils/libebl_parisc-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgobject-2.0.so.0.3000.3 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgmodule-2.0.so.0.3000.3 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libffi.so.5.0.10 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libasm.so.1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgio-2.0.so.0.3000.3 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libexpat.so.1.5.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libmpc.so.2 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libglib-2.0.so.0.3000.3 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libreadline.so.6 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libSDL-1.2.so.0.11.4 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libpython2.7.so.1.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgio-2.0.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libgmp.so.10.0.4 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libdw-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libelf-0.148.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libmpfr.so.4.1.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/lib/libglib-2.0.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-mipsel matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/pseudodb matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-system-ppc matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/pseudolog matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-elfcmp matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-nm matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-readelf matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-gcc matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-gdb matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-objcopy matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-g++ matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-ranlib matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-gcov matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-strings matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-c++filt matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-elfedit matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-as matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-ar matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-strip matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-ld matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-cpp matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-objdump matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-gprof matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-addr2line matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-ld.bfd matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-size matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/ifnames:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/raw2flash.borzoi matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-elflint matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te:my $pkgdatadir = $ENV{&apos;AC_MACRODIR&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/opkg matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:LTCFLAGS=&quot;-isystem/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/include -O2 -pipe&quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:sys_lib_search_path_spec=&quot;/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4 /sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/x86_64-mpsssdk-linux/lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/x86_64-mpsssdk-linux/4.6.4 /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib &quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:sys_lib_dlsearch_path_spec=&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib /opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib&quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:compiler_lib_search_dirs=&quot;/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4 /sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4/../../../../../x86_64-mpsssdk-linux/lib/../lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib/../lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/x86_64-mpsssdk-linux/4.6.4 /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/../lib /sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4/../../../../../x86_64-mpsssdk-linux/lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib&quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:predep_objects=&quot;/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/../lib/crti.o /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/x86_64-mpsssdk-linux/4.6.4/crtbeginS.o&quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:postdep_objects=&quot;/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/x86_64-mpsssdk-linux/4.6.4/crtendS.o /sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/../lib/crtn.o&quot;
./sysroots/x86_64-mpsssdk-linux/usr/bin/x86_64-mpsssdk-linux-libtool:compiler_lib_search_path=&quot;-L/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4 -L/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4/../../../../../x86_64-mpsssdk-linux/lib/../lib -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib/../lib -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/x86_64-mpsssdk-linux/4.6.4 -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/../lib -L/sandbox/build/tmp/tmp/sysroots/x86_64-linux/usr/lib/x86_64-mpsssdk-linux/gcc/x86_64-mpsssdk-linux/4.6.4/../../../../../x86_64-mpsssdk-linux/lib -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib&quot;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/gdb matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-io matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/gnu-configize:  my $datadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/gnu-configize:my $configdir  = &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/gnu-config&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/automake-1.11:  my $perllibdir = $ENV{&apos;perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoreconf:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoreconf:my $autoconf   = $ENV{&apos;AUTOCONF&apos;}   || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoreconf:my $autoheader = $ENV{&apos;AUTOHEADER&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autoheader&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoreconf:my $autom4te   = $ENV{&apos;AUTOM4TE&apos;}   || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te&apos;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-i386 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-objdump matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-findtextrel matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-system-x86_64 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-x86_64 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-system-mipsel matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/flash2raw.akita matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/m4 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/raw2flash.spitz matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-system-mips matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-unstrip matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-system-arm matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoscan:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoscan:my $autom4te = $ENV{&apos;AUTOM4TE&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoscan:my @include = (&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;);
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoheader:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoheader:my $autom4te = $ENV{&apos;AUTOM4TE&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te&apos;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-arm matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoconf:: ${AUTOM4TE=&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te&apos;}
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoupdate:  my $pkgdatadir = $ENV{&apos;autom4te_perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoupdate:my $autom4te = $ENV{&apos;AUTOM4TE&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/autom4te&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/autoupdate:my @include = (&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;);
./sysroots/x86_64-mpsssdk-linux/usr/bin/python2.7-config:#!/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/python2.7
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-ga matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/python-config:#!/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/python2.7
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/python matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/raw2flash.terrier matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/raw2flash.akita matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/flash2raw.spitz matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-ranlib matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/python2.7 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-img matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal:  my $perllibdir = $ENV{&apos;perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal:my @automake_includes = (&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal-$APIVERSION&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal:my @system_includes = (&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal&apos;);
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-mips matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/pseudo matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/tunctl matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/libtoolize:  prefix=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr
./sysroots/x86_64-mpsssdk-linux/usr/bin/libtoolize:  datadir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share
./sysroots/x86_64-mpsssdk-linux/usr/bin/libtoolize:  pkgdatadir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/libtool
./sysroots/x86_64-mpsssdk-linux/usr/bin/libtoolize:  pkgltdldir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/libtool
./sysroots/x86_64-mpsssdk-linux/usr/bin/libtoolize:  aclocaldir=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-ppc matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/flash2raw.borzoi matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/automake:  my $perllibdir = $ENV{&apos;perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11&apos;;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-ar matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu-nbd matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal-1.11:  my $perllibdir = $ENV{&apos;perllibdir&apos;} || &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal-1.11:my @automake_includes = (&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal-$APIVERSION&quot;);
./sysroots/x86_64-mpsssdk-linux/usr/bin/aclocal-1.11:my @system_includes = (&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal&apos;);
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/flash2raw.terrier matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/opkg-cl matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/pkg-config matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/qemu matches
./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-make-debug-archive:# by running /opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/eu-unstrip --help.
./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-make-debug-archive:UNSTRIP=${UNSTRIP:-/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/eu-unstrip}
./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-make-debug-archive:AR=${AR:-/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/eu-ar}
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/bin/eu-strings matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/pt_chown matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/liblto_plugin.so.0 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/ar matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/nm matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/lto1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/strip matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/as matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/lto-wrapper matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/liblto_plugin.so matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/gcc matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/objdump matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/cc1 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/cc1plus matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/cpp matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/collect2 matches
./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/liblto_plugin.la:dependency_libs=&apos; -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/lib/k1om-mpss-linux -L/sandbox/build/tmp/tmp/sysroots/x86_64-nativesdk-mpsssdk-linux/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/lib64&apos;
./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/liblto_plugin.la:libdir=&apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0&apos;
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/ranlib matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/objcopy matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/ld matches
Binary file ./sysroots/x86_64-mpsssdk-linux/usr/libexec/k1om-mpss-linux/gcc/k1om-mpss-linux/4.7.0/liblto_plugin.so.0.0.0 matches
./sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11/Automake/Config.pm:our $libdir = &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/automake-1.11&apos;;
./sysroots/x86_64-mpsssdk-linux/usr/share/autoconf/autom4te.cfg:args: --prepend-include &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;
./sysroots/x86_64-mpsssdk-linux/usr/share/autoconf/autom4te.cfg:args: --prepend-include &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;
./sysroots/x86_64-mpsssdk-linux/usr/share/autoconf/autom4te.cfg:args: --prepend-include &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;
./sysroots/x86_64-mpsssdk-linux/usr/share/autoconf/autom4te.cfg:args: --prepend-include &apos;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/autoconf&apos;
./sysroots/x86_64-mpsssdk-linux/etc/rcS.d/S98run-postinsts:rm -f //opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/etc/rcS.d/S98run-postinsts
Binary file ./sysroots/x86_64-mpsssdk-linux/etc/terminfo/v/vt220 matches
Binary file ./sysroots/x86_64-mpsssdk-linux/etc/terminfo/v/vt200 matches
./environment-setup-k1om-mpss-linux:export PATH=/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin:/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux:$PATH
./environment-setup-k1om-mpss-linux:export PKG_CONFIG_SYSROOT_DIR=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux
./environment-setup-k1om-mpss-linux:export PKG_CONFIG_PATH=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux/usr/lib64/pkgconfig
./environment-setup-k1om-mpss-linux:export CONFIG_SITE=/opt/mpss/3.2.3/site-config-k1om-mpss-linux
./environment-setup-k1om-mpss-linux:export CONFIGURE_FLAGS=&quot;--target=k1om-mpss-linux --host=k1om-mpss-linux --build=x86_64-linux --with-libtool-sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export CFLAGS=&quot;   -m64  --sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export CXXFLAGS=&quot;   -m64  --sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export LDFLAGS=&quot;  --sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export CPPFLAGS=&quot;   -m64  --sysroot=/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export OECORE_NATIVE_SYSROOT=&quot;/opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux&quot;
./environment-setup-k1om-mpss-linux:export OECORE_TARGET_SYSROOT=&quot;/opt/mpss/3.2.3/sysroots/k1om-mpss-linux&quot;
./environment-setup-k1om-mpss-linux:export OECORE_ACLOCAL_OPTS=&quot;-I /opt/mpss/3.2.3/sysroots/x86_64-mpsssdk-linux/usr/share/aclocal&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="90850" author="brian" created="Tue, 5 Aug 2014 13:33:35 +0000"  >&lt;p&gt;How can I reproduce your attempt at this?&lt;/p&gt;

&lt;p&gt;Ideally you should do:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;$ script
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and then at the shell prompt you get after the &lt;tt&gt;script&lt;/tt&gt; command, show all of the steps you need to take to reproduce, including all git clones, fetches, checkouts, package downloads, etc.  Assuming you have nothing already cloned, downloaded, etc. so that you show where everything comes from and what you do with it.&lt;/p&gt;

&lt;p&gt;and when you have reproduced the above, type &quot;exit&quot; at your shell prompt and then provide the &lt;tt&gt;typescript&lt;/tt&gt; file that the &lt;tt&gt;script&lt;/tt&gt; command produced.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwmev:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13965</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>