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

Bug 718892

Summary: dev-libs/ntl-11.4.4-r1 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Mathematics related packages <sci-mathematics>
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

Description Agostino Sarubbo gentoo-dev 2020-04-22 16:19:21 UTC
This is an auto-filled bug because dev-libs/ntl calls cc directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
Attached build log and emerge --info.

NOTE:
To reproduce this issue you may want to temporarily move the /usr/bin/cc - /usr/bin/gcc binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-22 16:19:27 UTC
Created attachment 634102 [details]
build.log

build log and emerge --info
Comment 2 Arfrever Frehtes Taifersar Arahesis 2020-04-22 23:07:04 UTC
Ebuild already sets CXX="$(tc-getCXX)" and CXXFLAGS="${CXXFLAGS}".
Probably it is needed to also add CC="$(tc-getCC)" and CFLAGS="${CFLAGS}" there.
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-15 15:38:57 UTC
ci has reproduced this issue with version 11.4.4-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-01-18 14:49:41 UTC
The bug has been closed via the following commit(s):

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

commit 3479b00f345a3df28d032ea905246867650168e0
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2022-01-18 14:47:41 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2022-01-18 14:47:57 +0000

    dev-libs/ntl: new upstream version 11.5.1.
    
    Closes: https://bugs.gentoo.org/718892
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 dev-libs/ntl/Manifest                                    | 1 +
 dev-libs/ntl/{ntl-11.4.4-r1.ebuild => ntl-11.5.1.ebuild} | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)