Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398791 - media-sound/murmur-1.2.3-r1 doesn't include Murmur.ice (needed for various front-ends)
Summary: media-sound/murmur-1.2.3-r1 doesn't include Murmur.ice (needed for various fr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Timo Gurr (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 18:07 UTC by Hans Nieser
Modified: 2012-02-20 20:58 UTC (History)
1 user (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 Hans Nieser 2012-01-13 18:07:51 UTC
The murmur ebuild doesn't install the Murmur.ice (Specification Language for Ice) file. This file is needed for some third-party tools to manage the server through Ice, and if I understand correctly is meant to be installed along with the other files of the package, see also http://mumble.sourceforge.net/Ice#End_User_Howtos ). I suppose a simple dodoc (the file present in the distfile under "mumble-x.y.z/src/murmur/Murmur.ice") and perhaps a mention through elog should suffice, at least if the 'ice' USE-flag is enabled. (If I have time this evening I might file a simple patch to the murmur ebuild for this, if that's helpful). As a work-around, the file can simply be extracted from the distfile by hand.

Reproducible: Always
Comment 1 Timo Gurr (RETIRED) gentoo-dev 2012-02-20 19:15:50 UTC
Thanks, fixed in -r2. Murmur.ice now gets installed into /usr/share/murmur/ so you don't have to correct the path with every version or revision bump. Please reopen if you think it'd fit better somewhere else.
Comment 2 Hans Nieser 2012-02-20 20:58:16 UTC
Thanks!