Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 654742

Summary: dev-python/PyQt5-5.10.1[testlib] with Qt-5.11: error: ‘waitForEvents’ is not a member of ‘QTest’
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: erhard_f, rkitover
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://build.opensuse.org/package/view_file/KDE:Qt:5.11/python-qt5/remove-qtest-waitforevents.patch?expand=1
See Also: https://github.com/gentoo/gentoo/pull/8858
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 653646    
Attachments: build.log
qt-5.11.0-waitForEvents-internal-only.patch

Description Andreas Sturmlechner gentoo-dev 2018-05-03 14:37:02 UTC
Created attachment 529590 [details]
build.log

QTest::waitForEvents() is internal only, got removed with Qt 5.11.
Comment 1 Andreas Sturmlechner gentoo-dev 2018-05-03 14:38:38 UTC
Created attachment 529592 [details, diff]
qt-5.11.0-waitForEvents-internal-only.patch
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2018-05-03 23:37:32 UTC
Thanks. Is upstream aware of this?
Comment 3 Andreas Sturmlechner gentoo-dev 2018-05-04 21:04:39 UTC
I don't think so, the downstream maintainers this was taken from were rather reluctant to engage with PyQt upstream...
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2018-05-20 23:22:12 UTC
*** Bug 656198 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2018-06-16 18:19:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91695ef44efc0df1c981b4de5e141b32323b4c56

commit 91695ef44efc0df1c981b4de5e141b32323b4c56
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-06-16 14:02:57 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-06-16 18:18:42 +0000

    dev-python/PyQt5: Fix build with USE=testlib
    
    Bug: https://bugs.gentoo.org/654742
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild            | 200 +++++++++++++++++++++
 .../PyQt5/files/PyQt5-5.10.1-fix-testlib.patch     |  17 ++
 2 files changed, 217 insertions(+)
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2018-12-05 06:30:26 UTC
*** Bug 672368 has been marked as a duplicate of this bug. ***