Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790548 - [guru] dev-scheme/cyclone-0.28.0 calls ar directly
Summary: [guru] dev-scheme/cyclone-0.28.0 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-05-16 15:55 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,55.77 KB, text/plain)
2021-05-16 15:55 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-16 15:55:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/cyclone-0.28.0 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-16 15:55:52 UTC
Created attachment 709155 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-16 15:55:54 UTC
Possible context of error(s):

make[1]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-05-17 19:11:28 UTC
The bug has been closed via the following commit(s):

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

commit e6dbfafcf555016f08a2a1311065372193801616
Author:     Maciej Barć <xgqt@riseup.net>
AuthorDate: 2021-05-16 16:48:57 +0000
Commit:     Maciej Barć <xgqt@riseup.net>
CommitDate: 2021-05-16 16:49:06 +0000

    dev-scheme/cyclone: fix compile phase
    
    Closes: https://bugs.gentoo.org/790548
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Maciej Barć <xgqt@riseup.net>

 dev-scheme/cyclone/cyclone-0.28.0.ebuild | 8 ++++++--
 dev-scheme/cyclone/cyclone-9999.ebuild   | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)