<html><head></head><body>So, to be sure: Since it appears to be a bad idea to update the whole system now... ;-) In order to properly re-build pkgs is it sufficient to update just gcc?<br><br><div class="gmail_quote">Am 10. Dezember 2015 08:14:54 MEZ, schrieb "Philip Müller" <philm@manjaro.org>:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi all,<br /><br />GCC-5.x release libstdc++ with a dual ABI [1].  We have now switched to<br />the new ABI in our [unstable].<br /><br />While the old C++ ABI is still available, it is recommended that you<br />build all non-repo and overlay packages to have the new ABI. This is<br />particularly if they link to another library built against the new ABI.<br /> You can get the list of packages to rebuild using the following:<br /><br />for i in $(pacman -Qqm); do<br />  if pacman -Qql $i | xargs readelf -d 2>/dev/null | grep -q<br />libstdc++.so.6; then<br />    echo $i;<br />  fi;<br />done<br /><br />[1] <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html">https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html</a><br /><hr /><br />manjaro-dev mailing list<br />manjaro-dev@manjaro.org<br /><a href="http://lists.manjaro.org/mailman/listinfo/manjaro-dev">http://lists.manjaro.org/mailman/listinfo/manjaro-dev</a><br
/></pre></blockquote></div><br>
-- <br>
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.</body></html>