Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544020 - media-tv/kodi-9999: probe for kernel config IP_MULTICAST to be enabled
Summary: media-tv/kodi-9999: probe for kernel config IP_MULTICAST to be enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-03-21 13:13 UTC by hal
Modified: 2015-08-25 17:59 UTC (History)
1 user (show)

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


Attachments
kodi-9999-kconfig_check.patch (kodi-9999-kconfig_check.patch,457 bytes, patch)
2015-03-21 13:13 UTC, hal
Details | Diff
kodi-9999-kconfig_check.patch (kodi-9999-kconfig_check.patch,714 bytes, patch)
2015-07-17 11:35 UTC, hal
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hal 2015-03-21 13:13:43 UTC
Created attachment 399376 [details, diff]
kodi-9999-kconfig_check.patch

Amongst others - which don't come into my mind right now (maybe some powermanagement related options, which I have to verify) - Kodi requires certain kernel configuration options to be enabled. At least it is wise to have them around for usability. So it'd be nice to see a reminder.

Attached is a patch which checks if IP_MULTICAST is enabled.
It took me a while to figure out why certain streams could not get played on my box...
Comment 1 SpanKY gentoo-dev 2015-07-17 02:52:02 UTC
Comment on attachment 399376 [details, diff]
kodi-9999-kconfig_check.patch

did you forget to include an eclass for these ?
Comment 2 hal 2015-07-17 11:35:17 UTC
Created attachment 407004 [details, diff]
kodi-9999-kconfig_check.patch

Thanks for the hint! Patch should be fixed now.
Comment 3 hal 2015-08-25 09:41:27 UTC
Anything I could do to get this into the tree?
Comment 4 SpanKY gentoo-dev 2015-08-25 16:45:40 UTC
(In reply to hal from comment #3)

sorry, thought i already had

http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdf4c2950f6b8eb2c1e4601d44acf5764878db9
Comment 5 hal 2015-08-25 17:59:16 UTC
(In reply to SpanKY from comment #4)
> (In reply to hal from comment #3)
> 
> sorry, thought i already had
> 
> http://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=ebdf4c2950f6b8eb2c1e4601d44acf5764878db9

No problem, thanks a lot! :)