<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Somehow I forgot that I am building in a chroot - good morning! :D<br>
    <br>
    <div class="moz-cite-prefix">On 10/12/15 09:47, Bernhard Landauer
      wrote:<br>
    </div>
    <blockquote
      cite="mid:7A969813-B41E-4ACC-8703-721A0B590E5E@manjaro.org"
      type="cite">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" <a class="moz-txt-link-rfc2396E" href="mailto:philm@manjaro.org"><philm@manjaro.org></a>:
        <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,

GCC-5.x release libstdc++ with a dual ABI [1].  We have now switched to
the new ABI in our [unstable].

While the old C++ ABI is still available, it is recommended that you
build all non-repo and overlay packages to have the new ABI. This is
particularly if they link to another library built against the new ABI.
 You can get the list of packages to rebuild using the following:

for i in $(pacman -Qqm); do
  if pacman -Qql $i | xargs readelf -d 2>/dev/null | grep -q
libstdc++.so.6; then
    echo $i;
  fi;
done

[1] <a moz-do-not-send="true" href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html">https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html</a>
<hr>
manjaro-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev@manjaro.org">manjaro-dev@manjaro.org</a>
<a moz-do-not-send="true" href="http://lists.manjaro.org/mailman/listinfo/manjaro-dev">http://lists.manjaro.org/mailman/listinfo/manjaro-dev</a>
</pre></blockquote></div>

-- 

Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

<fieldset class="mimeAttachmentHeader"></fieldset>
<pre wrap="">_______________________________________________
manjaro-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev@manjaro.org">manjaro-dev@manjaro.org</a>
<a class="moz-txt-link-freetext" href="http://lists.manjaro.org/mailman/listinfo/manjaro-dev">http://lists.manjaro.org/mailman/listinfo/manjaro-dev</a>
</pre>

</blockquote>
</body></html>