<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi guys,<br>
    <br>
    I updated yesterday my unstable from arch testing repo.<br>
    No problems, just dbus-openrc needs update to 1.10.6.<br>
    <br>
    All other openrc related packages work.<br>
    <br>
    running the check script<big>:<br>
      <br>
      $ sh foo<br>
      ffmpegthumbs-git<br>
      kdepasswd-frameworks-git<br>
      kdialog-frameworks-git<br>
      keditbookmarks-frameworks-git<br>
      kfind-frameworks-git<br>
      konq-plugins-frameworks-git<br>
      libkonq-frameworks-git<br>
      <br>
    </big><br>
    <div class="moz-cite-prefix">Am 10.12.2015 um 12:00 schrieb
      <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev-request@manjaro.org">manjaro-dev-request@manjaro.org</a>:<br>
    </div>
    <blockquote
      cite="mid:mailman.3.1449745201.9814.manjaro-dev@manjaro.org"
      type="cite">
      <pre wrap="">Send manjaro-dev mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev@manjaro.org">manjaro-dev@manjaro.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.manjaro.org/mailman/listinfo/manjaro-dev">http://lists.manjaro.org/mailman/listinfo/manjaro-dev</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev-request@manjaro.org">manjaro-dev-request@manjaro.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev-owner@manjaro.org">manjaro-dev-owner@manjaro.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of manjaro-dev digest..."


Today's Topics:

   1.  C++ ABI bump rebuild (announcement) (Philip M?ller)
   2. Re:  C++ ABI bump rebuild (announcement) (Bernhard Landauer)
   3. Re:  C++ ABI bump rebuild (announcement) (Bernhard Landauer)
   4. Re:  C++ ABI bump rebuild (announcement) (Philip M?ller)
   5. Re:  C++ ABI bump rebuild (announcement) (Bernhard Landauer)
   6. Re:  C++ ABI bump rebuild (announcement) (Bernhard Landauer)
   7. Re:  C++ ABI bump rebuild (announcement) (Philip M?ller)


----------------------------------------------------------------------

Message: 1
Date: Thu, 10 Dec 2015 08:14:54 +0100
From: Philip M?ller <a class="moz-txt-link-rfc2396E" href="mailto:philm@manjaro.org"><philm@manjaro.org></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:manjaro-packages@manjaro.org">manjaro-packages@manjaro.org</a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev@manjaro.org">manjaro-dev@manjaro.org</a>
Subject: [manjaro-dev] C++ ABI bump rebuild (announcement)
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:5669266E.8090808@manjaro.org"><5669266E.8090808@manjaro.org></a>
Content-Type: text/plain; charset=windows-1252

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 class="moz-txt-link-freetext" href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html">https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html</a>


------------------------------

Message: 2
Date: Thu, 10 Dec 2015 09:47:07 +0100
From: Bernhard Landauer <a class="moz-txt-link-rfc2396E" href="mailto:oberon@manjaro.org"><oberon@manjaro.org></a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:manjaro-dev@manjaro.org">manjaro-dev@manjaro.org</a>
Subject: Re: [manjaro-dev] C++ ABI bump rebuild (announcement)
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:7A969813-B41E-4ACC-8703-721A0B590E5E@manjaro.org"><7A969813-B41E-4ACC-8703-721A0B590E5E@manjaro.org></a>
Content-Type: text/plain; charset="utf-8"

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?

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>:
</pre>
      <blockquote type="cite">
        <pre wrap="">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 class="moz-txt-link-freetext" href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html">https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html</a>
_______________________________________________
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>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>