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

Bug 779655

Summary: app-forensics/aflplusplus-3.12c calls g++ directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sam James <sam>
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 2021-04-01 06:56:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-forensics/aflplusplus-3.12c 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] and set the CXX variable to x86_64-pc-linux-gnu-g++.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-01 06:56:40 UTC
Created attachment 696624 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-01 06:56:43 UTC
Possible context of error(s):

/bin/sh: line 1: c++: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-04-25 22:01:01 UTC
The bug has been closed via the following commit(s):

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

commit 044e2eaed9c9613eafad2bb51de3acbf58e8d003
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-25 21:23:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-25 22:00:48 +0000

    app-forensics/aflplusplus: respect CXX
    
    Closes: https://bugs.gentoo.org/779655
    Signed-off-by: Sam James <sam@gentoo.org>

 app-forensics/aflplusplus/aflplusplus-3.12c-r1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)