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

Bug 882445

Summary: dev-ada/ada_language_server-22.0.0 calls g++ directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux ADA team <ada>
Status: RESOLVED FIXED    
Severity: normal CC: tupone
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 2022-11-22 07:49:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ada/ada_language_server-22.0.0 calls g++ directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different C++ implementation (like clang++). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-22 07:49:32 UTC
Created attachment 835671 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-11-25 21:38:27 UTC
The bug has been closed via the following commit(s):

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

commit b2f70d7d57b5a3d66d80bd804d6c4e1be31c4987
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-11-25 21:37:34 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-11-25 21:38:14 +0000

    dev-ada/ada_language_server: use tc-getCXX to get g++
    
    Closes: https://bugs.gentoo.org/882445
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)