Bug 2226308 - python-pyvmomi: FTBFS in Fedora rawhide/f39
Summary: python-pyvmomi: FTBFS in Fedora rawhide/f39
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pyvmomi
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Raphael Groner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 2220467 (view as bug list)
Depends On:
Blocks: PYTHON3.12 F39FTBFS F39FailsToInstall 2220418 2220555 2220558 2226284 2226307 2226365 2226368 2226370
TreeView+ depends on / blocked
 
Reported: 2023-07-25 19:44 UTC by Fedora Release Engineering
Modified: 2023-07-29 20:59 UTC (History)
5 users (show)

Fixed In Version: python-pyvmomi-7.0.3-9.fc39
Clone Of:
Environment:
Last Closed: 2023-07-29 20:59:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2023-07-25 19:44 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2023-07-25 19:44 UTC, Fedora Release Engineering
no flags Details
state.log (1.03 KB, text/plain)
2023-07-25 19:44 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2023-07-25 19:44:23 UTC
python-pyvmomi failed to build from source in Fedora rawhide/f39

https://koji.fedoraproject.org/koji/taskinfo?taskID=103692410


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Please fix python-pyvmomi at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
python-pyvmomi will be orphaned. Before branching of Fedora 40,
python-pyvmomi will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2023-07-25 19:44:29 UTC
Created attachment 1979308 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2023-07-25 19:44:33 UTC
Created attachment 1979309 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2023-07-25 19:44:36 UTC
Created attachment 1979310 [details]
state.log

Comment 4 Raphael Groner 2023-07-29 09:41:37 UTC
  File "/builddir/build/BUILD/pyvmomi-7.0.3/pyVmomi/SoapAdapter.py", line 1003, in <module>
    _SocketWrapper = ssl.wrap_socket
                     ^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'

Deprecation of ssl.wrap_socket for very long time & removed officially since python 3.10, recommended to use ssl.Context.wrap_socket instead.

Comment 5 Raphael Groner 2023-07-29 09:42:49 UTC
*** Bug 2220467 has been marked as a duplicate of this bug. ***


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