From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C81071582EF for ; Mon, 10 Feb 2025 00:19:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B1C1334310B for ; Mon, 10 Feb 2025 00:19:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 056B3110475; Mon, 10 Feb 2025 00:19:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EF88B110475 for ; Mon, 10 Feb 2025 00:19:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A535834309B for ; Mon, 10 Feb 2025 00:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5F052774 for ; Mon, 10 Feb 2025 00:19:23 +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: <1739146597.6a2c619fe521b9c5a54347539497c4171d46e8de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a2c619fe521b9c5a54347539497c4171d46e8de X-VCS-Branch: master Date: Mon, 10 Feb 2025 00:19:23 +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: 9ec9f0d8-c5c3-483f-ac15-ee6474ea85c3 X-Archives-Hash: fe84948da25614f86ab16113af795c86 commit: 6a2c619fe521b9c5a54347539497c4171d46e8de Author: Matt Jolly gentoo org> AuthorDate: Sun Feb 9 14:12:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 00:16:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2c619f profiles: mask Rust revisions that use ld.so.conf We want all of our users to migrate to the RPATH revisions quickly. This should warn and encourage that. Bug: https://bugs.gentoo.org/949374 Signed-off-by: Matt Jolly gentoo.org> Signed-off-by: Sam James gentoo.org> profiles/package.mask | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index f63e38aa6d22..64efb72da32a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,36 @@ #--- END OF EXAMPLES --- +# Matt Jolly (2025-02-10) +# Rust ebuilds are migrating to use RPATH/RUNPATH to find their libraries. +# New revisions for each Slot are already in-tree and should be used instead. +# Bug 949374 +=dev-lang/rust-1.71.1-r100 +=dev-lang/rust-1.74.1-r100 +=dev-lang/rust-1.75.0-r100 +=dev-lang/rust-1.76.0-r100 +=dev-lang/rust-1.77.1-r100 +=dev-lang/rust-1.79.0-r100 +=dev-lang/rust-1.78.0-r100 +=dev-lang/rust-1.80.1-r100 +=dev-lang/rust-1.81.0-r100 +=dev-lang/rust-1.82.0-r100 +=dev-lang/rust-1.82.0-r101 +=dev-lang/rust-1.83.0-r1 +=dev-lang/rust-1.84.0 +=dev-lang/rust-1.84.1 +=dev-lang/rust-bin-1.71.1-r101 +=dev-lang/rust-bin-1.74.1-r101 +=dev-lang/rust-bin-1.75.0-r101 +=dev-lang/rust-bin-1.77.1-r101 +=dev-lang/rust-bin-1.79.0-r101 +=dev-lang/rust-bin-1.80.1-r101 +=dev-lang/rust-bin-1.81.0-r101 +=dev-lang/rust-bin-1.82.0-r101 +=dev-lang/rust-bin-1.83.0 +=dev-lang/rust-bin-1.84.0 +=dev-lang/rust-bin-1.84.1 + # Michal Rostecki (2025-02-09) # A libgcc_s drop-in replacement, which conflicts with sys-devel/gcc, # therefore meant only for profiles which can work without GCC being