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

Bug 785127

Summary: [guru] net-fs/httpdirfs-1.2.0 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Maciej Barć <xgqt>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-04-22 22:47:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-fs/httpdirfs-1.2.0 calls cc directly.
Discovered on: amd64 (internal ref: guru_tinderbox)

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 22:47:06 UTC
Created attachment 701787 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-22 22:47:09 UTC
Possible context of error(s):

/bin/sh: line 1: cc: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-04-24 23:19:28 UTC
The bug has been closed via the following commit(s):

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

commit 8c3835f3329c3e86b488a2521d25bd1f1c9be6c3
Author:     Maciej Barć <xgqt@riseup.net>
AuthorDate: 2021-04-24 12:56:28 +0000
Commit:     Maciej Barć <xgqt@riseup.net>
CommitDate: 2021-04-24 12:56:28 +0000

    net-fs/httpdirfs: fix cc QA issue
    
    Closes: https://bugs.gentoo.org/785127
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Maciej Barć <xgqt@riseup.net>

 net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 8 +++++++-
 net-fs/httpdirfs/httpdirfs-9999.ebuild  | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:28 UTC
Changing TRACKER as requested by QA.