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

Bug 722028

Summary: app-crypt/aescrypt calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: crabbedhaloablution
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18670
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-10 08:26:32 UTC
This is an auto-filled bug because app-crypt/aescrypt calls cc directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CC implementation (like clang) by setting the CC variable. So this issue has been reproduced by setting the CC variable to x86_64-pc-linux-gnu-gcc and by removing the /usr/bin/cc - /usr/bin/gcc binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-10 08:26:40 UTC
Created attachment 637436 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-01-05 08:40:03 UTC
The bug has been closed via the following commit(s):

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

commit 70d345eb10ba4285c0c198ddb6ef3ac3d7365eb5
Author:     Peter Alfredsen <crabbedhaloablution@icloud.com>
AuthorDate: 2020-12-15 20:11:49 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-01-05 08:32:42 +0000

    app-crypt/aescrypt: bump to 3.14
    
    Closes: https://bugs.gentoo.org/702736
    Closes: https://bugs.gentoo.org/722028
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
    Closes: https://github.com/gentoo/gentoo/pull/18670
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-crypt/aescrypt/Manifest                        |  1 +
 app-crypt/aescrypt/aescrypt-3.14.ebuild            | 69 ++++++++++++++++++++++
 app-crypt/aescrypt/files/aescrypt-3.14-iconv.patch | 40 +++++++++++++
 3 files changed, 110 insertions(+)