Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943039 - net-p2p/rtorrent-0.10.0 calls ar directly
Summary: net-p2p/rtorrent-0.10.0 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2024-11-09 07:03 UTC by Agostino Sarubbo
Modified: 2025-03-10 03:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,656.18 KB, text/plain)
2024-11-09 07:03 UTC, Agostino Sarubbo
Details
fix direct calls ar (0001-Fix-calls-ar-directly.patch,614 bytes, patch)
2024-11-10 07:42 UTC, Nicolas PARLANT
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-09 07:03:52 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-09 07:03:53 UTC
I'm unable to CC the author of the commit (55edb419c9b52f5e2139b39e0e9d3932a676f1f6) because the author's email is not registered to this bugzilla
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-09 07:03:55 UTC
Created attachment 908170 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-11-09 07:03:56 UTC
Error(s) that match a know pattern:


/bin/bash: line 1: ar: command not found
Comment 4 Nicolas PARLANT 2024-11-10 07:42:58 UTC
Created attachment 908350 [details, diff]
fix direct calls ar
Comment 5 Nicolas PARLANT 2024-11-10 07:44:06 UTC
I can reproduce with rm /usr/bin/ar. As package use automake, this oneline patch fix it.

I'll change my email.
Comment 6 Larry the Git Cow gentoo-dev 2025-03-10 02:54:23 UTC
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(+)
Comment 7 Larry the Git Cow gentoo-dev 2025-03-10 03:06:03 UTC
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(+)