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

Bug 832187

Summary: sci-biology/augustus-3.4.0-r1 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Biology related packages <sci-biology>
Status: RESOLVED FIXED    
Severity: normal CC: andrewammerlaan
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 2022-01-28 08:54:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-biology/augustus-3.4.0 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 2022-01-28 08:54:10 UTC
Created attachment 763780 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-28 08:54:12 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: g++: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-28 22:19:20 UTC
ci has reproduced this issue with version 3.4.0-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-09-03 22:09:27 UTC
The bug has been closed via the following commit(s):

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

commit 792d8f2c5fe18c131fc63df1dda88c4d791eb5bf
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-03 22:09:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-03 22:09:19 +0000

    sci-biology/augustus: respect CC, CXX
    
    Closes: https://bugs.gentoo.org/832187
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-biology/augustus/augustus-3.4.0-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)