* [gentoo-dev] [PATCH] toolchain.eclass: fix paths for pax-mark
@ 2025-10-01 6:57 Alexander Tsoy
2025-10-01 14:55 ` Sam James
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Tsoy @ 2025-10-01 6:57 UTC (permalink / raw
To: gentoo-dev
Actually ${ED} != ${D}${PREFIX}
Fixes: 4a3bfe56f647fd16ec529d3632030bbbcaacee06
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
---
eclass/toolchain.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 5d7bf2a67547..5e9a6bcad9ad 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2811,8 +2811,8 @@ toolchain_src_install() {
export QA_PRESTRIPPED="usr/lib*/go/*/*/*.gox"
# Disable RANDMMAP so PCH works, bug #301299
- pax-mark -r "${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"
- pax-mark -r "${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus"
+ pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"
+ pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus"
if [[ -n ${TOOLCHAIN_HAS_TESTS} ]] && use test ; then
mkdir "${T}"/test-results || die
--
2.49.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] [PATCH] toolchain.eclass: fix paths for pax-mark
2025-10-01 6:57 [gentoo-dev] [PATCH] toolchain.eclass: fix paths for pax-mark Alexander Tsoy
@ 2025-10-01 14:55 ` Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-10-01 14:55 UTC (permalink / raw
To: Alexander Tsoy; +Cc: gentoo-dev
Alexander Tsoy <alexander@tsoy.me> writes:
> Actually ${ED} != ${D}${PREFIX}
>
> Fixes: 4a3bfe56f647fd16ec529d3632030bbbcaacee06
> Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Heh, of course. Will pull, thanks.
> ---
> eclass/toolchain.eclass | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
> index 5d7bf2a67547..5e9a6bcad9ad 100644
> --- a/eclass/toolchain.eclass
> +++ b/eclass/toolchain.eclass
> @@ -2811,8 +2811,8 @@ toolchain_src_install() {
> export QA_PRESTRIPPED="usr/lib*/go/*/*/*.gox"
>
> # Disable RANDMMAP so PCH works, bug #301299
> - pax-mark -r "${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"
> - pax-mark -r "${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus"
> + pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"
> + pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus"
>
> if [[ -n ${TOOLCHAIN_HAS_TESTS} ]] && use test ; then
> mkdir "${T}"/test-results || die
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-01 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 6:57 [gentoo-dev] [PATCH] toolchain.eclass: fix paths for pax-mark Alexander Tsoy
2025-10-01 14:55 ` Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox