Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833990 - sci-geosciences/gpscorrelate-2.0 calls cc directly
Summary: sci-geosciences/gpscorrelate-2.0 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: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-02-24 12:42 UTC by Agostino Sarubbo
Modified: 2022-02-24 13:29 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,42.54 KB, text/plain)
2022-02-24 12:42 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-02-24 12:42:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-geosciences/gpscorrelate-2.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-02-24 12:42:43 UTC
Created attachment 765763 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-24 12:42:45 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: gcc: command not found
/bin/sh: line 1: g++: command not found
Package 'gtk+-3.0', required by 'virtual:world', not found
Comment 3 Larry the Git Cow gentoo-dev 2022-02-24 13:29:50 UTC
The bug has been closed via the following commit(s):

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

commit 6937ae9b710432434202a8fb9ed932512e2980a1
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-02-24 13:28:59 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-02-24 13:29:45 +0000

    sci-geosciences/gpscorrelate: respect CC/CXX and fix compile with clang
    
    Closes: https://bugs.gentoo.org/833990
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../gpscorrelate-2.0-respect-users-flags.patch     | 30 ++++++++++++++++++++++
 .../gpscorrelate/gpscorrelate-2.0.ebuild           |  8 +++---
 2 files changed, 34 insertions(+), 4 deletions(-)