Bug 2034130 - openwsman fails to build with Python 3.11: CMake Error - Could NOT find PythonLibs
Summary: openwsman fails to build with Python 3.11: CMake Error - Could NOT find Pyth...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: openwsman
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2021-12-20 07:26 UTC by Tomáš Hrnčiar
Modified: 2022-03-01 09:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-01 09:14:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2021-12-20 07:26:30 UTC
openwsman fails to build with Python 3.11.0a3.

-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
-- No Python found
-- Python executable: 
-- Python lib dir: 
CMake Error at bindings/python/CMakeLists.txt:66 (INSTALL):
  INSTALL FILES given no DESTINATION!

I think, the problem is that somewhere in CMake is missing support for Python 3.11. I proposed patch to CMake to add it, but it seems like it's not enough for openswman. 
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6792

https://docs.python.org/3.11/whatsnew/3.11.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/03052356-openwsman/

For all our attempts to build openwsman with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/openwsman/

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.11:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/

Let us know here if you have any questions.

Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11.
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 Ben Cotton 2022-02-08 21:20:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle.
Changing version to 36.

Comment 2 Vitezslav Crhonek 2022-03-01 07:47:44 UTC
Is this bug still valid? Mock build with python311 repo succeeded few minutes ago for me and looking
at the history of your openwsman builds on Copr (at [1]) seems to succeed quite regularly.

[1] https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/openwsman/

Comment 3 Miro Hrončok 2022-03-01 09:14:36 UTC
Indeed, no longer valid. Thanks for checking.


Note You need to log in before you can comment on or make changes to this bug.