From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 632C51384B4 for ; Sun, 20 Dec 2015 21:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF2221C004; Sun, 20 Dec 2015 21:22:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1144D21C004 for ; Sun, 20 Dec 2015 21:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACD6C340702 for ; Sun, 20 Dec 2015 21:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870F5B41 for ; Sun, 20 Dec 2015 21:22:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1450646492.79af08d33efb4561657f7c25b42f407ad8f4ffeb.floppym@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2015-10-22-gcc-5-new-c++11-abi/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt X-VCS-Directories: 2015-10-22-gcc-5-new-c++11-abi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 79af08d33efb4561657f7c25b42f407ad8f4ffeb X-VCS-Branch: master Date: Sun, 20 Dec 2015 21:22:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 419d5660-274f-4018-97a9-89b736d9ccf3 X-Archives-Hash: cf369969d219a83b0ff755516f51a363 commit: 79af08d33efb4561657f7c25b42f407ad8f4ffeb Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 20 21:21:32 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 20 21:21:32 2015 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=79af08d3 gcc-5-new-c++11-abi: Revise revdep-rebuild instructions gentoolkit-0.3.1 requires slightly different syntax. .../2015-10-22-gcc-5-new-c++11-abi.en.txt | 9 +++++++-- 1 file 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 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: