Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831993 - app-arch/lunzip-1.13 calls cc directly
Summary: app-arch/lunzip-1.13 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: Michał Górny
URL:
Whiteboard:
Keywords:
: 831997 (view as bug list)
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-01-24 20:38 UTC by Agostino Sarubbo
Modified: 2022-01-24 21:21 UTC (History)
0 users

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


Attachments
build.log (build.log,39.02 KB, text/plain)
2022-01-24 20:38 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 2022-01-24 20:38:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-arch/lunzip-1.13 calls cc 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 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 2022-01-24 20:38:21 UTC
Created attachment 763526 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-24 20:38:23 UTC
Error(s) that match a know pattern:


make: cc: No such file or directory
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-01-24 21:20:20 UTC
*** Bug 831997 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2022-01-24 21:21:46 UTC
The bug has been closed via the following commit(s):

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

commit 713cd063254e5e18355435b8e0576e73dff5ab48
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-01-24 21:19:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-01-24 21:19:50 +0000

    app-arch/lunzip: Fix CC/CFLAGS overrides
    
    Closes: https://bugs.gentoo.org/831993
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-arch/lunzip/lunzip-1.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)