https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-arch/tarlz-0.19-r2 calls g++ directly. Discovered on: amd64 (internal ref: guru_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++.
Created attachment 701229 [details] build.log build log and emerge --info
Possible context of error(s): make: c++: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bf98e2d183ea65967dba46f09c270071e82c4a2 commit 0bf98e2d183ea65967dba46f09c270071e82c4a2 Author: Florian Schmaus <flo@geekplace.eu> AuthorDate: 2021-04-20 15:59:44 +0000 Commit: Florian Schmaus <flo@geekplace.eu> CommitDate: 2021-04-20 16:00:14 +0000 app-arch/tarlz: respect CXX and CPPFLAGS Closes: https://bugs.gentoo.org/784491 Signed-off-by: Florian Schmaus <flo@geekplace.eu> app-arch/tarlz/{tarlz-0.19-r2.ebuild => tarlz-0.19-r3.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Changing TRACKER as requested by QA.