Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784968 - [guru] media-gfx/glimpse-0.2.0 calls cc directly
Summary: [guru] media-gfx/glimpse-0.2.0 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: tastytea
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-22 06:47 UTC by Agostino Sarubbo
Modified: 2021-04-25 14:05 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,16.94 KB, text/plain)
2021-04-22 06:47 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,27.72 KB, text/plain)
2021-04-22 06:47 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-04-22 06:47:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/glimpse-0.2.0 calls cc directly.
Discovered on: amd64 (internal ref: guru_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] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-22 06:47:13 UTC
Created attachment 701637 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-22 06:47:14 UTC
Created attachment 701640 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-22 06:47:16 UTC
Possible context of error(s):

configure: error: in `/var/tmp/portage/media-gfx/glimpse-0.2.0/work/Glimpse-0.2.0':
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-22 17:07:24 UTC
Changing the Assignee as per https://archives.gentoo.org/gentoo-dev/message/74ee632e9fe2f4c12890524fec132205
Comment 5 Larry the Git Cow gentoo-dev 2021-04-24 06:38:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12cc86adbbe773bbfded87a4d61ae5262ec1092

commit f12cc86adbbe773bbfded87a4d61ae5262ec1092
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-04-23 18:39:50 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2021-04-23 18:39:50 +0000

    media-gfx/glimpse: Set compiler explicitly.
    
    The AX_PROG_CC_FOR_BUILD macro doesn't detect tuple-prefixed compilers
    automatically.
    
    Closes: https://bugs.gentoo.org/784968
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 media-gfx/glimpse/glimpse-0.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 6 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:16 UTC
Changing TRACKER as requested by QA.