<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Ross<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 5, 2016, at 9:31 AM, Burton, Ross <<a href="mailto:ross.burton@intel.com" class="">ross.burton@intel.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra">On 5 January 2016 at 09:32, Lukas Bulwahn <span dir="ltr" class=""><<a href="mailto:lukas.bulwahn@oss.bmw-carit.de" target="_blank" class="">lukas.bulwahn@oss.bmw-carit.de</a>></span> wrote:<br class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":2m2" class="" style="overflow:hidden">Due to the version update to 1.59.0, the two patches previously<br class="">
backported in this recipe are now dropped. The actual status of<br class="">
the arm-intrinsics.patch (reported with Upstream-Status: Backport)<br class="">
is unknown to the committer, and hence, that patch is kept in the<br class="">
recipe, even if it is possibly not required anymore. A deeper<br class="">
analysis is required to determine need and status of that patch.<br class="">
Furthermore, <span class="">boost</span> 1.59.0 provides a new library, called timer,<br class="">
which is packaged as further library in the <span class="">boost</span> recipe. The<br class="">
update to <span class="">boost</span> 1.60.0 required no further changes beyond<br class="">
changing the checksum hashes.</div></blockquote></div><br class="">This is breaking on mpc8315e-rdb (the reference PPC in meta-yocto-bsp):</div><div class="gmail_extra"><br class=""></div><div class="gmail_extra"><div class="gmail_extra">| gcc.compile.c++ bin.v2/libs/test/build/aca09349fdb84d131321425f6c3a38ed/execution_monitor.o</div><div class="gmail_extra">| In file included from /data/poky-master/tmp/sysroots/mpc8315e-rdb/usr/include/fenv.h:114:0,</div><div class="gmail_extra">| from /data/poky-master/tmp/sysroots/mpc8315e-rdb/usr/include/c++/5.3.0/fenv.h:36,</div><div class="gmail_extra">| from ./boost/detail/fenv.hpp:97,</div><div class="gmail_extra">| from ./boost/test/execution_monitor.hpp:64,</div><div class="gmail_extra">| from ./boost/test/impl/execution_monitor.ipp:31,</div><div class="gmail_extra">| from libs/test/src/execution_monitor.cpp:16:</div><div class="gmail_extra">| ./boost/test/impl/execution_monitor.ipp: In function 'unsigned int boost::fpe::enable(unsigned int)':</div><div class="gmail_extra">| ./boost/test/impl/execution_monitor.ipp:1383:7: error: expected id-expression before '(' token</div><div class="gmail_extra">| ::feclearexcept(BOOST_FPE_ALL);</div><div class="gmail_extra">| ^</div><div class="gmail_extra">| ./boost/test/impl/execution_monitor.ipp: In function 'unsigned int boost::fpe::disable(unsigned int)':</div><div class="gmail_extra">| ./boost/test/impl/execution_monitor.ipp:1420:7: error: expected id-expression before '(' token</div><div class="gmail_extra">| ::feclearexcept(BOOST_FPE_ALL);</div><div class="gmail_extra">| ^</div><div class="gmail_extra"><br class=""></div><div class="gmail_extra">Any idea?</div><div class="gmail_extra"><br class=""></div></div></div></div></blockquote><div><br class=""></div><div>these source files might not be including boost’s own fenv.hpp header might be.</div><div><br class=""></div><div>I wonder is SPE has issues with FPU status functions can you try to build a small sample using feclearexcept()</div><div>something like</div><div><br class=""></div><div>#include <fenv.h></div><div>int main()</div><div><div class="">{</div><div class=""> feclearexcept (FE_ALL_EXCEPT);</div><div class=""> return 0;</div><div class="">}</div></div><div><div class=""><br class=""></div><div class="">does it link ?</div><div class=""><br class=""></div></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_extra">Ross</div></div></div>
-- <br class="">_______________________________________________<br class="">Openembedded-core mailing list<br class=""><a href="mailto:Openembedded-core@lists.openembedded.org" class="">Openembedded-core@lists.openembedded.org</a><br class="">http://lists.openembedded.org/mailman/listinfo/openembedded-core<br class=""></div></blockquote></div><br class=""></div></body></html>