Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745291 - app-crypt/asekey-3.7 calls cc directly
Summary: app-crypt/asekey-3.7 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-09-29 05:46 UTC by Agostino Sarubbo
Modified: 2023-09-24 22:07 UTC (History)
0 users

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


Attachments
build.log (build.log,6.46 KB, text/plain)
2020-09-29 05:46 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-09-29 05:46:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/asekey-3.7 calls cc directly.
Discovered on: amd64 (internal ref: tinderbox)

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-09-29 05:46:07 UTC
Created attachment 662980 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-29 05:46:09 UTC
Possible context of error(s):

x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option ‘-rtlib=compiler-rt’
Comment 3 Larry the Git Cow gentoo-dev 2023-09-24 22:07:58 UTC
The bug has been closed via the following commit(s):

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

commit cb6d3c717a87fabae248dab4a06416e20a5a7d26
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2023-09-15 05:45:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-24 22:07:29 +0000

    app-crypt/asekey: update EAPI 7 -> 8
    
    Closes: https://bugs.gentoo.org/714222
    Closes: https://bugs.gentoo.org/745291
    Closes: https://bugs.gentoo.org/854237
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32791
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/asekey/asekey-3.7-r1.ebuild              | 44 ++++++++++++++++++++++
 ...sekey-3.7-dont-call-toolchain-cc-directly.patch | 13 +++++++
 .../asekey/files/asekey-3.7-musl-ushort.patch      | 14 +++++++
 3 files changed, 71 insertions(+)