Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860222 - sci-physics/fastjet-contrib-1.049 calls ar directly
Summary: sci-physics/fastjet-contrib-1.049 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-07-23 08:12 UTC by Agostino Sarubbo
Modified: 2022-08-26 09:50 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,58.40 KB, text/plain)
2022-07-23 08:12 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-07-23 08:12:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-physics/fastjet-contrib-1.049 calls ar directly.
Discovered on: amd64 (internal ref: 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-07-23 08:12:13 UTC
CC'ing also the author of the commit (6556322145f33a4b3d9c682abe555a7bf4e29e6e)
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-23 08:12:14 UTC
Created attachment 793400 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-07-23 08:12:17 UTC
Error(s) that match a know pattern:


make[1]: ar: No such file or directory
Comment 4 Larry the Git Cow gentoo-dev 2022-08-26 09:50:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0a7488023274b9a567fbddd5d0198d7b9ec5fe

commit cb0a7488023274b9a567fbddd5d0198d7b9ec5fe
Author:     Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
AuthorDate: 2022-08-01 23:06:58 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-08-26 09:50:00 +0000

    sci-physics/fastjet-contrib: Fix tc ar and ranlib
    
    Closes: https://github.com/gentoo/gentoo/pull/26621
    Closes: https://bugs.gentoo.org/860222
    Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 ....049.ebuild => fastjet-contrib-1.049-r1.ebuild} |   6 +-
 .../files/fastjet-contrib-1.049-ar.patch           | 247 +++++++++++++++++++++
 .../files/fastjet-contrib-1.049-soname.patch       |   4 +-
 3 files changed, 253 insertions(+), 4 deletions(-)