https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-misc/uwufetch-2.0 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Created attachment 841413 [details] build.log build log and emerge --info
Error(s) that match a know pattern: fatal: not a git repository (or any parent up to mount point /var/tmp) make: ar: No such file or directory
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd03d6876bbcc15dc299b7acb483296282dd081e commit bd03d6876bbcc15dc299b7acb483296282dd081e Author: Cara Salter <cara@devcara.com> AuthorDate: 2022-12-11 17:40:00 +0000 Commit: Cara Salter <cara@devcara.com> CommitDate: 2022-12-11 17:40:48 +0000 app-misc/uwufetch: Resolve directly calling out to ar Bug: https://bugs.gentoo.org/885461 Signed-off-by: Cara Salter <cara@devcara.com> app-misc/uwufetch/files/uwufetch-2.0-ar.patch | 11 +++++++++++ app-misc/uwufetch/uwufetch-2.0.ebuild | 1 + 2 files changed, 12 insertions(+)
A little comment about tags. Bug: only adds a comment about the commit, Closes: also closes the bug with Resolved -> Fixed. If you commit with `pkgdev commit`, you can use `-b #bugnumber` for adding a Bug: tag or `-c #bugnumber` for Closes: