Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 410319

Summary: net-p2p/rtorrent-0.9.0 does not install man pages
Product: Gentoo Linux Reporter: toon <lfor>
Component: New packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: RESOLVED FIXED    
Severity: minor CC: kfm, kripton, mgorny, rodrigo, zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: doman-rtorrent.patch

Description toon 2012-03-31 10:28:48 UTC

    
Comment 1 toon 2012-03-31 10:36:53 UTC
Emerge don't install man pages anymore. Because missed doman in ebuild.
Comment 2 Julian Ospald 2012-04-01 04:56:34 UTC
Created attachment 307353 [details, diff]
doman-rtorrent.patch

"#man_MANS = rtorrent.1" in Makefile.am seems to have caused this

would not really make sense to reconfigure the whole build system for this file
Comment 3 Rodrigo Severo 2012-04-06 13:09:12 UTC
The patch by Julian Ospald at comment #2 fixes this issue in my computer.
Comment 4 Khayyam 2012-05-26 01:07:14 UTC
I can verify this, though I think it simply a matter of the 'doman' being removed when the version was bumped from 0.8.9 to 0.9.1 (and so I'm not quite sure why comment #2 is refering to the Makefile.am). Most probably a simple editing mistake as various patches were removed at that juncture.

0.9.2 & libtorrent-0.13.2 are now available, and with the addtion of 'doman doc/rtorrent.1' the ebuild can be bumped keeping the one patch that is currently applied, ${P}-ncurses.patch. I've built using PORTDIR_OVERLAY and besides the same 'QA issues' warning ('report upstream') that effected prior builds, it works as expected.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-08-28 19:57:37 UTC
(In reply to comment #4)
> I can verify this, though I think it simply a matter of the 'doman' being
> removed when the version was bumped from 0.8.9 to 0.9.1 (and so I'm not
> quite sure why comment #2 is refering to the Makefile.am). Most probably a
> simple editing mistake as various patches were removed at that juncture.

That might be also that the manpage is outdated. At least there is no 'enable_trackers' anymore, and it took me a while to grep it out of the sources...
Comment 6 Zac Medico gentoo-dev 2012-12-17 01:38:31 UTC
I've added the doman call to the 0.9.2 ebuild.