Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812095 - [guru] dev-R/utf8-1.2.2 calls ar directly
Summary: [guru] dev-R/utf8-1.2.2 calls ar 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-09-08 06:47 UTC by Agostino Sarubbo
Modified: 2021-09-08 15:20 UTC (History)
0 users

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


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

Issue: dev-R/utf8-1.2.2 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-09-08 06:47:52 UTC
Created attachment 738130 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-08 06:47:54 UTC
Possible context of error(s):

make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-08 15:20:48 UTC
The bug has been closed via the following commit(s):

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

commit 9ac9f8dfc1decbcd2b10565935252c72da807d51
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-08 10:43:25 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-08 10:46:18 +0000

    R-packages.eclass: pass AR via MAKEFLAGS
    
    Closes: https://bugs.gentoo.org/812113
    Closes: https://bugs.gentoo.org/812110
    Closes: https://bugs.gentoo.org/812107
    Closes: https://bugs.gentoo.org/812104
    Closes: https://bugs.gentoo.org/812101
    Closes: https://bugs.gentoo.org/812098
    Closes: https://bugs.gentoo.org/812095
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 eclass/R-packages.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)