Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1705703

Summary: omniORB FTBFS with Python 3.8
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: omniORBAssignee: Haïkel Guémar <karlthered>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: karlthered, manisandro
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: 2019-05-02 20:12:08 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: 1686977    
Attachments:
Description Flags
Full log from Copr none

Description Miro Hrončok 2019-05-02 19:18:25 UTC
Created attachment 1561937 [details]
Full log from Copr

omniORB 4.2.3-3.fc31 fails to build with Python 3.8:

RPM build errors:
    File not found: /builddir/build/BUILDROOT/omniORB-4.2.3-3.fc31.x86_64/usr/lib64/libomniZIOP4.so.2*
    File not found: /builddir/build/BUILDROOT/omniORB-4.2.3-3.fc31.x86_64/usr/lib64/libomniZIOPDynamic4.so.2*

The failure might not be related to Python 3.8.
Full log attached.

Comment 1 Sandro Mani 2019-05-02 20:12:08 UTC
Was caused by a missing BR: zlib-devel, fix committed and build submitted.

Comment 2 Miro Hrončok 2019-05-02 23:32:28 UTC
Indeed. Thanks.