Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855125 - [guru] app-i18n/canna-3.7_p3-r4 calls cc directly
Summary: [guru] app-i18n/canna-3.7_p3-r4 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-06-29 13:07 UTC by Agostino Sarubbo
Modified: 2024-03-25 20:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.83 KB, text/plain)
2022-06-29 13:07 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-06-29 13:07:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/canna-3.7_p3-r4 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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-29 13:07:42 UTC
Created attachment 788696 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-29 13:07:45 UTC
Error(s) that match a know pattern:


imake: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-06-30 17:39:41 UTC
The bug has been referenced in the following commit(s):

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

commit 1be6cb44980cf8233900889326d14aa054987a62
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-06-29 20:02:42 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-06-29 20:24:05 +0000

    app-i18n/canna: don't call gcc directly
    
    Bug: https://bugs.gentoo.org/855125
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 app-i18n/canna/files/canna-respect-flags.patch | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)