Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790752 - [guru] sys-cluster/sionlib-1.7.6-r1 calls cc directly
Summary: [guru] sys-cluster/sionlib-1.7.6-r1 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-05-18 06:33 UTC by Agostino Sarubbo
Modified: 2021-05-21 14:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,63.11 KB, text/plain)
2021-05-18 06:33 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-05-18 06:33:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/sionlib-1.7.6-r1 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-05-18 06:33:11 UTC
Created attachment 709518 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-18 06:33:13 UTC
Possible context of error(s):

Error parsing data file opal_wrapper: Not found
config/determine-compiler-version.sh: line 27: gcc: command not found
make[3]: gfortran: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-05-21 14:10:52 UTC
The bug has been closed via the following commit(s):

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

commit 7a29a09110c5d2834ad092cf25eba1d366692147
Author:     Anna Vyalkova <cyber@sysrq.in>
AuthorDate: 2021-05-18 22:12:37 +0000
Commit:     Anna Vyalkova <cyber@sysrq.in>
CommitDate: 2021-05-18 22:12:37 +0000

    sys-cluster/sionlib: compiler vars + docs eclass
    
    Closes: https://bugs.gentoo.org/790755
    Closes: https://bugs.gentoo.org/790752
    Closes: https://bugs.gentoo.org/785730
    Signed-off-by: Anna Vyalkova <cyber@sysrq.in>

 sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)