diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 09:52:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 09:52:57 +0100 |
commit | 930b96b94ebad678ef11b1d8aa5fd8aa609f198f (patch) | |
tree | 35af39b81807abedfaa84c8a8666ba727a816d9e /2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt | |
parent | 2022-03-30-qt-5_15_3-bump: Add news item (diff) | |
download | gentoo-news-930b96b94ebad678ef11b1d8aa5fd8aa609f198f.tar.gz gentoo-news-930b96b94ebad678ef11b1d8aa5fd8aa609f198f.tar.bz2 gentoo-news-930b96b94ebad678ef11b1d8aa5fd8aa609f198f.zip |
2022-04-12-ccache-4_6-sandbox: add news item
Bug: https://bugs.gentoo.org/837362
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt')
-rw-r--r-- | 2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt b/2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt new file mode 100644 index 0000000..1dabea9 --- /dev/null +++ b/2022-04-12-ccache-4_6-sandbox/2022-04-12-ccache-4_6-sandbox.en.txt @@ -0,0 +1,25 @@ +Title: Sandbox issue with ccache 4.6 +Author: Sam James <sam@gentoo.org> +Posted: 2022-04-12 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: =dev-util/ccache-4.6 + +Users with ccache enabled for the dev-util/ccache package itself may need +to temporarily disable ccache in order to upgrade the package. + +Users on an earlier version of ccache (<4.6) or newer (>=4.6-r1) are +unaffected. + +For a small window (between 2022-04-09-4:30AM UTC and 2022-04-09-11:27AM UTC), +the ccache ebuild may have caused a sandbox violation [0] in some circumstances. + +To resolve this issue, temporarily re-emerge dev-util/ccache with ccache +disabled: +# FEATURES="-ccache" emerge -v1 ">dev-util/ccache-4.6" + +The sandbox violations occur when trying to use ccache for any package; +users who do not have ccache enabled globally (or at least not for ccache +itself) should also proactively upgrade ccache as above. + +[0] https://bugs.gentoo.org/837362 |