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 1693696

Summary: python-qt5-5.12.1-1.fc31 FTBFS
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-qt5Assignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: kde-sig, projects.rg, rdieter, than
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-04-09 20:30:47 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: 1698224    
Bug Blocks: 1686977    
Attachments:
Description Flags
Full log from Copr none

Description Miro Hrončok 2019-03-28 13:53:27 UTC
Created attachment 1549042 [details]
Full log from Copr

Processing files: python2-qt5-webengine-5.12.1-1.fc31.x86_64
BUILDSTDERR: error: File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngine.*
RPM build errors:
BUILDSTDERR: error: File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngineCore.*
BUILDSTDERR: error: File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngineWidgets.*
BUILDSTDERR:     Macro expanded in comment on line 21: %{?fedora} < 29
BUILDSTDERR:     Macro expanded in comment on line 22: %{_datadir}/python3-sip/PyQt5
BUILDSTDERR:     File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngine.*
BUILDSTDERR:     File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngineCore.*
BUILDSTDERR:     File not found: /builddir/build/BUILDROOT/python-qt5-5.12.1-1.fc31.x86_64/usr/lib64/python2.7/site-packages/PyQt5/QtWebEngineWidgets.*


This blocks the bootstrap of Python 3.8 and it block other packages. Full build log attached.

I see this also happened in Koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=33682385

Comment 1 Rex Dieter 2019-03-28 13:55:08 UTC
I'm aware, thanks for documenting it.  Upstream releases the qtwebengine piece separately now, so I've been working on preparing a new package for review.

Comment 2 Rex Dieter 2019-03-28 13:56:25 UTC
In the meantime, I'll probably need to just omit the qtwebengine references here asap, even if that means temporary broken dependencies for anything that depends on it (at least until the new review gets done)

Comment 3 Miro Hrončok 2019-03-28 14:07:38 UTC
Feel free to post the review link here and I'll gladly take it.

See also: https://bugzilla.redhat.com/show_bug.cgi?id=1634917 (the qtwebengine package should be python3 only)

Comment 4 Rex Dieter 2019-04-09 20:24:07 UTC
pyqtwebengine review submitted at 
https://bugzilla.redhat.com/show_bug.cgi?id=1698224

Comment 5 Rex Dieter 2019-04-09 20:30:47 UTC
Looks like we have a winner for getting python-qt5 rebuilt without webengine,
https://koji.fedoraproject.org/koji/taskinfo?taskID=34083743

Comment 6 Miro Hrončok 2019-04-09 22:13:14 UTC
Thanks. Just a note, I cannot seem to figure out what package owns /usr/lib64/python3.7/site-packages/PyQt5/__pycache__ - am I missing it?