From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1727398-garchives=archives.gentoo.org@lists.gentoo.org> 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 8C8A41584F2 for <garchives@archives.gentoo.org>; Thu, 13 Mar 2025 16:48:50 +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 732B3343083 for <garchives@archives.gentoo.org>; Thu, 13 Mar 2025 16:48:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 791B41103C7; Thu, 13 Mar 2025 16:48:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6E3561103C7 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Mar 2025 16:48:49 +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 22E25343083 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Mar 2025 16:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8525A10F1 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Mar 2025 16:48:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1741884524.c80eba1e1f25987e05fb9724b199fdb464becb37.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/35_all_PR119266-contrib-make-relpath.sh-use-GNU-realpath.patch 15.0.0/gentoo/README.history X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c80eba1e1f25987e05fb9724b199fdb464becb37 X-VCS-Branch: master Date: Thu, 13 Mar 2025 16:48:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e814970d-0773-4d65-ae26-08dfeff63cea X-Archives-Hash: 9a38323633c2f30880eae2ef2275ba2c commit: c80eba1e1f25987e05fb9724b199fdb464becb37 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 13 16:48:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 13 16:48:44 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=c80eba1e Revert "15.0.0: add realpath hack for C++ modules JSON location" This reverts commit ae822d007a7120fa5856a3fe8d5f90e97eba0b55. Signed-off-by: Sam James <sam <AT> gentoo.org> ...-contrib-make-relpath.sh-use-GNU-realpath.patch | 33 ---------------------- 15.0.0/gentoo/README.history | 1 - 2 files changed, 34 deletions(-) diff --git a/15.0.0/gentoo/35_all_PR119266-contrib-make-relpath.sh-use-GNU-realpath.patch b/15.0.0/gentoo/35_all_PR119266-contrib-make-relpath.sh-use-GNU-realpath.patch deleted file mode 100644 index 8278fc4..0000000 --- a/15.0.0/gentoo/35_all_PR119266-contrib-make-relpath.sh-use-GNU-realpath.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 0a2fe8f7a000a13005688aea980b90befe917a8e Mon Sep 17 00:00:00 2001 -Message-ID: <0a2fe8f7a000a13005688aea980b90befe917a8e.1741860425.git.sam@gentoo.org> -From: Sam James <sam@gentoo.org> -Date: Thu, 13 Mar 2025 10:06:29 +0000 -Subject: [PATCH] contrib: make relpath.sh use GNU realpath - -contrib/ChangeLog: - PR libstdc++/119266 - - * relpath.sh: Use GNU realpath. ---- - contrib/relpath.sh | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/contrib/relpath.sh b/contrib/relpath.sh -index 1b329fc04a78..3930b7730d0b 100755 ---- a/contrib/relpath.sh -+++ b/contrib/relpath.sh -@@ -10,6 +10,9 @@ fi - from="${1%%/}" - to="${2%%/}" - -+# XXX: Hack for https://gcc.gnu.org/PR119266 -+exec realpath --relative-to="${from}" "${to}" -+ - # The parent directory of a pathname, handling .. - parent() { - name=$(basename "$1") - -base-commit: d8a3944b440777d2d6fb4a9f456189a0dc439ec8 --- -2.48.1 - diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 9e5a944..c66ebe8 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,6 +1,5 @@ 47 ???? - + 35_all_PR119266-contrib-make-relpath.sh-use-GNU-realpath.patch - 80_all_PR81358-Enable-automatic-linking-of-libatomic.patch 46 17 February 2025