Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947327 - net-p2p/rtorrent-0.15.1 and net-libs/libtorrent-0.15.1 version bump
Summary: net-p2p/rtorrent-0.15.1 and net-libs/libtorrent-0.15.1 version bump
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: https://github.com/rakshasa/rtorrent/...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-01-01 20:46 UTC by Michael Cook
Modified: 2025-03-10 03:06 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cook 2025-01-01 20:46:12 UTC
--with-xmlrpc-tinyxml2 is a new build option which can't be enabled with --with-xmlrpc-c which has better performance I guess.

Reproducible: Always
Comment 1 Nicolas PARLANT 2025-01-09 08:43:05 UTC
See PR :
https://github.com/gentoo/gentoo/pull/39937
Comment 2 Alix 2025-01-18 06:49:40 UTC
Thank you for the effort!

Both USE=tinyxml2 and USE=xmlrpc build and work on amd64.

xmlrpc is a bit buggy though, but that's rtorrent problem, not packaging. Since xmlrpc it's going away, it doesn't really matter.

tinyxml2 is perfectly fine.
Comment 3 Larry the Git Cow gentoo-dev 2025-03-10 03:06:02 UTC
The bug has been closed via 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(+)