https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-p2p/rtorrent-0.10.0 calls ar directly. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0014
I'm unable to CC the author of the commit (55edb419c9b52f5e2139b39e0e9d3932a676f1f6) because the author's email is not registered to this bugzilla
Created attachment 908170 [details] build.log build log and emerge --info
Error(s) that match a know pattern: /bin/bash: line 1: ar: command not found
Created attachment 908350 [details, diff] fix direct calls ar
I can reproduce with rm /usr/bin/ar. As package use automake, this oneline patch fix it. I'll change my email.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eeb39010bb26b81112b122be2ee4eeb2afa0ec commit f4eeb39010bb26b81112b122be2ee4eeb2afa0ec Author: Nicolas PARLANT <nicolas.parlant@parhuet.fr> AuthorDate: 2024-11-10 07:50:27 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-10 02:49:35 +0000 net-p2p/rtorrent-0.10.0: fix calls direct ar Closes: https://bugs.gentoo.org/943039 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39256 Signed-off-by: Sam James <sam@gentoo.org> .../files/rtorrent-0.10.0-fix-calls-ar.patch | 27 ++++++++++++++++++++++ net-p2p/rtorrent/rtorrent-0.10.0.ebuild | 3 +++ 2 files changed, 30 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ae7d71b476090c80862c1401fbcfd3cf9fe74c commit 03ae7d71b476090c80862c1401fbcfd3cf9fe74c Author: Nicolas PARLANT <nicolas.parlant@parhuet.fr> AuthorDate: 2025-01-01 14:04:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-10 03:04:43 +0000 net-p2p/rtorrent: add 0.15.1 fix SRC_URI as libtorrent/rtorrent are in sync dev-util/cppunit for test only : removed from flags upstream switch to usev as --without-xmlrpc-c is misunderstand by checkconfig add useflag tinyxml2 for namespace-modified-vendor-tinyxml2 (experimental) patch for tests with tinyxml2 Closes: https://bugs.gentoo.org/947327 Bug: https://bugs.gentoo.org/943039 fixed Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39937 Signed-off-by: Sam James <sam@gentoo.org> net-p2p/rtorrent/Manifest | 1 + .../files/rtorrent-0.15.1-tests-fix-arrays.patch | 144 +++++++++++++++++++++ net-p2p/rtorrent/metadata.xml | 5 + net-p2p/rtorrent/rtorrent-0.15.1.ebuild | 78 +++++++++++ 4 files changed, 228 insertions(+)