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

Bug 812197

Summary: app-misc/rmlint-2.10.1 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Louis Sautier (sbraz) <sbraz>
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-09-09 06:14:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/rmlint-2.10.1 calls cc directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-09 06:14:24 UTC
Created attachment 738370 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-09-09 21:00:38 UTC
The bug has been closed via the following commit(s):

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

commit cb7eb2d9bba3a28ef8c241ab0e6c6a9caf959991
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2021-09-09 11:23:38 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2021-09-09 21:00:28 +0000

    app-misc/rmlint: fix build and tests without native symlinks
    
    Closes: https://bugs.gentoo.org/812197
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 app-misc/rmlint/files/rmlint-2.10.1-fix-cc.patch | 40 ++++++++++++++++++++++++
 app-misc/rmlint/rmlint-2.10.1.ebuild             |  4 ++-
 2 files changed, 43 insertions(+), 1 deletion(-)