Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784308 - games-util/higan-purify-03 calls g++ directly
Summary: games-util/higan-purify-03 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 Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-04-20 06:45 UTC by Agostino Sarubbo
Modified: 2021-04-20 11:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,9.37 KB, text/plain)
2021-04-20 06:45 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 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(+)