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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2539F158012 for ; Tue, 13 Sep 2022 23:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3F6E08E0; Tue, 13 Sep 2022 23:46:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 486E4E08E0 for ; Tue, 13 Sep 2022 23:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C58833BDF0 for ; Tue, 13 Sep 2022 23:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951C456A for ; Tue, 13 Sep 2022 23:46:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663112791.e2438c028e2eb9d4f848d027e5f484424f6ca004.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-1.2.3-r3.ebuild sys-libs/musl/musl-9999.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2438c028e2eb9d4f848d027e5f484424f6ca004 X-VCS-Branch: master Date: Tue, 13 Sep 2022 23:46:39 +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: 71a887ba-cb4f-4866-82af-b15a3e26b481 X-Archives-Hash: f133a0d7c15b0d3365d1bdae8b868dd6 commit: e2438c028e2eb9d4f848d027e5f484424f6ca004 Author: Sam James gentoo org> AuthorDate: Tue Sep 13 23:46:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 13 23:46:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2438c02 sys-libs/musl: set QA_PRESTRIPPED for crtn.o vapier's comment is really it: ""' > crt files are often hand written assembly, and for the init/fini ones, > barely any code at all. so they tend not to have anything useful to add > debugging wise, if the tools even support it in the first place. > > not really worth trying to add debugging info to really any of the crt > files. we should figure out how to suppress the warning for them. or > ignore it. """ Closes: https://bugs.gentoo.org/830213 Signed-off-by: Sam James gentoo.org> sys-libs/musl/musl-1.2.3-r3.ebuild | 6 ++++-- sys-libs/musl/musl-9999.ebuild | 12 +++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/sys-libs/musl/musl-1.2.3-r3.ebuild b/sys-libs/musl/musl-1.2.3-r3.ebuild index 563d555aab5a..215d34d742fa 100644 --- a/sys-libs/musl/musl-1.2.3-r3.ebuild +++ b/sys-libs/musl/musl-1.2.3-r3.ebuild @@ -40,8 +40,10 @@ LICENSE="MIT LGPL-2 GPL-2" SLOT="0" IUSE="crypt headers-only" -QA_SONAME="/usr/lib/libc.so" -QA_DT_NEEDED="/usr/lib/libc.so" +QA_SONAME="usr/lib/libc.so" +QA_DT_NEEDED="usr/lib/libc.so" +# bug #830213 +QA_PRESTRIPPED="usr/lib/crtn.o" # We want crypt on by default for this as sys-libs/libxcrypt isn't (yet?) # built as part as crossdev. Also, elide the blockers when in cross-*, diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index b42381e40998..215d34d742fa 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -40,9 +40,15 @@ LICENSE="MIT LGPL-2 GPL-2" SLOT="0" IUSE="crypt headers-only" -QA_SONAME="/usr/lib/libc.so" -QA_DT_NEEDED="/usr/lib/libc.so" - +QA_SONAME="usr/lib/libc.so" +QA_DT_NEEDED="usr/lib/libc.so" +# bug #830213 +QA_PRESTRIPPED="usr/lib/crtn.o" + +# We want crypt on by default for this as sys-libs/libxcrypt isn't (yet?) +# built as part as crossdev. Also, elide the blockers when in cross-*, +# as it doesn't make sense to block the normal CBUILD libxcrypt at all +# there when we're installing into /usr/${CHOST} anyway. if [[ ${CATEGORY} == cross-* ]] ; then IUSE="${IUSE/crypt/+crypt}" else