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.
Reported upstream at https://trac.kodi.tv/ticket/17916
Fixed in kodi-9999, will be included in Kodi 18. https://github.com/xbmc/xbmc/pull/14024
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(+)