Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785727 - [guru] sys-cluster/sionlib-1.7.6 calls cc directly
Summary: [guru] sys-cluster/sionlib-1.7.6 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-04-25 20:32 UTC by Agostino Sarubbo
Modified: 2021-05-17 19:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,16.62 KB, text/plain)
2021-04-25 20:32 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-25 20:32:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/sionlib-1.7.6 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 2021-04-25 20:32:52 UTC
Created attachment 702507 [details]
build.log

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

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

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

commit e41e695aadbca19c4c09e8c319073e625c5a126f
Author:     Anna Vyalkova <cyber@sysrq.in>
AuthorDate: 2021-05-16 14:00:50 +0000
Commit:     Anna Vyalkova <cyber@sysrq.in>
CommitDate: 2021-05-16 14:05:03 +0000

    sys-cluster/sionlib: fix compiler vars
    
    Closes: https://bugs.gentoo.org/785727
    Signed-off-by: Anna Vyalkova <cyber@sysrq.in>

 sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)