Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2015-10-22-gcc-5-new-c++11-abi/
Date: Sun, 20 Dec 2015 21:22:55
Message-Id: 1450646492.79af08d33efb4561657f7c25b42f407ad8f4ffeb.floppym@gentoo
1 commit: 79af08d33efb4561657f7c25b42f407ad8f4ffeb
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 21:21:32 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 21:21:32 2015 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=79af08d3
7
8 gcc-5-new-c++11-abi: Revise revdep-rebuild instructions
9
10 gentoolkit-0.3.1 requires slightly different syntax.
11
12 .../2015-10-22-gcc-5-new-c++11-abi.en.txt | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt b/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt
16 index 5f6ffbb..9760753 100644
17 --- a/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt
18 +++ b/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt
19 @@ -2,7 +2,7 @@ Title: GCC 5 Defaults to the New C++11 ABI
20 Author: Mike Frysinger <vapier@g.o>
21 Content-Type: text/plain
22 Posted: 2015-10-22
23 -Revision: 1
24 +Revision: 2
25 News-Item-Format: 1.0
26 Display-If-Installed: >=sys-devel/gcc-5
27
28 @@ -13,7 +13,12 @@ into link time errors that include lines similar to:
29 Or you might see linkage failures with "std::__cxx11::string" in the output.
30
31 These are signs that you need to rebuild packages using the new C++ ABI.
32 -You can quickly do so by using revdep-rebuild (from gentoolkit) like so:
33 +You can quickly do so by using revdep-rebuild (from gentoolkit).
34 +
35 +For gentoolkit-0.3.1 or higher:
36 +# revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
37 +
38 +For previous versions of gentoolkit:
39 # revdep-rebuild --library 'libstdc\+\+\.so\.6' -- --exclude gcc
40
41 For more details, feel free to peruse: