From 4debbfc2576ee4eab618cf3a8904a024a7146ccf Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 17 Dec 2014 11:43:33 -0800 Subject: [PATCH 1/2] catalyst: update GCC dependencies before building stage1 When bootstrapping a SDK we need to update GCC dependencies to ensure the GCC built for stage1 is linked against the same library versions as those that are included in the stage1. Without this updating the mpc library just results in a broken stage1. --- build_library/catalyst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 9fe8e692ad..47da952379 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -99,6 +99,7 @@ cat < Date: Wed, 17 Dec 2014 12:22:20 -0800 Subject: [PATCH 2/2] catalyst: make sure the 'portage' user can write to distfiles and ccache Adding the update step appears to break permissions on the distfiles directory. Ensure the portage user is correct and set the permissions on directories it needs to write to in advance. --- build_library/catalyst.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 47da952379..a67da7f315 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -75,6 +75,8 @@ cat < "$TEMPDIR/catalyst.conf"