Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794103 - [guru] dev-R/hunspell-3.0.1 calls ar directly
Summary: [guru] dev-R/hunspell-3.0.1 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-06-04 06:43 UTC by Agostino Sarubbo
Modified: 2021-09-07 02:58 UTC (History)
1 user (show)

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


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

Issue: dev-R/hunspell-3.0.1 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-06-04 06:43:25 UTC
Created attachment 713508 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-04 06:43:28 UTC
Possible context of error(s):

/var/tmp/portage/dev-R/hunspell-3.0.1/temp/environment: line 243: cd: /var/tmp/portage/dev-R/hunspell-3.0.1/work/hunspell: No such file or directory
make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-07 02:58:43 UTC
The bug has been closed via the following commit(s):

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

commit 22af122398d091ebd0a3eee73cfc801668dc4aba
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-04 22:44:58 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-04 22:51:02 +0000

    dev-R/hunspell: respect AR
    
    Closes: https://bugs.gentoo.org/794103
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-R/hunspell/hunspell-3.0.1.ebuild |  6 +++++-
 dev-R/hunspell/metadata.xml          | 10 ++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)