Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832187 - sci-biology/augustus-3.4.0-r1 calls cc directly
Summary: sci-biology/augustus-3.4.0-r1 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 Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-01-28 08:54 UTC by Agostino Sarubbo
Modified: 2022-09-03 22:09 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,84.33 KB, text/plain)
2022-01-28 08:54 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 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(-)