From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D63B138334 for ; Mon, 14 Oct 2019 06:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBDFE08A0; Mon, 14 Oct 2019 06:58:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62F79E08A0 for ; Mon, 14 Oct 2019 06:58:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD5F234BCBE for ; Mon, 14 Oct 2019 06:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23034720 for ; Mon, 14 Oct 2019 06:58:15 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1571036285.650d70eb5d91265329e2f730bc1aed0fa5863db6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.19-r2.ebuild sys-libs/glibc/glibc-2.24-r4.ebuild sys-libs/glibc/glibc-2.25-r11.ebuild sys-libs/glibc/glibc-2.26-r7.ebuild sys-libs/glibc/glibc-2.27-r6.ebuild sys-libs/glibc/glibc-2.28-r6.ebuild sys-libs/glibc/glibc-2.29-r2.ebuild sys-libs/glibc/glibc-2.29-r4.ebuild sys-libs/glibc/glibc-2.29-r5.ebuild sys-libs/glibc/glibc-2.30-r1.ebuild sys-libs/glibc/glibc-2.30.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 650d70eb5d91265329e2f730bc1aed0fa5863db6 X-VCS-Branch: master Date: Mon, 14 Oct 2019 06:58:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e79f1880-967b-4897-804d-05ef108c9cc7 X-Archives-Hash: 1ec60fdb96f3f282260356a8df8ffef0 commit: 650d70eb5d91265329e2f730bc1aed0fa5863db6 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Oct 14 06:57:44 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Oct 14 06:58:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650d70eb sys-libs/glibc: disable stripping for cross-glibc commit e14229b10b513a164f8379ff14cc8c644c071f27 dropped special stripping and relied on standard ${CHOST}-strip. Unfortunately one special case wa missing: cross-*/glibc ebuilds use ${CTARGET} as a target and are installed into the host. That causes ${CHOST}-strip to be called on ${CTARGET} binaries. If multitarget is not enabled strip either breaks such bianries or makes them untouched. Disable tripping until we migrated off off cross-*/glibc ebuilds. Reported-by: Johannes Geiss Closes: https://bugs.gentoo.org/697428 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/glibc/glibc-2.19-r2.ebuild | 3 +++ sys-libs/glibc/glibc-2.24-r4.ebuild | 3 +++ sys-libs/glibc/glibc-2.25-r11.ebuild | 3 +++ sys-libs/glibc/glibc-2.26-r7.ebuild | 3 +++ sys-libs/glibc/glibc-2.27-r6.ebuild | 3 +++ sys-libs/glibc/glibc-2.28-r6.ebuild | 3 +++ sys-libs/glibc/glibc-2.29-r2.ebuild | 3 +++ sys-libs/glibc/glibc-2.29-r4.ebuild | 3 +++ sys-libs/glibc/glibc-2.29-r5.ebuild | 3 +++ sys-libs/glibc/glibc-2.30-r1.ebuild | 3 +++ sys-libs/glibc/glibc-2.30.ebuild | 3 +++ sys-libs/glibc/glibc-9999.ebuild | 3 +++ 12 files changed, 36 insertions(+) diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index 0fedbb8e940..20b236f9037 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -56,6 +56,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.24-r4.ebuild b/sys-libs/glibc/glibc-2.24-r4.ebuild index b808611bd31..4c862498855 100644 --- a/sys-libs/glibc/glibc-2.24-r4.ebuild +++ b/sys-libs/glibc/glibc-2.24-r4.ebuild @@ -49,6 +49,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild b/sys-libs/glibc/glibc-2.25-r11.ebuild index e2a0f9131bb..4b3ac83a890 100644 --- a/sys-libs/glibc/glibc-2.25-r11.ebuild +++ b/sys-libs/glibc/glibc-2.25-r11.ebuild @@ -51,6 +51,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild index 34d8fb8a7ac..80530db6e45 100644 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild @@ -55,6 +55,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.27-r6.ebuild b/sys-libs/glibc/glibc-2.27-r6.ebuild index f1409e36cf3..2b333181bf7 100644 --- a/sys-libs/glibc/glibc-2.27-r6.ebuild +++ b/sys-libs/glibc/glibc-2.27-r6.ebuild @@ -55,6 +55,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild index aa318b7e0f1..2a512a62aec 100644 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild @@ -55,6 +55,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild index b80ddd00814..bd08c9a208a 100644 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild @@ -57,6 +57,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.29-r4.ebuild b/sys-libs/glibc/glibc-2.29-r4.ebuild index 7282d89d8ee..0f388a106c6 100644 --- a/sys-libs/glibc/glibc-2.29-r4.ebuild +++ b/sys-libs/glibc/glibc-2.29-r4.ebuild @@ -57,6 +57,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.29-r5.ebuild b/sys-libs/glibc/glibc-2.29-r5.ebuild index 1c3f4a15dde..6ac0497d07c 100644 --- a/sys-libs/glibc/glibc-2.29-r5.ebuild +++ b/sys-libs/glibc/glibc-2.29-r5.ebuild @@ -57,6 +57,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.30-r1.ebuild b/sys-libs/glibc/glibc-2.30-r1.ebuild index b3da5c0345e..51bf1cbd9f3 100644 --- a/sys-libs/glibc/glibc-2.30-r1.ebuild +++ b/sys-libs/glibc/glibc-2.30-r1.ebuild @@ -58,6 +58,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-2.30.ebuild b/sys-libs/glibc/glibc-2.30.ebuild index 5a8933d5d96..544eec7b687 100644 --- a/sys-libs/glibc/glibc-2.30.ebuild +++ b/sys-libs/glibc/glibc-2.30.ebuild @@ -58,6 +58,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index d529e346178..6894e04b796 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -58,6 +58,9 @@ export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY} == cross-* ]] ; then export CTARGET=${CATEGORY#cross-} + # portage's attempt to strip breaks non-native bianries + # at least on arm: bug #697428 + RESTRICT=strip fi fi