Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860039 - sci-physics/fastjet-contrib-1.049 calls g++ directly
Summary: sci-physics/fastjet-contrib-1.049 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 Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-07-22 11:26 UTC by Agostino Sarubbo
Modified: 2022-07-22 20:53 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,53.64 KB, text/plain)
2022-07-22 11:26 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-07-22 11:26:33 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-physics/fastjet-contrib-1.049 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-07-22 11:26:36 UTC
Created attachment 793133 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-22 11:26:38 UTC
Error(s) that match a know pattern:


make[1]: g++: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-07-22 20:53:47 UTC
The bug has been closed via the following commit(s):

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

commit 6556322145f33a4b3d9c682abe555a7bf4e29e6e
Author:     Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
AuthorDate: 2022-07-22 16:14:40 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-07-22 20:49:09 +0000

    sci-physics/fastjet-contrib: needs CXX from tc
    
    Closes: https://bugs.gentoo.org/860039
    Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
    Closes: https://github.com/gentoo/gentoo/pull/26521
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-physics/fastjet-contrib/fastjet-contrib-1.049.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)