Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922095 - media-sound/supercollider-3.13.0 uses ccache without being told to (even with FEATURES="-ccache")
Summary: media-sound/supercollider-3.13.0 uses ccache without being told to (even with...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andie Verbus
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-01-14 08:44 UTC by nathanvalletmarseille
Modified: 2024-01-31 11:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nathanvalletmarseille 2024-01-14 08:44:22 UTC
While trying to debug a build failure, I saw that ccache is being used, but I did not setup a system wide ccache setup, nor had I done it for supercollider. The build fails at server/scsynth/SC_PortAudio.cpp, but this should probably be filed as a separate issue.

Reproducible: Always

Steps to Reproduce:
1. emerge media-sound/supercollider
2. disable ccache via FEATURES="-ccache" (optional)
3. ccache is still being used
Actual Results:  
/usr/bin/ccache is being used to call /usr/bin/x86_64-pc-linux-gnu-g++

Expected Results:  
/usr/bin/x86_64-pc-linux-gnu-g++ should be called as is

emerge --info : https://bpa.st/DMEQ
emerge --info media-sound/supercollider : https://bpa.st/QGCA
build log : https://paste.gentoo.zip/JCR6uvu0
Comment 1 Larry the Git Cow gentoo-dev 2024-01-31 11:16:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c153dde590d03a7cae249141569578a253399bfb

commit c153dde590d03a7cae249141569578a253399bfb
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-01-30 23:37:59 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-01-31 11:15:28 +0000

    media-sound/supercollider: Fix ccache automagic
    
    See also: https://github.com/supercollider/supercollider/pull/6209
    
    Closes: https://bugs.gentoo.org/922095
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/supercollider-3.13.0-no-ccache.patch     | 169 +++++++++++++++++++++
 .../supercollider/supercollider-3.13.0.ebuild      |   2 +
 2 files changed, 171 insertions(+)