Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882445 - dev-ada/ada_language_server-22.0.0 calls g++ directly
Summary: dev-ada/ada_language_server-22.0.0 calls g++ directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux ADA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-11-22 07:49 UTC by Agostino Sarubbo
Modified: 2022-11-25 21:38 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,116.61 KB, text/plain)
2022-11-22 07:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)