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 9E360158086 for ; Thu, 18 Nov 2021 00:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB2992BC038; Thu, 18 Nov 2021 00:02:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 717712BC038 for ; Thu, 18 Nov 2021 00:02:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 701F2342BB9 for ; Thu, 18 Nov 2021 00:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B2D1C8 for ; Thu, 18 Nov 2021 00:02:07 +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: <1637193718.49f4daae534d359eb473556c4c6a6745bb37974e.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.2-r4.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49f4daae534d359eb473556c4c6a6745bb37974e X-VCS-Branch: master Date: Thu, 18 Nov 2021 00:02:07 +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: 2701f1a3-3b72-45e0-aaa2-4bbbce6449d2 X-Archives-Hash: 8c98dff86dd1082e29632d87032d1704 commit: 49f4daae534d359eb473556c4c6a6745bb37974e Author: Sam James gentoo org> AuthorDate: Thu Nov 18 00:01:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 18 00:01:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f4daae sys-libs/musl: fix symlink path again Bug: https://bugs.gentoo.org/732482 Signed-off-by: Sam James gentoo.org> sys-libs/musl/musl-1.2.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/musl/musl-1.2.2-r4.ebuild b/sys-libs/musl/musl-1.2.2-r4.ebuild index 3fed1286ae1e..868577f61ad2 100644 --- a/sys-libs/musl/musl-1.2.2-r4.ebuild +++ b/sys-libs/musl/musl-1.2.2-r4.ebuild @@ -138,7 +138,7 @@ src_install() { # During cross, there's no guarantee that the host is using musl # so that file may not exist. Use a relative symlink within ${D} # instead. - dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1 + dosym8 -r /usr/lib/libc.so /lib/ld-musl-${arch}.so.1 # If it's still a dead symlnk, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die