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

Bug 784308

Summary: games-util/higan-purify-03 calls g++ directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: sam
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-20 06:45:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-util/higan-purify-03 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-20 06:45:14 UTC
Created attachment 700971 [details]
build.log

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

make: g++-4.7: No such file or directory
/bin/sh: line 1: g++-4.7: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-04-20 11:56:42 UTC
The bug has been closed via the following commit(s):

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

commit 2a49d8d7b538ab37cd76fafd933201f2fffd9bb2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-20 11:56:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-20 11:56:01 +0000

    games-util/higan-purify: respect CXX
    
    Closes: https://bugs.gentoo.org/784308
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/higan-purify-03-respect-CXX.patch        | 28 ++++++++++++++++++++++
 games-util/higan-purify/higan-purify-03.ebuild     |  3 +++
 2 files changed, 31 insertions(+)