Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785112 - [guru] media-plugins/alsa-sndio-0.2 calls cc directly
Summary: [guru] media-plugins/alsa-sndio-0.2 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-22 20:43 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,6.78 KB, text/plain)
2021-04-22 20:43 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 20:43:07 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-plugins/alsa-sndio-0.2 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 20:43:09 UTC
Created attachment 701775 [details]
build.log

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

make: cc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-23 12:25:00 UTC
The bug has been closed via the following commit(s):

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

commit f41f9c8327352444ec3df0b25d1a487ee6302af2
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2021-04-23 09:52:38 +0000
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: 2021-04-23 09:58:08 +0000

    media-plugins/alsa-sndio: Fix description, fix CC
    
    Closes: https://bugs.gentoo.org/785112
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>

 media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:25 UTC
Changing TRACKER as requested by QA.