Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697654 - media-tv/kodi-9999 - add python3 support: CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "3.5")
Summary: media-tv/kodi-9999 - add python3 support: CMake Error at /usr/share/cmake/Mod...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-13 19:45 UTC by Michael Cook
Modified: 2019-10-14 13:05 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 Michael Cook 2019-10-13 19:45:26 UTC
feature_python3 was merged to master so python2 is no longer supported. The ebuild does some branch switching if python3 targets are set, which we shouldn't need to do anymore (and that branch is behind master so ...)

Reproducible: Always




Snippet of log error with python2 enabled:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
  (Required is at least version "3.5")
Comment 1 Craig Andrews gentoo-dev 2019-10-14 13:05:46 UTC
Already fixed :)

https://github.com/gentoo/gentoo/commit/f5d8dee98f7ec3cc53d27460250e9dc4290ab9ab

Thanks!