Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885461 - [guru] app-misc/uwufetch-2.0 calls ar directly
Summary: [guru] app-misc/uwufetch-2.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: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-12-11 15:22 UTC by Agostino Sarubbo
Modified: 2022-12-14 17:03 UTC (History)
0 users

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


Attachments
build.log (build.log,44.66 KB, text/plain)
2022-12-11 15:22 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 2022-12-11 15:22:25 UTC
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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-11 15:22:27 UTC
Created attachment 841413 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-11 15:22:29 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2022-12-14 16:46:15 UTC
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(+)
Comment 4 Viorel Munteanu gentoo-dev 2022-12-14 17:03:48 UTC
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: