Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812197 - app-misc/rmlint-2.10.1 calls cc directly
Summary: app-misc/rmlint-2.10.1 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Louis Sautier (sbraz)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-09-09 06:14 UTC by Agostino Sarubbo
Modified: 2021-09-09 21:00 UTC (History)
0 users

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


Attachments
build.log (build.log,113.49 KB, text/plain)
2021-09-09 06:14 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-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(-)