Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829311 - dev-lang/gnat-gpl-2020 calls cc directly
Summary: dev-lang/gnat-gpl-2020 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: Gentoo Linux ADA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-12-16 06:59 UTC by Agostino Sarubbo
Modified: 2021-12-18 21:50 UTC (History)
0 users

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


Attachments
build.log (build.log,53.32 KB, text/plain)
2021-12-16 06:59 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,16.42 KB, text/plain)
2021-12-16 06:59 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 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(-)