Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655202 - media-tv/kodi-17.6-r2 USE=-samba uses nmblookup
Summary: media-tv/kodi-17.6-r2 USE=-samba uses nmblookup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL: https://trac.kodi.tv/ticket/17916
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-07 18:27 UTC by faminebadger
Modified: 2018-06-25 17:37 UTC (History)
0 users

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 faminebadger 2018-05-07 18:27:15 UTC
After recently moving to using a NAS for hosting my media, I recompiled kodi with the "nfs" use flag enabled.

Since then, I now always get "sh: nmblookup: command not found" when running kodi, even though the "samba" use flag is disabled.


It appears that these two use flags are not sufficiently separated.  I don't need (or want) nmblookup installed for using nfs.
Comment 1 Craig Andrews gentoo-dev 2018-06-12 16:03:23 UTC
Reported upstream at https://trac.kodi.tv/ticket/17916
Comment 2 Craig Andrews gentoo-dev 2018-06-25 17:20:19 UTC
Fixed in kodi-9999, will be included in Kodi 18.

https://github.com/xbmc/xbmc/pull/14024
Comment 3 Larry the Git Cow gentoo-dev 2018-06-25 17:37:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55bc698725844baca2ef6b936411980746372f9

commit e55bc698725844baca2ef6b936411980746372f9
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-06-25 17:36:33 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-06-25 17:37:01 +0000

    media-tv/kodi: Fix "nmblookup: command not found" when USE=-samba
    
    Closes: https://bugs.gentoo.org/655202
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-tv/kodi/files/kodi-17.6-nmblookup.patch |  25 +++
 media-tv/kodi/kodi-17.6-r4.ebuild             | 291 ++++++++++++++++++++++++++
 2 files changed, 316 insertions(+)