Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 724756

Summary: media-sound/chuck-1.4.1.1 calls g++ directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-23 13:22:09 UTC
This is an auto-filed bug because media-sound/chuck calls g++ directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CXX implementation (like clang++) by setting the CXX variable. So this issue has been reproduced by setting the CXX variable to x86_64-pc-linux-gnu-g++ and by removing the /usr/bin/g++ - /usr/bin/c++ binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-23 13:22:14 UTC
Created attachment 641132 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-20 12:55:41 UTC
ci has reproduced this issue with version 1.4.1.0 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-21 08:21:41 UTC
ci has reproduced this issue with version 1.4.1.1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-06-21 04:33:53 UTC
The bug has been closed via the following commit(s):

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

commit cfbf63b4f3849bd447d93415f2b760d779fa9f16
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-06-21 04:33:34 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-06-21 04:33:34 +0000

    media-sound/chuck: fixed hardcoded toolchain
    
    Closes: https://bugs.gentoo.org/724756
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/chuck/chuck-1.4.1.1.ebuild             |  4 +-
 .../chuck/files/chuck-1.4.1.1-makefile.patch       | 50 ++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)