Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804540 - [guru] sys-cluster/otf2-2.3 calls cc directly
Summary: [guru] sys-cluster/otf2-2.3 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: 2021-07-26 16:10 UTC by Agostino Sarubbo
Modified: 2022-04-04 14:49 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,41.28 KB, text/plain)
2021-07-26 16:10 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,13.64 KB, text/plain)
2021-07-26 16:10 UTC, Agostino Sarubbo
Details
2-config.log (2-config.log,11.32 KB, text/plain)
2021-07-26 16:10 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-07-26 16:10:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/otf2-2.3 calls cc directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-07-26 16:10:27 UTC
Created attachment 727230 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-26 16:10:29 UTC
Created attachment 727233 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-07-26 16:10:30 UTC
Created attachment 727236 [details]
2-config.log

2-config.log
Comment 4 Agostino Sarubbo gentoo-dev 2021-07-26 16:10:32 UTC
Possible context of error(s):

configure: error: in `/var/tmp/portage/sys-cluster/otf2-2.3/work/otf2-2.3/build-backend':
Comment 5 Larry the Git Cow gentoo-dev 2022-04-04 14:49:13 UTC
The bug has been closed via the following commit(s):

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

commit 0ba2f4a40d8556ca46daef1633a7fb8f56bf7634
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-03-31 13:02:53 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-03-31 13:27:34 +0000

    sys-cluster/otf2: export CC
    
    Closes: https://bugs.gentoo.org/804540
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sys-cluster/otf2/otf2-2.3-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)