Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784491 - [guru] app-arch/tarlz-0.19-r2 calls g++ directly
Summary: [guru] app-arch/tarlz-0.19-r2 calls g++ directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-20 15:17 UTC by Agostino Sarubbo
Modified: 2021-04-25 14:04 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,7.55 KB, text/plain)
2021-04-20 15:17 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 15:17:20 UTC
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++.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-20 15:17:22 UTC
Created attachment 701229 [details]
build.log

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

make: c++: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-20 18:55:13 UTC
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(-)
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-25 14:04:41 UTC
Changing TRACKER as requested by QA.