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

Bug 829311

Summary: dev-lang/gnat-gpl-2020 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux ADA team <ada>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log
1-config.log

Description Agostino Sarubbo gentoo-dev 2021-12-16 06:59:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/gnat-gpl-2020 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 2021-12-16 06:59:14 UTC
Created attachment 759261 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-16 06:59:15 UTC
Created attachment 759262 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-16 06:59:16 UTC
Error(s) that match a know pattern:

configure: error: in `/var/tmp/portage/dev-lang/gnat-gpl-2020/work/build':
Comment 4 Larry the Git Cow gentoo-dev 2021-12-18 21:50:33 UTC
The bug has been closed via the following commit(s):

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

commit dde9032814084733a807580a4f691b941d2106d4
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2021-12-18 21:50:22 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2021-12-18 21:50:22 +0000

    dev-lang/gnat-gpl: fix ld call
    
    Closes: https://bugs.gentoo.org/829311
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-lang/gnat-gpl/Manifest                |   1 -
 dev-lang/gnat-gpl/gnat-gpl-2020.ebuild    |   6 +-
 dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild |   6 +-
 dev-lang/gnat-gpl/gnat-gpl-2021.ebuild    | 133 ------------------------------
 4 files changed, 10 insertions(+), 136 deletions(-)