Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753446 - app-text/epstool-3.09 calls cc directly
Summary: app-text/epstool-3.09 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-11-07 08:05 UTC by Agostino Sarubbo
Modified: 2020-11-09 20:30 UTC (History)
0 users

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


Attachments
build.log (build.log,7.38 KB, text/plain)
2020-11-07 08:05 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 2020-11-07 08:05:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/epstool-3.09 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] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-07 08:05:44 UTC
Created attachment 670298 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-07 08:05:47 UTC
Possible context of error(s):

make: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-11-09 20:30:58 UTC
The bug has been closed via the following commit(s):

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

commit 28e84444839a7a8739dc6150d149a6ed1e4e2b68
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-11-07 11:10:32 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-11-09 20:30:54 +0000

    app-text/epstool: respect CC.
    
    Closes: https://bugs.gentoo.org/753446
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Closes: https://github.com/gentoo/gentoo/pull/18170
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)