Bug 1902007

Summary: kicad fails to build with Python 3.10: FindPythonInterp.cmake missing 3.10 in list of Python version
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: kicadAssignee: Steven A. Falco <stevenfalco>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aimylios, alain.vigne.14, gmarr, kiarakovalevsky, mhroncok, stevenfalco, thibault, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-26 19:20:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1890881    

Description Tomáš Hrnčiar 2020-11-26 15:08:14 UTC
kicad fails to build with Python 3.10.0a2.

-- Python module install path: lib/python3.10/site-packages
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
  (Required is at least version "3.3")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  CMakeModules/FindPythonLibs.cmake:233 (find_package_handle_standard_args)
  CMakeLists.txt:701 (find_package)

Cmake wrongly detects Python version because there is missing 3.10 in possible options.
https://github.com/KiCad/kicad-source-mirror/blob/master/CMakeModules/FindPythonInterp.cmake#L40

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01794546-kicad/

For all our attempts to build kicad with Python 3.10, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/kicad/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/

Let us know here if you have any questions.

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Steven A. Falco 2020-11-26 19:20:11 UTC
Fixed in 1:5.1.8-3.  Builds properly with Python 3.10 using mock with https://copr.fedorainfracloud.org/coprs/g/python/python3.10/