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 5012A1381F3 for ; Sat, 1 Dec 2012 21:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDE221C023; Sat, 1 Dec 2012 21:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68AB721C023 for ; Sat, 1 Dec 2012 21:19:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D70233D985 for ; Sat, 1 Dec 2012 21:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B980BE5436 for ; Sat, 1 Dec 2012 21:19:18 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1354396496.05827f3b3bcdbb134633e39b1226715c8e4b3a8b.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 05827f3b3bcdbb134633e39b1226715c8e4b3a8b X-VCS-Branch: master Date: Sat, 1 Dec 2012 21:19:18 +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: 4ede3902-d191-4ed2-85d2-47a248a727f6 X-Archives-Hash: af91d142893623673ad4ef48a93a856e commit: 05827f3b3bcdbb134633e39b1226715c8e4b3a8b Author: Zac Medico gentoo org> AuthorDate: Sat Dec 1 21:14:56 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Dec 1 21:14:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=05827f3b Revert "prepstrip: avoid duplicates for bug #445336" This reverts commit bba20c632e79426cd006dd2b732fcaed079ac43a. The sort needs to be inside the subshell in order for it to work as intended. A correct patch will follow. --- bin/ebuild-helpers/prepstrip | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 408060a..575001c 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -249,7 +249,7 @@ while read -r x ; do done < <( scanelf -yqRBF '#k%F' -k '.symtab' "$@" find "$@" -type f ! -type l -name '*.a' -) | LC_ALL=C sort -u +) # Now we look for unstripped binaries. for inode_link in $(shopt -s nullglob; echo *) ; do