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 DD64B1580E0 for ; Sat, 31 May 2025 05:53:03 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CA6A33430B2 for ; Sat, 31 May 2025 05:53:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CFE3111047D; Sat, 31 May 2025 05:53:02 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C426611047D for ; Sat, 31 May 2025 05:53:02 +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 7D3F73430B2 for ; Sat, 31 May 2025 05:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2999B6F for ; Sat, 31 May 2025 05:53:00 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.74 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.74 Date: Sat, 31 May 2025 05:53:00 +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: f03c456b-2464-4f09-bd4b-502b8fd98350 X-Archives-Hash: 4cdde6d7f5ef739ab719009f1d25dda8 commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 E25011580E0 for ; Sat, 31 May 2025 05:53:05 +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 CD0F3343134 for ; Sat, 31 May 2025 05:53:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DFDC4110480; Sat, 31 May 2025 05:53:02 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D7FEC11047E for ; Sat, 31 May 2025 05:53:02 +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 978813430BA for ; Sat, 31 May 2025 05:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156D928EE for ; Sat, 31 May 2025 05:53:01 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.75 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.75 Date: Sat, 31 May 2025 05:53:01 +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: ff1c334d-9586-4823-942e-56ec72b0fe48 X-Archives-Hash: 109824623edec02480b1050aecce92d4 Message-ID: <20250531055301.x-8kggtechPiCjdFl91-EheW3rDQm_CqwYioTnZLF8s@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 50BD71580E0 for ; Sat, 31 May 2025 05:53:12 +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 3AEB234318D for ; Sat, 31 May 2025 05:53:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 68D7A1104A5; Sat, 31 May 2025 05:53:04 +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 5FE311104A5 for ; Sat, 31 May 2025 05:53:04 +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 1BCFD3430B2 for ; Sat, 31 May 2025 05:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F11628F1 for ; Sat, 31 May 2025 05:53:01 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.76 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.76 Date: Sat, 31 May 2025 05:53:01 +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: 5deae4c8-095e-48e1-89fc-dabdd86728a2 X-Archives-Hash: 6d6bb297f7a7d04cb0e8f745c7510d6b Message-ID: <20250531055301.HxJS5YcF5PweO2R887EELtGGEA6vvU-jxPZFaSA58C8@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 D53581580E0 for ; Sat, 31 May 2025 05:53:14 +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 C0563343119 for ; Sat, 31 May 2025 05:53:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 87C391104AE; Sat, 31 May 2025 05:53:04 +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 7849F1104A8 for ; Sat, 31 May 2025 05:53:04 +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 3333C3430C6 for ; Sat, 31 May 2025 05:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B40228FB for ; Sat, 31 May 2025 05:53:01 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.77 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.77 Date: Sat, 31 May 2025 05:53:01 +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: 91e8f4b6-036f-4abe-be19-befeca7ba44b X-Archives-Hash: 11c97ac3ec2a572ae7b4a2ee1425332b Message-ID: <20250531055301.pH69t1Vpr5KmicCmXjIqzCc5r4As2S8NufCPPsViqpA@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 34DDD1580E0 for ; Sat, 31 May 2025 05:53:27 +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 2184C343179 for ; Sat, 31 May 2025 05:53:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BA07C1104BA; Sat, 31 May 2025 05:53:04 +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 AB2EA1104B7 for ; Sat, 31 May 2025 05:53:04 +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 6846A3430B2 for ; Sat, 31 May 2025 05:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E162900 for ; Sat, 31 May 2025 05:53:02 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.78 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.78 Date: Sat, 31 May 2025 05:53:02 +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: cc7edc5f-1fdb-4ce1-b6f2-faa658525a15 X-Archives-Hash: ee6e71017659c524afbbcf226371c518 Message-ID: <20250531055302._C4tFOI71RJiuf-9tFOmzCOwvW0EUVIDGkhn1W2OEP8@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 CD4EB1580E0 for ; Sat, 31 May 2025 05:53:39 +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 B9537343134 for ; Sat, 31 May 2025 05:53:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2D5791104BE; Sat, 31 May 2025 05:53:06 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1F2BC1104BE for ; Sat, 31 May 2025 05:53:06 +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 C64BF343119 for ; Sat, 31 May 2025 05:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 790BD291F for ; Sat, 31 May 2025 05:53:02 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.79 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.79 Date: Sat, 31 May 2025 05:53:02 +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: 9873c55d-6c4a-4a1e-94a9-5ac1208afceb X-Archives-Hash: 8a2098a0a9943a53c151df00203529b3 Message-ID: <20250531055302.QeC96gIODdhi-q1LbEqwVebef2CgPOpyUeMZy5U4kU0@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 6015C1580E0 for ; Sat, 31 May 2025 05:53:46 +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 451AC34319F for ; Sat, 31 May 2025 05:53:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 384801104C7; Sat, 31 May 2025 05:53:06 +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 2ADBE1104C2 for ; Sat, 31 May 2025 05:53:06 +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 DA48A34314C for ; Sat, 31 May 2025 05:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC8FE28EE for ; Sat, 31 May 2025 05:53:02 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.80 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.80 Date: Sat, 31 May 2025 05:53:02 +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: 24380d97-3070-4592-bc3d-3fb538eb4a0d X-Archives-Hash: f648fde25a539c8bfc3e840ce5c07aa6 Message-ID: <20250531055302.zNRmp1Jy1mhY-UEu89mqWAax2LO1Dcdeged3VlxM54o@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 678271580E0 for ; Sat, 31 May 2025 05:53:54 +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 5467E3430F7 for ; Sat, 31 May 2025 05:53:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5D2A91104CB; Sat, 31 May 2025 05:53:06 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 53C581104CC for ; Sat, 31 May 2025 05:53:06 +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 12CDC343157 for ; Sat, 31 May 2025 05:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D75B2976 for ; Sat, 31 May 2025 05:53:03 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.81 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.81 Date: Sat, 31 May 2025 05:53:03 +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: 172cfaeb-336e-48ee-8d1d-d88f02e70521 X-Archives-Hash: e08ff29a1751048d02b2f3774af87f38 Message-ID: <20250531055303.Y2o0hwr7loVc30G5Lpo0TfrKdzop_UoYOBEeKyWHpwE@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 789561580E0 for ; Sat, 31 May 2025 05:54:08 +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 653A1343196 for ; Sat, 31 May 2025 05:54:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B1C461104D7; Sat, 31 May 2025 05:53:07 +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 A3AB91104D0 for ; Sat, 31 May 2025 05:53:07 +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 616103430E3 for ; Sat, 31 May 2025 05:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 163D72981 for ; Sat, 31 May 2025 05:53:04 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.82 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.82 Date: Sat, 31 May 2025 05:53:04 +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: f133bf07-d037-49ad-ab73-a64c0ffa558e X-Archives-Hash: 7808606274080feb8c5dc852097119b6 Message-ID: <20250531055304.yydZ0tmIZTWz09hji4-sXV0sKhcCpHSQsCTwrmQ94jo@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 DFCCE1580E0 for ; Sat, 31 May 2025 05:54:20 +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 CA8253430F2 for ; Sat, 31 May 2025 05:54:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DCC201104DD; Sat, 31 May 2025 05:53:07 +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 D4D4C1104DC for ; Sat, 31 May 2025 05:53:07 +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 938823430DE for ; Sat, 31 May 2025 05:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11DE28FB for ; Sat, 31 May 2025 05:53:04 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.83 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.83 Date: Sat, 31 May 2025 05:53:04 +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: fb0c0a32-4e49-4930-95b8-6ee4a50c5ea3 X-Archives-Hash: 59108e48b4362f2b7afb77e916d2a864 Message-ID: <20250531055304.C9KsIiq2aRgkkQrGNNFI5QHcfrwh-NkTXF4JUgo531E@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 592CF1580E0 for ; Sat, 31 May 2025 05:54:35 +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 427753430F2 for ; Sat, 31 May 2025 05:54:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3882C1104E4; Sat, 31 May 2025 05:53:09 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2EC051104E4 for ; Sat, 31 May 2025 05:53:09 +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 E0DF03430FF for ; Sat, 31 May 2025 05:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68A7E2989 for ; Sat, 31 May 2025 05:53:05 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.84 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.84 Date: Sat, 31 May 2025 05:53:05 +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: 9c73518d-7e5e-4f63-bf4a-28248c0f8b06 X-Archives-Hash: c6099b52aacc8311a79944de7ea851cd Message-ID: <20250531055305.CvpKBVcLIxukOgeXvMgUwOOU47nbCKnyDhnvyipuPT4@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 1A6A91580E0 for ; Sat, 31 May 2025 05:54:56 +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 C0250343210 for ; Sat, 31 May 2025 05:54:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83F141104EF; Sat, 31 May 2025 05:53:09 +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 760561104EE for ; Sat, 31 May 2025 05:53:09 +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 360343430DE for ; Sat, 31 May 2025 05:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 429BCE9B for ; Sat, 31 May 2025 05:53:06 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.85 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.85 Date: Sat, 31 May 2025 05:53:06 +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: 84333a6b-5170-482e-98ab-69487edfd351 X-Archives-Hash: 701f486a4c620bb731a386b198241551 Message-ID: <20250531055306.H8N-DqoxXqJ9jg2Oqo7FORbQZQYdR-g0-Gx4OIMQiAQ@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 58ED41580E0 for ; Sat, 31 May 2025 05:55:15 +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 29512343210 for ; Sat, 31 May 2025 05:55:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E41BB1104FF; Sat, 31 May 2025 05:53:10 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D3A4E1104F7 for ; Sat, 31 May 2025 05:53:10 +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 92101343163 for ; Sat, 31 May 2025 05:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F862940 for ; Sat, 31 May 2025 05:53:07 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.86 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.86 Date: Sat, 31 May 2025 05:53: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: a2d109ca-9b0b-431c-9e53-2273de3bbb9e X-Archives-Hash: 2dcd9a69066288590e061e3e3949b510 Message-ID: <20250531055307.5CZCAw4RLh9o5Znfk85LjFxvJv4tHCLPFHai480ef6I@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 969CA1580E0 for ; Sat, 31 May 2025 05:55:32 +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 82A6D343234 for ; Sat, 31 May 2025 05:55:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2FAD2110504; Sat, 31 May 2025 05:53:11 +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 23106110504 for ; Sat, 31 May 2025 05:53:11 +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 D729A34317F for ; Sat, 31 May 2025 05:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E1628FD for ; Sat, 31 May 2025 05:53:08 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:1.87 commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: 1.87 Date: Sat, 31 May 2025 05:53:08 +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: f0470808-21f9-445f-b535-41b26e33463e X-Archives-Hash: 328b68399ff3ca11f4de15661b680b45 Message-ID: <20250531055308.J07Kd_ExG4oqy6o9rRexojaL5RI-ZVz9zmGbgW-IJys@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!). 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 919B31580E0 for ; Sat, 31 May 2025 05:56:02 +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 7F04D3430F2 for ; Sat, 31 May 2025 05:56:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A47C5110512; Sat, 31 May 2025 05:53:12 +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 980A2110512 for ; Sat, 31 May 2025 05:53:12 +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 5715C34318D for ; Sat, 31 May 2025 05:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D30E2988 for ; Sat, 31 May 2025 05:53:09 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1748670728.2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4.kangie@gentoo> Subject: [gentoo-commits] proj/rust-patches:master commit in: / X-VCS-Repository: proj/rust-patches X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 X-VCS-Branch: master Date: Sat, 31 May 2025 05:53:09 +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: 8ec44614-1c57-4d9e-b03c-f56a49773135 X-Archives-Hash: 0cc2b93634e0997e888c3d380e390c82 Message-ID: <20250531055309.fuDsl0NWTysHtlLJQHpPaaGW0DcJsSq5YfhXm4BZ0R0@z> commit: 2f5f9d1a670ddbfb09193750b7d6fefa24bfd2f4 Author: Matt Jolly gentoo org> AuthorDate: Sat May 31 05:52:08 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat May 31 05:52:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=2f5f9d1a Initial commit with README Signed-off-by: Matt Jolly gentoo.org> README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9999e72 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +################### +Gentoo Rust Patches +################### + +This repository contains patches required to build Rust on Gentoo Linux. These patches were previously +part of the main Gentoo repository but have been moved here due to their size and to make maintenance easier. + +The patches are applied to the Rust source code during the build process. They address various issues such as +compatibility with the Gentoo environment, specific compiler flags, and other adjustments needed for a successful build, +or are backports to fix specific issues. + +Usage +===== + +A branch will be created for each new Rust release (e.g. ``1.88``), and patches will be added to that branch as needed. + +Tags for ``${PV}`` will be created for each release, e.g. ``1.88.0``, ``1.88.1``, etc., to track the specific versions of +Rust that these patches apply to. Revbumps will be tagged as required - if a patch is added or updated, a tag will be +created for the new version (e.g. ``1.88.0-r1``). + +``master`` will contain patches required for ``nightly`` (live / ``9999``) ebuilds and will be updated as needed. + +To use the patches, you can clone this repository and apply the patches to the Rust source code before building +(or use the Gentoo ebuild system which will handle this automatically!).