aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-12-20 16:21:32 -0500
committerMike Gilbert <floppym@gentoo.org>2015-12-20 16:21:32 -0500
commit79af08d33efb4561657f7c25b42f407ad8f4ffeb (patch)
treef65af6ae49a98b702f3510c58868076a61e510cd
parentRemove old 2009-04-18-java-config-wrapper-0.16 with permission of java team. (diff)
downloadgentoo-news-79af08d3.tar.gz
gentoo-news-79af08d3.tar.bz2
gentoo-news-79af08d3.zip
gcc-5-new-c++11-abi: Revise revdep-rebuild instructions
gentoolkit-0.3.1 requires slightly different syntax.
-rw-r--r--2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt9
1 files changed, 7 insertions, 2 deletions
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
index 5f6ffbb..9760753 100644
--- 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
@@ -2,7 +2,7 @@ Title: GCC 5 Defaults to the New C++11 ABI
Author: Mike Frysinger <vapier@gentoo.org>
Content-Type: text/plain
Posted: 2015-10-22
-Revision: 1
+Revision: 2
News-Item-Format: 1.0
Display-If-Installed: >=sys-devel/gcc-5
@@ -13,7 +13,12 @@ into link time errors that include lines similar to:
Or you might see linkage failures with "std::__cxx11::string" in the output.
These are signs that you need to rebuild packages using the new C++ ABI.
-You can quickly do so by using revdep-rebuild (from gentoolkit) like so:
+You can quickly do so by using revdep-rebuild (from gentoolkit).
+
+For gentoolkit-0.3.1 or higher:
+# revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
+
+For previous versions of gentoolkit:
# revdep-rebuild --library 'libstdc\+\+\.so\.6' -- --exclude gcc
For more details, feel free to peruse: